GnuPG
install
# Arch
sudo pacman -S gnupg
# Windows 10
scoop install gnupg
usage
gpg --full-generate-key
command
# Create a GnuPG directory and sync files from the user's GnuPG directory.
mkdir <path_to>/gnupg
rsync -av --progress ~/.gnupg/ <path_to>/gnupg