MySQL加密库类似于SQLCipher

时间:2021-02-01 21:41:22

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有类似的东西吗?

2 个解决方案

#1


1  

its not free :

它不是免费的:

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

#2


3  

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

你看过zNcrypt for MySQL吗?对你有用。

#1


1  

its not free :

它不是免费的:

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

#2


3  

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

你看过zNcrypt for MySQL吗?对你有用。