比如数据库的数据和 SharePreference 的要怎么加密才不会轻易被破解查看
1
sangmingming Oct 28, 2015 使用 des 或者 aes 加密后再存储。
数据库字段名称混淆,增加阅读难度。 或者使用第三方的数据库加密工具。 |
2
ThisDay Oct 28, 2015
5.0 还是 5.1 不是默认就数据加密了?
|
4
honeycomb Oct 28, 2015
|
6
onlyxuyang Oct 28, 2015 via Android ……麻烦 开 data 区全盘加密吧少年
|
7
greenskinmonster Oct 28, 2015 https://github.com/facebook/conceal
Conceal provides a set of easy to use APIs for performing fast encryption and authentication of data. Apps can use Conceal to encrypt data and large files stored in public locations, for example SD cards. Facebook 的一个开源项目 |
8
silverzhao Oct 28, 2015 |
9
yx30 OP @greenskinmonster
不会要用 Buck 构建吧.... |
10
greenskinmonster Oct 29, 2015 @yx30 有编译好的吧,不过个头不小。
看 GitHub 项目页面 Use prebuilt binaries: http://facebook.github.io/conceal/documentation/. |