this post was submitted on 07 Aug 2026
-7 points (37.0% liked)
Privacy
10614 readers
170 users here now
A community for Lemmy users interested in privacy
Rules:
- Be civil
- No spam posting
- Keep posts on-topic
- No trolling
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I presume the idea is that by separating the encryption step from the messaging app, people can be more confident that government agencies are unable to monitor their conversations. You know, by taking secret screenshots of the device or whatever.
But it seems to me that you could easily do this yourself using the
gpgcommand line tool like so:This uses the stored public key identified by
--recipientto encrypt whatever you type and produce the result in ASCII text form, which can then be sent over whatever messenger you wish.I'd prefer to do it this way than trust some unknown 3rd party app.
You could even pipe the output into a tool such as
qrencodeto send your encrypted message as a QR code, depending on message length. This would allow you to keep the machine doing the encryption fully offline.Describing the extra steps does not magically make them not extra steps.
https://github.com/sz3/libcimbar