是否可以使用 SQLCipher 保护任何文件?

Is it possible to secure any file using SQLCipher ?

我即将开发一个 Android 应用程序,人们可以在其 Android 设备中保护数据(特定于应用程序的数据)。我用 CBC 和 ECB 尝试了 AES 256 算法,但无法实现目标。我听说可以使用 SQLCipher 来做同样的事情,但是关于 SQLCipher 是空白的。如果有人可以帮助我学习 SQLCipher 并开发此应用程序,我将不胜感激。

您可以阅读有关 SQLCipher 的更多信息 here, we have a tutorial on integrating the library with an Android application here, and a community forum here