GPG/PGP Key Generation and Management
Recently had to generate new GPG keys. If on Windows Gpg4win or Kleopatra is recommended. Below are using GnuPG in Ubuntu Linux to generate asymmetric keys for encryption.
sudo apt-get install gnupg
Key Generation
This will start the key-generation ...
wind010.hashnode.dev4 min read