http://qs321.pair.com?node_id=113490

jeorgen has asked for the wisdom of the Perl Monks concerning the following question:

The crypt function wants a salt, and the returning value is the "crypted" string with the salt tucked on at the front.

So, it shouldn't be rocket science for an intruder to figure out what the salt is. So my question is:
Is there any meaning in using different salts? Am I missing something?

Thanks

/jeorgen