如何在 android 中加密数据库?
how to encrypt database in android?
我在 android 开发了一个应用程序,它使用数据库在启动时保存和加载数据。我的问题是:它是默认加密的吗?如果没有,我如何加密我的数据库文件以使其更安全?
was it encrypt by default?
没有
how can i encrypt my database file in order to make it more secure?
使用 SQLCipher for Android 和用户提供的密码。
我在 android 开发了一个应用程序,它使用数据库在启动时保存和加载数据。我的问题是:它是默认加密的吗?如果没有,我如何加密我的数据库文件以使其更安全?
was it encrypt by default?
没有
how can i encrypt my database file in order to make it more secure?
使用 SQLCipher for Android 和用户提供的密码。