Skip to content

Add chatty-pgp

Chris Talbot requested to merge kop316/chatty:wip/pgp into master

Related to #671

This is an MR for chatty-pgp. It contains all of the lower level APIs to Sign, Encrypt, Sign/Encrypt, Verify Signature, and Decrypt with PGP signatures. It also had an API to check if a message is PGP encoded (Signed or Encrypted).

Right now, this only works on text directly, there is not support for attachments/files. This now supports files and attachments!

This has also been verified to work with PGP keys stored on the OS and with an OpenPGP Card (i.e. the one in the Librem 5).

Edited by Chris Talbot

Merge request reports