Page 1 of 1

2 way long Encryption Recommendation

Posted: Sun Feb 11, 2007 6:28 am
by giles
Hi,

I’m looking for a recommendation for a 2 way encryption function to encode / decode long strings (e.g. 1000 or more characters) into a MySQL table ... can you advise?

thanks in advance

Posted: Sun Feb 11, 2007 8:36 am
by feyd
AES is fairly popular.

Posted: Sun Feb 11, 2007 11:53 am
by Ambush Commander
http://dev.mysql.com/doc/refman/5.0/en/ ... tions.html

You have more options if you do the encryption client-side with mcrypt.