Android-开源工具库-第10弹-安全

安全

  1. SQLCipher
    Sqlite 加密工具
    项目地址:https://github.com/sqlcipher/sqlcipher
    文档介绍:http://sqlcipher.net/sqlcipher-for-android/

  2. Conceal
    快速高效的进行文件加密解密
    项目地址:https://github.com/facebook/conceal
    文档介绍:https://github.com/facebook/conceal#usage

  3. Android-PasscodeLock
    应用锁,每次启动或从任何 Activity 启动应用都需要输入四位数字的密码方可进入
    项目地址:https://github.com/wordpress-mobile/Android-PasscodeLock
    Demo 地址:https://play.google.com/store/apps/details?id=org.wordpress.android
    APP 示例:Wordpress Android,支付宝,挖财

  4. GlowPadBackport
    将 Android4.2 的锁屏界面解锁扩展到 Android1.6 及 1.6+
    项目地址:https://github.com/rock3r/GlowPadBackport
    Demo 地址:https://play.google.com/store/apps/details?id=net.sebastianopoggi.samples.ui.GlowPadSample
    效果图:Renderings

  5. GlowPadView
    Android 4 锁屏界面解锁
    项目地址:https://github.com/nadavfima/GlowPadView
    效果图:Renderings

  6. Android-InsecureBank
    关于 Android 不安全性的示例
    项目地址:https://github.com/dineshshetty/Android-InsecureBankv2

你可能感兴趣的:(Android-开源工具库-第10弹-安全)