Difference between revisions of "Postgres Sign Row"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
# pgp | # pgp | ||
− | https://medium.com/@jianshi_94445/encrypt-decrypt-your-data-using-native-postgres-functions-with-sequelize-js-c04948d96833 | + | - https://docs.yugabyte.com/latest/secure/column-level-encryption/ |
+ | - https://medium.com/@jianshi_94445/encrypt-decrypt-your-data-using-native-postgres-functions-with-sequelize-js-c04948d96833 | ||
# Hash | # Hash |
Latest revision as of 17:08, 30 May 2021
rsa openssl
https://www.enterprisedb.com/postgres-tutorials/how-properly-sign-rows-provide-integrity-postgresql
pgp
- https://docs.yugabyte.com/latest/secure/column-level-encryption/
- https://medium.com/@jianshi_94445/encrypt-decrypt-your-data-using-native-postgres-functions-with-sequelize-js-c04948d96833
Hash
https://stackoverflow.com/questions/13683533/hash-a-column-in-postgres-using-sha-256