9 ms·
Just Use Bcrypt http://codahale.com/how-to-safely-store-a-password/ http://codahale.com/how-to-safely-store-a-password/
by coreymgilmore 12y ago
Just Use Bcrypt
http://codahale.com/how-to-safely-store-a-password/ http://codahale.com/how-to-safely-store-a-password/
- vog 12y agoCould you elaborate on that? The article explicitly mentions bcrypt, so what's the point you are trying to make?
- mentat 12y agoI would guess he was trying to mock the meme that everyone says whenever the question of storing passwords comes up here.
- slasaus 12y agoThe author is an OpenBSD developer talking about crypt(3) which supports bcrypt hashes: http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/bcrypt.3?query=crypt http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/... OpenBSD implemented bcrypt more than 17 years ago http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib/libc/crypt/bcrypt.c http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib/libc/crypt/...