Explain working of the app and its integration with OpenKeychain. #1312
-
Can anyone shade some light on:
There are lot of things that I can not understand from Android-Password-Store features but answers to above questions will give me/anyone a kick-start. I have read about PGP in general but can not relate it with Android-Password-Store. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
Beta Was this translation helpful? Give feedback.
Detailing the internal workings is a bit too much work so if you have specific questions instead, I'd be happy to answer them.
We need OpenKeychain because, as you seem to be aware of, it is an OpenPGP provider. APS is a client for pass, which uses GnuPG to encrypt files.
OpenKeychain provides an external API for interfacing with it securely, and we wrote our own implementation of it as openpgp-ktx to act as the glue between APS and OpenKeychain
I'm not sure what aspect you want me to draw a comparison on so I'd appreciate some clarification before I can answer.