Re: how to STORE encrypted string in database

2013-03-31 Thread Daniel Black
On 29/03/13 05:24, Matthias Apitz wrote: > El día Thursday, March 28, 2013 a las 01:14:35PM -0500, Salz, Rich escribió: > >> Encrypted data is not a text string, it is an array of binary octets. You >> will have to do something like base64 encode/decode when treating it as a >> text string. >

Re: how to STORE encrypted string in database

2013-03-31 Thread Jakob Bohm
On 31-03-2013 08:49, Dave Thompson wrote: From: owner-openssl-us...@openssl.org On Behalf Of Jakob Bohm Sent: Thursday, 28 March, 2013 20:53 Look up the documentation of the following OpenSSL functions (Yes this is a bit roundabout for encoding a single string, but this is all OpenSSL exposes):