Gesture Lock Screen like QQ And Touch ID,高仿QQ手势锁屏,指纹解锁安卓源码。
Note: 备注:
There are two conditions for Touch ID: 指纹解锁 需要满足条件:
1 run on iOS Device (not iOS Simulator) 1 用真机调试,
2 run with iOS 8.0 and later 2 手机系统 iOS8.0以及之后
With the above two conditions, my code is automatically adapted, and you can see and use "Touch ID". 才能看到指纹解锁的功能。
By the way, the "Gesture password" is recored as "digit numbers 0~9", and the "digit numbers 0~9" are stored in NSUserDefaults, which is not safe if somebody Hack into SandBox, so you need to encrypt the "digit numbers 0~9" using md5 or other RSA. 这个手势密码,是用数字0~9记录的,保存在NSUserDefaults,如果有人黑进了您的沙盒,这个密码很容易被拿走,所以您可以用md5或者其它RSA进行加密。

Material Design设计开发的Android密码管理客户端源码
Android安卓仿支付宝手势密码解锁
Android安卓高仿QQ手势锁屏,指纹解锁
Android安卓手势解锁、指纹解锁
Android目前最全面最高仿支付宝的手势解锁源码
GestureLibray手势解锁库安卓源码
GestureLock手势解锁安卓源码
Material Design设计开发的Android密码管理客户端源码
Android安卓仿支付宝手势密码解锁
Android安卓手势解锁、指纹解锁
Android目前最全面最高仿支付宝的手势解锁源码
GestureLibray手势解锁库安卓源码
GestureLock手势解锁安卓源码
热门源码