如何阅读sqllite加密数据库
问题描述:
如果我想在c#和c ++中使用sqllite密码保护的数据库。然后如何在应用程序中读取相同的数据库。
if i want sqllite password protected database use in c# as well as c++. then how to read same database in both the application.
答
试试这些 -
如何在SQLite数据库中加密\解密数据? - C# [ ^ ]
如何加密SQLITE .db文件 [ ^ ]
Try these -
How to encrypt\decryption data in SQLite database? - C#[^]
How to encrypt a SQLITE .db file[^]