Where should I save the salts?
#5

Quote:
Originally Posted by Phreak
Посмотреть сообщение
Ok but let's say someone used an easy password like "123456" which will probably be in every dictionary ever.
Couldn't the attacker just add the salt to the password and hash it then compare the hashes?
In this case a salted hash wouldn't be much more effective than one that is not salted.
You can use the standard salt for passwords:
PHP код:
new MyHash[65];
SHA256_PassHash("test""78sdjs86d2h"MyHashsizeof MyHash); 
And you can create a variable what is asking a player, when he is wanting to register, to be needed add a uppercase letter, a number or a character ("@#$%&").
You just need to use your imagination.

Example: #LoveMyPass1337
Reply


Messages In This Thread
Where should I save the salts? - by Phreak - 23.04.2018, 20:12
Re: Where should I save the salts? - by DeepCode - 24.04.2018, 06:33
Re: Where should I save the salts? - by Sithis - 24.04.2018, 07:53
Re: Where should I save the salts? - by Phreak - 24.04.2018, 16:04
Re: Where should I save the salts? - by SkmDanny - 24.04.2018, 16:11

Forum Jump:


Users browsing this thread: 1 Guest(s)