On Feb 18, 2009, at 1:25 PM, Kless wrote:
There is a algorithm, bcrypt [1], that has been designed by people of OpenBSD team to hashing passwords. It generates automatically random salts for each password raw, and it's adaptable to future processor performance improvements[1] http://pypi.python.org/pypi/bcryptWrap
Yep, that works very well. Especially since it does become even harder to brute force if its sha'd against itself multiple times. Though bcrypt usually seems to require additional wrappers and C bindings which can be annoying to install on some systems.
Cheers, Ben
smime.p7s
Description: S/MIME cryptographic signature
