

The output should be the same as the sequence of numbers and characters you visualized when hovering over ‘SHA256’ on the GPG Suite download page. Hover over ‘SHA256’ on the download page below the download button, to visualize a sequence of numbers and characters.

Access Now Helpline is at your service if you have any questions. For encrypting emails on Linux, click here. Or download the source, unpack it, navigate to the top level source directory and run: python setup.Please consider the date when this article was last updated by looking at the bottom right corner of the page when evaluating the accuracy and security of the following guide.įor encrypting emails on Windows, click here. You can install crypto with the Python package manager pip: pip install crypto

The installed gpg version should be displayed. If gpg is not installed on your Linux distro, you can install it with your package manager or download, compile, and install from the source. If your install uses the executable gpg2 rather than gpg, please create the following alias: alias gpg="gpg2"Ĭonfirm your install by typing: $ gpg -version You can install either the 'classic' (v1.x) or 'modern' (v2.x) versions of gpg. With the Mac GPG Tools Suite installer, or by compiling and installing from the source. Mac OSX users can install gpg with Homebrew $ brew install gpg How to Install crypto Step 1: Install GPGĬrypto requires the Gnu Privacy Guard executable ( gpg).
