15.09.2017, 19:37
I'd suggest you to use SHA256 with a secret HASH, example:
PHP код:
SHA256_PassHash(password[], salt[], ret_hash[], ret_hash_len)
SHA256_PassHash("the input", ""ur secret hash/salt", password, sizeof password);