gnupg

gnupg 2.4.9

Modern release of the GNU Privacy Guard, a GPL OpenPGP implementation

<rendered-html><p>The GNU Privacy Guard is the GNU project’s complete and free implementation of the OpenPGP standard as defined by RFC4880. GnuPG “modern” (2.1) is the latest development with a lot of new features. GnuPG allows to encrypt and sign your data and communication, features a versatile key management system as well as access modules for all kind of public key directories. GnuPG, also known as GPG, is a command line tool with features for easy integration with other applications. A wealth of frontend applications and libraries are available. Version 2 of GnuPG also provides support for S/MIME.</p> </rendered-html>

https://gnupg.org
GNU General Public License v3.0 or later
main program: gpgprograms: gpgsplit, gpgscm, gpg-auth, gpgconf, dirmngr_ldap, gpg2, gpg-preset-passphrase, kbxutil, gpg-protect-tool, gpg-wks-server, scdaemon, gpg-connect-agent, tpm2daemon, dirmngr, gpgtar, gpg, gpg-wks-client, applygnupgdefaults, gpg-pair-tool, gpg-mail-tube, gpg-check-pattern, gpg-agent, watchgnupg, keyboxd, dirmngr-client, addgnupghome, gpgparsemail, gpgsm, gpgv, gpg-card
Platforms (80)
x86_64-cygwinriscv64-linuxmicroblaze-nonewasm64-wasimmix-mmixwareriscv32-netbsdaarch64-noneaarch64-genode
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  gnupg
];
Ad-hoc shell
nix-shell -p gnupg
Flake (nix run)
nix run nixpkgs#gnupg