Android Sqlite 浏览器 sqlitebrowser支持浏览加密库

版权声明:本文为博主原创文章,可以随意自由转载传播,但请注明出处. https://blog.csdn.net/aikongmeng/article/details/89881147

在使用greendao 的时候,使用了sqlcipher来加密数据库, 如果想直接打开查看数据库的话, 有点麻烦, 

下载了sqliteexpert 编辑器, 看官方文档说,如果想打开加密的数据库需求另外增加dll. 找到了dll 使用后打不开新版的db.  

How do I open a password protected database?

You have to install a SQLite library that supports the same encryption algorithm that was used to encrypt the database. See help file for more information.

另寻它路, 

DB Browser for SQLite  一个开源的软件, 

下载地址:https://sqlitebrowser.org/dl/

下载之后使用 DB Browser (SQLCipher) 打开加密的数据库,  输入口令, 选中 加密的SQLCipherb版本 4 . 

猜你喜欢

转载自blog.csdn.net/aikongmeng/article/details/89881147