mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-06 17:04:09 +02:00
15 lines
711 B
Markdown
15 lines
711 B
Markdown
# openpgp-ktx [](https://search.maven.org/search?q=g:%22com.github.android-password-store%22%20AND%20a:%22openpgp-ktx%22)
|
|
|
|
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
|
|
|
|
```gradle
|
|
dependencies {
|
|
implementation("com.github.android-password-store:openpgp-ktx:<latest-version>")
|
|
}
|
|
```
|
|
|
|
[OpenKeychain]: https://github.com/open-keychain/open-keychain
|
|
[openpgp-api]: https://github.com/open-keychain/openpgp-api
|