Credentials used to connect a service to Truid are sent encrypted using GnuPG.
Decrypt credentials
Credentials are encrypted and can be decrypted using a passphrase which is sent over a different channel.
$ gpg --decrypt credentials.json.enc
Install GnuPG
MacOS
GnuPG can be installed using Homebrew:
$ brew install gnupg
Ubuntu Linux
GnuPG can be installed using APT
:
$ apt install gnupg
Windows
GnuPG can be installed using the binary installer for Windows that can be downloaded from https://gnupg.org/download/.
The installer also contains a GUI and integrations for outlook and browser, which are not needed. Only the core GnuPG component is required, the other components can be unchecked.