views:

30

answers:

2

I'm working on encrypting some database fields. By encrypting of course I lose some search functionality. I found this library called SQLCipher which handles the encryption at the database level, but it's for SQLite. Is there something similar for MySQL?

+1  A: 

its not free :

http://solutions.mysql.com/solutions/item.php?id=834

Haim Evgi
+1  A: 

Have you looked at ezNcrypt for MySQL?

Mike