gpgscm
GNU privacy guard - a free PGP replacement
Install
- All systems
-
curl cmd.cat/gpgscm.sh
- Debian
-
apt-get install gnupg
- Ubuntu
-
apt-get install gnupg
- Alpine
-
apk add gnupg
- Arch Linux
-
pacman -S gnupg
- Kali Linux
-
apt-get install gnupg
- Fedora
-
dnf install gnupg
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gnupg
- OS X
-
brew install gnupg
- Raspbian
-
apt-get install gnupg
- Dockerfile
- dockerfile.run/gpgscm
- Docker
-
docker run cmd.cat/gpgscm gpgscm
powered by Commando
gnupg
GNU privacy guard - a free PGP replacement
GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC 4880. GnuPG 1.4 is the standalone, non-modularized series. In contrast to the version 2 series, shipped with the gnupg2 package, it comes with no support for S/MIME and some other tools useful for desktop environments, but also with less dependencies. The gnupg package is built without libcurl. So it does not support HKPS keyservers. Install the gnupg-curl package if you want to use the keyserver helper tools built with libcurl and supporting HKPS.