Re: Storing encrypted data? - Mailing list pgsql-sql

From John Tregea
Subject Re: Storing encrypted data?
Date
Msg-id 44BF6E78.9090207@debraneys.com
Whole thread Raw
In response to Re: Storing encrypted data?  ("Aaron Bono" <postgresql@aranya.com>)
List pgsql-sql
Hi Aaron,

I removed them because when I bring the data back into my GUI, the 
returns are treated as a record break by the software and I cannot 
decrypt them or display the rest of the record that is not encrypted.

Regards

John T

Aaron Bono wrote:
> On 7/19/06, *John Tregea* <john@debraneys.com 
> <mailto:john@debraneys.com>> wrote:
>
>     Hi Aaron,
>
>     I found that your suggestion worked well. For some reason the IDE
>     I use
>     (Revolution) put a return character every 73rd character when it
>     did the
>     base64encode, but I strip those out and there no further problems. I
>     don't even have to put them back later to decode it.
>
>
>  
> I usually leave the return characters where they are.
>
> I am curious, why did you decide to remove the return characters?
>
> ==================================================================
>    Aaron Bono
>    Aranya Software Technologies, Inc.
>    http://www.aranya.com
> ================================================================== 


pgsql-sql by date:

Previous
From: Florian Weimer
Date:
Subject: Re: INSERT/UPDATEs cycles and lack of phantom locking
Next
From: "Kevin Nikiforuk"
Date:
Subject: Error when trying to use a FOR loop