4

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?

MPelletier
  • 16,256
  • 15
  • 86
  • 137
cooper
  • 1,554
  • 1
  • 14
  • 26

2 Answers2

3

Have you looked at zNcrypt for MySQL? Could be useful to you.

Community
  • 1
  • 1
Mike
  • 21,301
  • 2
  • 42
  • 65
1

its not free :

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

Haim Evgi
  • 123,187
  • 45
  • 217
  • 223