Compute The md5 Hash Of A String
Last updated
Was this helpful?
Last updated
Was this helpful?
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 for more details on that.