in reply to
Re: MD5 /etc/passwd-style hashes?
in thread
MD5 /etc/passwd-style hashes?
Alas, Perl's crypt() just passes its arguments to the system's crypt(), thus my problem. The docs at
man 3 crypt
make it very clear that md5 hashes are how the $1$yoursalthere$encrypted_pass password lines are made . . .
--TQuid
Comment on
RE: Re: MD5 /etc/passwd-style hashes?
Download
Code
In Section
Seekers of Perl Wisdom