Science Fair Projects Ideas - Shadow password

All Science Fair Projects

      

Science Fair Project Encyclopedia for Schools!

  Search    Browse    Forum  Coach    Links    Editor    Help    Tell-a-Friend    Encyclopedia    Dictionary     

Science Fair Project Encyclopedia

For information on any area of science that interests you,
enter a keyword (eg. scientific method, molecule, cloud, carbohydrate etc.).
Or else, you can start by choosing any of the categories below.

Shadow password

(Redirected from Shadow passwords)

The process of shadowing passwords is used to increase the security level of passwords on Unix systems.

On a typical system, /etc/passwd holds the following user information:

  • username
  • encrypted password and salt
  • password expiration information
  • user ID (UID)
  • default group ID (GID) for
  • full name
  • home directory path
  • login shell

The file is world-readable (meaning that all users can read it), but only writeable by root. This means that an attacker can obtain the encrypted (or hashed) form user's password. The encrypted password is useful to an attacker because it allows a relatively fast way to test guessed passwords. Once the encrypted password is obtained, an attacker can mount a brute force attack offline, without alerting system security modules desingned to detect some number of failed login attempts. Most users select passwords that are vulnerable to such password cracking techniques.

Shadowing passwords stores users' encrypted passwords in a different file, usually /etc/shadow on Linux systems, or /etc/master.passwd on BSD systems, which can be read only by root. This makes stealing passwords more difficult, as root access is required to find the encrypted password. This was considered sufficient protection because a user with root permissions can find this or any data by other means, as he or she can examine the entire system, and could even subvert the passwd program to capture plaintext passwords. Unfortunately, some network authentication schemes operate by transmitting the encrypted password over the network, often making the data vulnerable to interception.

See also

03-10-2013 05:06:04
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details
Science kits, science lessons, science toys, maths toys, hobby kits, science games and books - these are some of many products that can help give your kid an edge in their science fair projects, and develop a tremendous interest in the study of science. When shopping for a science kit or other supplies, make sure that you carefully review the features and quality of the products. Compare prices by going to several online stores. Read product reviews online or refer to magazines.

Start by looking for your science kit review or science toy review. Compare prices but remember, Price $ is not everything. Quality does matter.
Science Fair Coach
What do science fair judges look out for?
ScienceHound
Science Fair Projects for students of all ages
All Science Fair Projects.com Site
All Science Fair Projects Homepage
Search | Browse | Links | From-our-Editor | Books | Help | Contact | Privacy | Disclaimer | Copyright Notice