Ask HN: SCRYPT or BCRYPT?
I've known about Colin Percival's scrypt library for a while now but I don't have the cryptographic background to validate his research/implementation. Is there anyone with such a background or a reference to someone that's written up a validation of Colin's work?
Should I even bother? I gather from Colin's writings that he wrote scrypt to replace bcrypt and that it is, from him, stronger.
1 comment
[ 30.4 ms ] story [ 109 ms ] threadI just went with bcrypt in my project for now because postgresql has it as a built-in function. I couldn't find for scrypt that was readily usable.
Here is a good argument on why scrypt is better: http://it.slashdot.org/comments.pl?sid=1987632&cid=35149... (the second ref link for bcrypt on the above stackexchange page)