Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re: MD5 - what's the alternativeby ikegami (Patriarch) |
on Aug 27, 2004 at 05:46 UTC ( [id://386256]=note: print w/replies, xml ) | Need Help?? |
You can use SHA-1 (Digest::SHA1) and the bigger versions of it SHA-256, SHA-384 and SHA-512 (collectively known as SHA-2) (Digest::SHA2). The interface should be nearly identical. In this case, more bits means more secure, more bytes to save, and longer computing times. Here seems a good place to start.
In Section
Seekers of Perl Wisdom
|
|