Compute The md5 Hash Of A String
One of the functions provided by PostgreSQL for working with string data is the md5()
function. This function calculates the md5 hash of a given string.
It works like this:
There are more hashing algorithms provided by the pgcrypto
extension. See Compute Hashes With pgcrypto for more details on that.
Last updated