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


in reply to encryption in perl

Well ... if by encrypt, you mean one way hash (no way to decrypt), then Digest::Bcrypt or Digest::SHA (but not the SHA1 part -- that's been proven breakable) is the way to go. The 2011 dancer advent calendar had a nice write-up.

-derby