Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: What's the idea of different salts in crypt()?

by wog (Curate)
on Sep 20, 2001 at 03:12 UTC ( [id://113492]=note: print w/replies, xml ) Need Help??


in reply to What's the idea of different salts in crypt()?

The reason that salts are used is to make it harder to break a crypted password file. Instead of being able to go through a dictionary or similar and compare the crypted value of every word to every password, they can only work on passwords with one salt. This makes the task of looking for an easily guessed ("insecure") password within a password file much slower.
  • Comment on Re: What's the idea of different salts in crypt()?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://113492]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (8)
As of 2024-04-23 13:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found