Secure sensitive data with pgcrypto extension in Azure PostgreSQL Flexible Server
The pgcrypto module is a cryptographic extension that provides a number of hashing and cryptographic functions using MD5, SHA, HMAC, AES, BLOWFISH, PGP, and CRYPT, as well as DES and 3DES.
When encrypting data, one must take into an account the m… Continue reading Secure sensitive data with pgcrypto extension in Azure PostgreSQL Flexible Server
