05.08.2012, 12:42
This is a good tutorial, but I don't think anyone should use sha1
- When using sha1() in MySQL, you're dealing with plain-text passwords in the queries which is NOT good.
- If you've already hassled with setting up MySQL, then you might as well do whirlpool. In that case, you can avoid using plain-text passwords in queries.
- Have you ever heard of password salting?