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: gpg-check-pattern, gpgsplit, gpgtar, gpg-protect-tool, gpg-mail-tube, keyboxd, gpgconf, gpg-preset-passphrase, gpgv, gpgsm, gpg-wks-server, gpg-wks-client, gpg-pair-tool, gpg, applygnupgdefaults, gpg-agent, tpm2daemon, kbxutil, dirmngr-client, gpgparsemail, scdaemon, gpg-auth, dirmngr_ldap, watchgnupg, gpgscm, gpg2, gpg-connect-agent, gpg-card, dirmngr, addgnupghome
Platforms (79)
x86_64-redoxs390-nonewasm32-wasip1loongarch64-linuxriscv64-linuxaarch64-uefiarmv6l-noneaarch64-none
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