STINNER Victor added the comment:

> For passwords a key stretching and key derivation function like PBKDF2, 
> bcrypt or scrypt is much more secure.

It looks like Python 3.4 now provides something for pbkdf2, so it may be 
interested to mention it on the top of the hashlib in your warning.

http://docs.python.org/dev/library/hashlib.html#hashlib.pbkdf2_hmac

----------
nosy: +haypo

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17006>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to