mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 22:05:19 +00:00
openpgp-ktx 
Reimplementation of OpenKeychain's integration library openpgp-api. Written entirely in Kotlin, it leverages Jetpack to be compatible with modern apps, unlike the original library.
Using this with your projects
dependencies {
implementation("com.github.android-password-store:openpgp-ktx:<latest-version>")
}