24.04.2018, 16:11
Quote:
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. |
PHP код:
new MyHash[65];
SHA256_PassHash("test", "78sdjs86d2h", MyHash, sizeof MyHash);
You just need to use your imagination.
Example: #LoveMyPass1337