Encryption/Hashing

Michael McDaniel erlang@REDACTED
Thu Jul 21 18:50:00 CEST 2005


On Thu, Jul 21, 2005 at 05:03:10PM +0100, M. Harris Bhatti wrote:
>  Hi,
>  
>  Im new to erlang and was wondering which would be the most adequate
>  function to hash or encrypt passwords for my test application. I need
>  something that can be flexible in the sense, that it allows me to
>  change to some other encryption function, if i choose to do so at some
>  later stage, without requiring me to reset the passwords for existing users.
> 
> -- 
> Regards,
> Harris M. Bhatti
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
See documentation for crypto module which contains a variety such as
md5, sha, aes, des.

~Michael



More information about the erlang-questions mailing list