[Tutorial] Hashing passwords with MySQL
#3

Quote:
Originally Posted by VincentDunn
Посмотреть сообщение
This is a good tutorial, but I don't think anyone should use sha1
  1. When using sha1() in MySQL, you're dealing with plain-text passwords in the queries which is NOT good.
  2. 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.
  3. Have you ever heard of password salting?
What do you mean by plain text passwords?
Reply


Messages In This Thread
Hashing passwords with MySQL - by FireCat - 05.08.2012, 12:20
Re: Hashing passwords with MySQL - by ReneG - 05.08.2012, 12:42
Re: Hashing passwords with MySQL - by FireCat - 05.08.2012, 12:44
Re: Hashing passwords with MySQL - by ReneG - 05.08.2012, 12:49
Re: Hashing passwords with MySQL - by FireCat - 05.08.2012, 12:50
Re: Hashing passwords with MySQL - by Vince - 05.08.2012, 13:31
Re: Hashing passwords with MySQL - by FireCat - 05.08.2012, 13:48
Re: Hashing passwords with MySQL - by ReneG - 06.08.2012, 00:33
Re: Hashing passwords with MySQL - by im - 06.08.2012, 08:13
Re: Hashing passwords with MySQL - by FireCat - 06.08.2012, 09:24

Forum Jump:


Users browsing this thread: 1 Guest(s)