Android代码-keystore-secure

时间:2022-08-26 04:34:22
【文件属性】:
文件名称:Android代码-keystore-secure
文件大小:269KB
文件格式:ZIP
更新时间:2022-08-26 04:34:22
Android代码 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.
【文件预览】:
keystore-secure-master
----gradlew(5KB)
----settings.gradle(35B)
----gradle()
--------wrapper()
----screenshot.png(70KB)
----README.md(898B)
----gradlew.bat(2KB)
----gradle.properties(730B)
----.gitignore(118B)
----app()
--------src()
--------.gitignore(7B)
--------build.gradle(1KB)
--------proguard-rules.pro(751B)
----keystore-secure()
--------src()
--------.gitignore(7B)
--------build.gradle(2KB)
--------proguard-rules.pro(751B)
----build.gradle(737B)

网友评论