Difference between revisions of "Postgres Sign Row"
Jump to navigation
Jump to search
(Created page with "https://www.enterprisedb.com/postgres-tutorials/how-properly-sign-rows-provide-integrity-postgresql") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | # rsa openssl | ||
https://www.enterprisedb.com/postgres-tutorials/how-properly-sign-rows-provide-integrity-postgresql | 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 | ||
+ | |||
+ | # Plpythonu | ||
+ | |||
+ | https://stackoverflow.com/questions/44418256/is-there-a-way-to-verify-a-signed-digest-within-postgres |
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