Password hashing problem.
#2

You are mixing Whirlpool and SHA256 (+salt), which are two different hashing algorithms with a different output hash. They are not interchangeable. While touching the subject of security, there's absolutely no need to save the user's password in a variable in its plain form. Store it as a hash immediately after it has been inputted in the dialog.
Reply


Messages In This Thread
Password hashing problem. - by Clora - 20.10.2016, 23:05
Re: Password hashing problem. - by AndySedeyn - 20.10.2016, 23:16
Re: Password hashing problem. - by Clora - 20.10.2016, 23:20
Re: Password hashing problem. - by AndySedeyn - 20.10.2016, 23:22
Re: Password hashing problem. - by Clora - 20.10.2016, 23:28
Re: Password hashing problem. - by AndySedeyn - 21.10.2016, 00:26
Re: Password hashing problem. - by Clora - 21.10.2016, 00:30
Re: Password hashing problem. - by Clora - 21.10.2016, 03:04
Re: Password hashing problem. - by Clora - 21.10.2016, 17:16

Forum Jump:


Users browsing this thread: 1 Guest(s)