Roland,

Since you mentioned specifically mysql, don't forget that you can do your
encryption with a mysql function call.  So you just need to do a custom
column or a direcdbms action.

http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html

you can call encrypt() when doing inserts or updates and call decrypt() when
doing selects

There are other variations, so take a look at the link above and go from
there.

-- 
/John

________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to