Learn How To Properly Hash Passwords in PHP using SHA-256 algorithm and salts.
Hash Salts are randomly generated strings that is used(mixed with the original text) in order to strengthen and unique hashes for the same text.
SHA-256 hash with a 16 character salt starting with $5$.
min rounds = 1000 and max rounds = 999,999,999