Skip to content

Instantly share code, notes, and snippets.

@wfxr
Created January 28, 2019 03:25
Show Gist options
  • Save wfxr/126c6d0ca716a60f1db53ff8d3f922d3 to your computer and use it in GitHub Desktop.
Save wfxr/126c6d0ca716a60f1db53ff8d3f922d3 to your computer and use it in GitHub Desktop.
gpg safe private key
gpg --s2k-cipher-algo AES256 --s2k-digest-algo SHA512 --s2k-mode 3 \
--s2k-count 65000000 --edit-key <key id>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment