当前位置: 代码迷 >> 综合 >> SQLite Expert Professional 打开加密数据库
  详细解决方案

SQLite Expert Professional 打开加密数据库

热度:6   发布时间:2024-01-16 01:25:21.0

版本:SQLiteExpertPro.3.5.58.2478 【附免费含破解下载地址:http://download.csdn.net/detail/sean4m/9334943】

目的:用SQLiteExpert打开本地已加密的数据库(已知加密密码)

问题:打开数据库后,右键,Enter Encryption Key和Set Default Encryption Key均为灰色,无法输入密码。


解决方法:

1、下载SQLite.Interop.dll;

【SQLite.Interop.dll下载链接(含32位和64位):http://download.csdn.net/detail/sean4m/9335009

也可从官网自行下载:http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki】


2、将SQLite.Interop.dll拷贝到SQLite Expert安装路径(如:E:\Program Files (x86)\SQLite Expert\Professional 3)下;


3、重启电脑(这一步是为了让第2步生效,为下一步做准备);


4、打开SQLite Expert,Tools --> Options --> Data --> SQLite Library中选择“SQLite.Interop.dll *****”那一项,点击 OK;

【我试过没重启电脑时,SQLite Library中不出现SQLite.Interop.dll一项】


5、这时“Enter Encryption Key” 和 “Set Default Encryption Key” 菜单项就可以使用了。


参考链接:http://www.cnblogs.com/chucklu/p/3907803.html

  相关解决方案