When comparing GNU Privacy Guard vs Matrix, the Slant community recommends GNU Privacy Guard for most people. In the question“What are the best tools/apps/extensions to help keep my data private?” GNU Privacy Guard is ranked 3rd while Matrix is ranked 6th. The most important reason people chose GNU Privacy Guard is:
GPG works on OS X, Linux, and Windows with [extensive selection of wrappers](https://www.gnupg.org/related_software/frontends.html).
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Cross-platform
GPG works on OS X, Linux, and Windows with extensive selection of wrappers.
Pro Multiple types of encryption algorithms
GPG supports public key cryptography (RSA EIGamal, DSA), symmetrical key algorithms (Blowfish, AES, IDEA, etc), cryptographic hash functions (RIPEMD, SHA), and compression (ZIP, ZLIB, BZIP2).
Pro Excellent but...
Open source (the free version of openPgp), other similar products are offered for other platforms (Gpg4win for Windows for example). It is the most secure way to send emails today, close to military encryption. Some negative points: not all mail clients support it and when a key is not only on your hard disk but also on a server (pgp.mit.edu for example), it is complicated to remove it.
Last positive point: it can also be used other than for emails, to encrypt and sign documents. Bitcoin releases are signed with the GPG keys of the developers ;)
Pro Supports paired keys
Allows for encrypted communication.
Pro Volume and individual file encryption
With GPG you can encrypt you whole volume or files individually.
Pro Supports expiring signatures
GPG keys by default expire after a set amount of time. The amount can be changed and this feature can be turned off.
Pro Both CLI and GUI versions available
GPG can be installed as a command line tool, or you can choose between several different GUI frontends available for it.
Pro Open-source and battle-tested
GPG is the oldest and most reliable encryption software available.
Pro Built on an open standard
Matrix is an open standard, defining simple HTTP APIs so that devs can easily write their own clients, bots, bridges or servers. You're not locked into a specific set of implementations.
Pro Bridges other networks into a single decentralised network
Matrix has bridges to IRC (freenode, moznet, oftc, snoonet etc), Slack, Gitter, Rocket.Chat, XMPP, SMS, SIP and others. The point is to 'matrix' all the different networks out there into one single decentralised network.
Pro Has an easy to use client called Riot
Riot.im is the easiest way to use Matrix, with great clients for Web, iOS and Android (and Fdroid).
Pro Does not require a centralized server to establish a connection between two users
Matrix is decentralized, there's no one central point that the information goes through and so no once central point of failure or control.
Pro Matrix prioritizes direct messaging with people the same as Slack-style groups
Matrix aims to "provide an analogous ecosystem to email - one where you can communicate with pretty much anyone, without caring what app or server they are using" using a neutral identity system.
Pro Supports different kinds of communication
Matrix is designed to support Instant Messaging, VoIP/WebRTC signalling (voice and video) and Internet of Things communication.
Pro Has an app store for 3rd party integrations & bots
Riot.im includes an app store with integrations for Github, JIRA, Jenkins, Giphy etc - and anyone can add more via Matrix.
Pro Offers choice of clients
Which can be found here.
Pro Maintains full conversation history
Pro Has an active community behind it
Pro Can be integrated with existing communication services
Matrix is designed to support Instant Messaging, VoIP/WebRTC signalling and Internet of Things communication and allows cross-communication between those services. Meaning one person could be using IRC and another Slack for IMs, or one person could be using Skype and another Google Hangouts for videoconferencing.
Pro End-to-end encryption
Matrix features end-to-end encrypted chats which are syncronized accross all your devices.
E2E is implemented in the matrix-js-sdk library and Riot.im client.
Cons
Con It may be hard to find a GUI frontend that suits your needs
If you decide not to use the CLI version of GPG, it may be hard to find a GPG GUI version that suits your needs simply because of the sheer number of different versions available.
Con Keys cannot be checked automatically
You cannot automatically check keys of your recipients. Only manually.