Question : I have used crypt() in one of my functions to hash user password. But what I observed the […]
Tag: pgcrypto
Detect if `pg_crypto` in Postgres was built with strong random feature enabled
Question : The source code for pg_crypto module mentions an option to build without cryptographically-strong random generation. /* Generate random […]
How do I install pgcrypto in PostgreSQL 8.4?
Question : I’m using Ubuntu Server 10.10 and I have installed PostgreSQL 8.4 using apt-get install postgresql. I would like […]
Encryption with pgcrypto
Question : I am working on encrypting a column in a postgre table using pgcrypto. The postgre version is 9.5.1. […]
Error installing pgcrypto extension [closed]
Question : This question is unlikely to help any future visitors; it is only relevant to a small geographic area, […]
Adding unsigned 256 bit integers in PostgreSQL
Question : I was wondering if there would be any way to do the following in PostgreSQL: UPDATE cryptotable SET […]