Skip to content

Instantly share code, notes, and snippets.

@yordanoweb
Last active January 13, 2025 19:52
Show Gist options
  • Save yordanoweb/597f13883b8f969d4f4a73d10473a450 to your computer and use it in GitHub Desktop.
Save yordanoweb/597f13883b8f969d4f4a73d10473a450 to your computer and use it in GitHub Desktop.
GPG frequently usages

Generate random string with GPG

gpg --armor --gen-random 2 16
  • The 16 is the amount of bytes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment