android - 在 Android 上访问受密码保护的 SQLite 数据库?

标签 android sqlite passwords password-protection

我还没有找到在 Android 上打开受密码保护的 SQLite 数据库的方法。由于设备很容易被root,我正在考虑使用密码保护数据库文件。然而,我并没有很幸运地找到 Android 平台内置的任何东西。

最佳答案

我认为 Android 框架不支持数据库密码保护。最好的选择是加密您的数据。请参阅问题:Android Sqlite Password Encryption

关于android - 在 Android 上访问受密码保护的 SQLite 数据库?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5542173/

相关文章:

android - 拒绝对特定库/模块的权限

java - applicationId 不能为空,但 xml 语法正确

android - 不要包含未使用的库来发布 apk

python - 如何在 django 中重用原始用户的密码?

iphone - 钥匙串(keychain)密码陷阱

android - 在 Flex 4.5 中让 textEdit 填充宽度

c# - SQLite ExecuteReader --> DataTable.Load --> FormatException (DateTime)

关于提供的绑定(bind)数量的 Python sqlite3 错误

sqlite - 将集合绑定(bind)为 "where col in ?"子句的右侧

ios - 您好,我正在使用 Quickblox API 在我的应用程序中聊天。但我有与密码长度相关的问题