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
2 way long Encryption Recommendation
Moderator: General Moderators
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US
http://dev.mysql.com/doc/refman/5.0/en/ ... tions.html
You have more options if you do the encryption client-side with mcrypt.
You have more options if you do the encryption client-side with mcrypt.