Re: Encrypt data type LO - Mailing list pgsql-hackers

From James Robinson
Subject Re: Encrypt data type LO
Date
Msg-id C7FE3E35-3E36-11D9-B4DF-000A9566A412@socialserve.com
Whole thread Raw
In response to Encrypt data type LO  ("Alberto Piña" <alberto.pina@kebir.com.mx>)
List pgsql-hackers
We do all of our encryption in the middleware:
1) translate our data which requires encryption into an XML string2) compress + encrypt, yielding byte [].3) Store byte
[]as a bytea column.
 

The resulting byte arrays are relatively small in our case (1 -> 3K), 
so bytea has seemed to suit us just fine.

----
James Robinson
Socialserve.com



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: valgrind complaints in pgstat_write_statsfile
Next
From: Darcy Buskermolen
Date:
Subject: Re: OpenBSD/Sparc status