Software:OpenKeychain

From HandWiki
OpenKeychain
OpenKeychain Logo.svg
Initial release1 March 2012; 11 years ago (2012-03-01)
Written inJava
Operating systemAndroid
TypeOpenPGP
LicenseGPL-3.0-or-later
Website{{{1}}}

OpenKeychain is a free and open-source mobile app for the Android operating system that provides strong, user-based encryption which is compatible with the OpenPGP standard. This allows users to encrypt, decrypt, sign, and verify signatures for text, emails, and files. The app allows the user to store the public keys of other users with whom they interact, and to encrypt files such that only a specified user can decrypt them. In the same manner, if a file is received from another user and its public keys are saved, the receiver can verify the authenticity of that file and decrypt it if necessary. As of August 2021, it is no longer actively developed.[1]

K-9 Mail Support

Together with K-9 Mail, it supports end-to-end encrypted emails via the OpenPGP INLINE and PGP/MIME formats. The developers of OpenKeychain and K-9 Mail are trying to change the way user interfaces for email encryption are designed. They propose to remove the ability to create encrypted-only emails[2] and hide the case of signed-only emails.[3] Instead, they focus on end-to-end security that provides confidentiality and authenticity by always encrypting and signing emails together.

Reception

OpenKeychain is listed on the official OpenPGP homepage[4] and the well-known developer collective Guardian Project recommends it instead of APG to encrypt emails.[5] TechRepublic published an article about it and conclude that "OpenKeychain happens to be one of the easiest encryption tools available for Android (that also happens to best follow OpenPGP standards)."[6] The publisher Heise reviewed it in their c't Android magazine 2016 and discussed OpenKeychain's backup mechanism.[7] The academic community uses OpenKeychain for experimental evaluations: It has been used as an example where cryptographic operations could be executed in a Trusted Execution Environment.[8] Furthermore, modern alternatives for public key fingerprints have been implemented by other researchers.[9] In 2016, the German Federal Office for Information Security published a study about OpenPGP on Android and evaluated OpenKeychain's functionality.[10] OpenKeychain has been adapted to work with smartcards and NFC rings resulting in a usability study published on Ubicomp 2017.[11]

Funding

The OpenKeychain developers participated in 3 Google Summer of Code programs with a total of 6 successful students.[12][13][14] In 2015, one of the main developers got a one-year funding to improve the OpenPGP support in K-9 Mail paid by the Open Technology Fund.[15]

History

OpenKeychain has been created as a fork of Android Privacy Guard (APG) in March 2012. Between December 2010 and October 2013 no new version of APG was released. Thus, OpenKeychain has been started with the intention of picking up the development to improve the user interface and API. A first version 2.0 has been released in January 2013. After three years without updates, APG merged back security fixes from OpenKeychain and some months later rebased an entire new version on OpenKeychain’s source code. However, this process stopped in March 2014, while the OpenKeychain developers continued to regularly release new versions. A number of vulnerabilities found by Cure53[16] have been fixed in OpenKeychain.[17] These are still not fixed in APG since its last release in March 2014. Since K-9 Mail version 5.200, APG is no longer supported as a cryptography provider.[18]

References

  1. "Note about maintenance mode". https://github.com/open-keychain/open-keychain/commit/6f38af15828e07f0186109a89b7aa57f54101cfa. 
  2. "OpenPGP Considerations, Part II: Encrypted-Only Mails". https://k9mail.github.io/2017/01/30/OpenPGP-Considerations-Part-II.html. Retrieved 11 Feb 2017. 
  3. "OpenPGP Considerations, Part I: Signed-Only Mails". https://k9mail.github.io/2016/11/24/OpenPGP-Considerations-Part-I.html. Retrieved 11 Feb 2017. 
  4. "Official OpenPGP Homepage". http://openpgp.org/software/openkeychain/. Retrieved 11 Feb 2017. 
  5. "How To: Lockdown Your Mobile E-Mail". https://guardianproject.info/2010/07/09/how-to-lockdown-your-mobile-e-mail/. Retrieved 11 Feb 2017. 
  6. "Let OpenKeychain help handle your encryption". http://www.techrepublic.com/article/let-openkeychain-help-handle-your-encryption/. Retrieved 11 Feb 2017. 
  7. Mansmann, Urs; Bleich, Holger; Kossel, Axel (2016). "Mit PGP verschlüsselt mailen". C't Android 2016 1: 50–51. 
  8. Rubinov, Konstantin; Rosculete, Lucia; Mitra, Tulika; Roychoudhury, Abhik (2016). "Automated partitioning of android applications for trusted execution environments". Proceedings of the 38th International Conference on Software Engineering. pp. 923–934. doi:10.1145/2884781.2884817. ISBN 978-1-4503-3900-1. https://www.comp.nus.edu.sg/~abhik/pdf/ICSE16-TZ.pdf. 
  9. Dechand, Sergej; Schürmann, Dominik; Busse, Karoline; Acar, Yasemin; Fahl, Sascha; Smith, Matthew (2016). "An Empirical Study of Textual Key-Fingerprint Representations". 25th USENIX Security Symposium (USENIX Security 16): 193–208. ISBN 978-1-931971-32-4. 
  10. "BSI Study: Nutzung von OpenPGP auf Android". https://www.bsi.bund.de/SharedDocs/Downloads/DE/BSI/Publikationen/Studien/OpenPGP/openpgpandroid.pdf?__blob=publicationFile&v=2. Retrieved 13 Feb 2017. 
  11. Schürmann, Dominik; Dechand, Sergej; Lars, Wolf (2017). "OpenKeychain: An Architecture for Cryptography with Smart Cards and NFC Rings on Android". Proc. ACM Interact. Mob. Wearable Ubiquitous Technol. 1 (3): 99:1–99:24. doi:10.1145/3130964. 
  12. "GSoC Archive 2014". https://www.google-melange.com/archive/gsoc/2014/orgs/openpgp_keychain. Retrieved 11 Feb 2017. 
  13. "GSoC Archive 2015". https://www.google-melange.com/archive/gsoc/2015/orgs/openkeychain. Retrieved 11 Feb 2017. 
  14. "GSoC Archive 2016". https://summerofcode.withgoogle.com/archive/2016/organizations/5672889575538688/. Retrieved 11 Feb 2017. 
  15. "Bringing OpenKeychain Support to K-9 Mail". https://www.openkeychain.org/k-9. Retrieved 11 Feb 2017. 
  16. "Cure53 Security Audit". https://cure53.de/pentest-report_openkeychain.pdf. Retrieved 11 Feb 2017. 
  17. "OpenKeychain Wiki: Cure53 Security Audit". https://github.com/open-keychain/open-keychain/wiki/cure53-Security-Audit-2015. Retrieved 11 Feb 2017. 
  18. "Why APG is no longer supported". https://k9mail.github.io/2017/01/13/Why-APG-is-no-longer-supported.html. Retrieved 11 Feb 2017. 

External links