Top "Pgcrypto" questions

The pgcrypto module provides cryptographic functions for PostgreSQL.

Database column encryption postgres

How to encrypt column in postgres database using pgcrypto addon ? I am using postgres 9.3 and i need to encrypt one …

database postgresql encryption aes pgcrypto
pgp_sym_encrypt and decrypt an entire column in postgresql

I would like to encrypt an area_code column in my postgreSQL database with aes 256 encryption. Here is what happens.. …

sql postgresql encryption pgcrypto
PostgreSQL query with function gen_random_uuid() not working on Windows

I have the following query for creating a table, CREATE TABLE IF NOT EXISTS company ( id uuid CONSTRAINT companyid PRIMARY …

postgresql pgcrypto