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?
我正在加密一些数据库字段。通过加密当然我失去了一些搜索功能。我发现这个名为SQLCipher的库在数据库级别处理加密,但它适用于SQLite。 MySQL有类似的东西吗?