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. > > Or the OP should use a data type of the database which allows storing > binary actets, like BLOB (Sybase) or IMAGE (Oracle) or ... depends on > your DBS. > > matthias >
Since SQlite was mentioned that would be BLOB. http://sqlite.org/datatype3.html I've done this before with mysql and the BINARY type and requires no conversion ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [email protected] Automated List Manager [email protected]
