File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 1
1
# EncryptDBUI
2
+ ![ ] ( http://yuqiangcoder.com/assets/postImages/ios/201807/1.svg )
3
+
4
+ ### 前言
5
+ 项目中使用到的数据库进行了加密操作, 每次在调试数据库相关功能时,很不方便. 于是便撸了一个Mac 桌面版数据库加解密工具, 方便查看加密的数据库内容及对已有数据库进行加密操作.
6
+
7
+ ### 博客
8
+ 博客地址:
9
+ [ 基于FMDB/SQLCipher的Mac版数据库加解密工具] ( http://yuqiangcoder.com/2018/07/17/%E5%9F%BA%E4%BA%8EFMDB-SQLCipher%E7%9A%84Mac%E7%89%88%E6%95%B0%E6%8D%AE%E5%BA%93%E5%8A%A0%E8%A7%A3%E5%AF%86%E5%B7%A5%E5%85%B7.html )
10
+
11
+ ### 使用
12
+ ![ 应用程序界面] ( http://yuqiangcoder.com/assets/postImages/ios/201807/1.png )
13
+
14
+ 1 . 拖拽数据库到工具页面中;
15
+ 2 . 输入加解密密码;
16
+ 3 . 进行加密/解密
17
+
18
+ ![ 应用程序界面] ( http://yuqiangcoder.com/assets/postImages/ios/201807/2.png )
19
+
20
+ * 可点击右上角` 清空重选 ` 按钮进行清空已选的数据库,重新选择数据库文件
21
+
22
+ ### 拓展
23
+ [ sqlcipherDemo] ( https://github.com/zhengbomo/sqlcipherDemo )
24
+
25
+ [ 命令行加解密数据库] ( https://www.zetetic.net/sqlcipher/sqlcipher-api/#sqlcipher_export )
26
+
You can’t perform that action at this time.
0 commit comments