I am working on encrypting some database fields. Of course, by encrypting, I lose some search features. I found this library called SQLCipher , which handles database-level encryption, but for SQLite. Is there something similar for MySQL?
source share