我刚刚在学习使用 SQLite,我很好奇这是否可行:
I'm just learning to use SQLite and I was curious if such is possible:
数据库文件的加密?
Encryption of the database file?
密码保护打开数据库?
附注.我知道有这个SQLite 加密扩展 (SEE)",但根据文档,SEE 是许可软件......"和SEE 的永久源代码许可的成本是 2000 美元."
PS. I know that there is this "SQLite Encryption Extension (SEE).", but according to the documentation, "The SEE is licensed software...." and "The cost of a perpetual source code license for SEE is US $2000."
SQLite 内置了用于加密的钩子,这些钩子在正态分布中不使用,但这里有一些我知道的实现:
SQLite has hooks built-in for encryption which are not used in the normal distribution, but here are a few implementations I know of:
SEE 和 SQLiteCrypt 需要购买许可证.
The SEE and SQLiteCrypt require the purchase of a license.
披露:我创建了 botansqlite3.
Disclosure: I created botansqlite3.
这篇关于带有加密/密码保护的 SQLite的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!