Skip to content

Draft: PGP messaging

Alex Gleason requested to merge pgp into develop

Very early stages to enable PGP messaging over chats. So far it just detects PGP messages and displays them differently. But the end goal is to generate keys, facilitate a key exchange, and encrypt/send/receive/decrypt PGP messages.

We'll try to do as much as possible through the client. One trade-off is that only the message body is encrypted, not metadata. We accept this.

Before:

Screenshot_from_2022-06-14_16-39-54

After:

Screenshot_from_2022-06-14_16-53-16

Edited by Alex Gleason

Merge request reports