sqlcipher 问答列表

如何在 Python 中安全地将值传递给 SQLite PRAGMA 语句?

作者:Sam Zuk 提问时间:11/2/2023

我目前正在用 Python 编写一个应用程序,将其数据存储在 SQLite 数据库中。我希望将数据库文件加密存储在磁盘上,我发现最常见的解决方案是 SQLCipher。我将sqlcipher3添加到我...

Pysqlcipher3:错误 [WinError 3] 系统在执行命令 pip subprocess 安装构建依赖项时找不到指定的路径

作者:sam99sam 提问时间:11/9/2023

当我在命令提示符下运行此命令时 出现此错误。pip3 install pysqlcipher3 Collecting pysqlcipher3 Using cached pysqlcipher3-...

SQLite DB 文件未在 Xamarin.iOS 项目中加密

作者:Prabakaran 提问时间:11/15/2023

我正在使用 sqlite-pcl 库使用 SQLCipher 加密我的本地数据库。在下图中,ExecuteDBCode 是从 AppDelegate 类调用的,左侧可以看到添加到项目中的 nuget ...

Windows 应用程序上的 Flutter Sqflite 加密

作者:NIMA Shahahmadian 提问时间:11/15/2023

我正在使用 flutter 为 Windows 和 Android 构建一个应用程序。 我的应用程序必须有一个安全的数据库,我使用 sqflite_sqlcipher for android,并且已经...


共14条 当前第2页