TQuid has asked for the wisdom of the Perl Monks concerning the following question:
To get an md5 hash, but I'm unsure how to simulate$enc_pwd = md5_base64("foo");
Using the Digest::MD5 tools. I assume this is something obvious, but the docs for Digest::MD5 leave me clueless. Any help much appreciated.$enc_pwd = crypt("foo", $salt);
--TQuid
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: MD5 /etc/passwd-style hashes?
by Fastolfe (Vicar) on Sep 18, 2000 at 22:31 UTC | |
by TQuid (Sexton) on Sep 18, 2000 at 22:38 UTC | |
|
Re: MD5 /etc/passwd-style hashes?
by TQuid (Sexton) on Sep 18, 2000 at 23:19 UTC | |
|
RE: MD5 /etc/passwd-style hashes?
by cianoz (Friar) on Sep 19, 2000 at 00:54 UTC |