Android代码-Android-PGP

时间:2022-08-26 21:35:18
【文件属性】:

文件名称:Android代码-Android-PGP

文件大小:243KB

文件格式:ZIP

更新时间:2022-08-26 21:35:18

Android代码

Android-PGP Introduction Adds PGP encryption and decryption support. How to install repositories { maven { url "https://jitpack.io" } } dependencies { implementation 'com.github.kibotu:android-pgp:-SNAPSHOT' } How to use 1.1 Generate a Key-Pair val krgen = Pgp.generateKeyRingGenerator("password".toCharArray()) val publicKey = Pgp.genPGPPublicKey(krgen) val privateKey = Pgp.genPGPPrivKey(krgen) 1.2 or provide one pair Pgp.setPublicKey("rsa.pub".openFromAssets()) Pgp


【文件预览】:
Android-PGP-master
----gradlew(5KB)
----settings.gradle(31B)
----.travis.yml(914B)
----LICENSE(11KB)
----gradle()
--------wrapper()
----screenshot.png(90KB)
----README.md(4KB)
----gradlew.bat(2KB)
----gradle.properties(730B)
----.gitignore(4KB)
----android-pgp()
--------src()
--------.gitignore(7B)
--------build.gradle(2KB)
--------proguard-rules.pro(751B)
----app()
--------src()
--------.gitignore(7B)
--------build.gradle(2KB)
--------proguard-rules.pro(751B)
----TestPolicyFiles.java(545B)
----build.gradle(776B)

网友评论