PHP 7+ custom salt hashing algorithm [closed]
I’d like to hash email addresses with the same salt to make the hash searchable\indexable and make it hard to figure out the actual data. I wanted to use bcrypt, but I found that from PHP 7 custom salt is not supported by the password_hash… Continue reading PHP 7+ custom salt hashing algorithm [closed]