Android代码-keystore-secure
文件大小: 269k
源码售价: 10 个金币 积分规则     积分充值
资源说明:Keystore Secure This is an lightweight library for save and get data secure into the Keystore which encrypted and decrypted. Add implementation into build.gradle of app level implementation 'com.github.tntkhang:keystore-secure:1.1.1' How to use it Call init before using KeystoreSecure.init(context); Encrypt string by: KeystoreSecure.encrypt(context, STORE_KEY_1, valueToEncrypt); Decrypt string by: KeystoreSecure.decrypt(STORE_KEY_1); Checkout example for more detail.
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。