[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Storing passwords
- From: Paco Willers <paco.willers@...>
- Date: Mon, 21 May 2012 22:19:53 +0200
SOLVED!
Thanks to all!
I now use http://www.keplerproject.org/md5/. The md5.sumhexa(message) function is what I was looking for. This library also contains several other functions which have my interest.
About bcrypt and others... As mentioned, they are safer, but as long as my application in development (a telnet game) receives transmitted passwords as plain-text, there is a new challenge for me to solve that first. :-)
Have a nice day,
--
Paco