Skip to content

Instantly share code, notes, and snippets.

@amackiewicz
Created May 31, 2021 12:33
Show Gist options
  • Save amackiewicz/c0ada92fbe630dda96dc6b5e6b50b4b8 to your computer and use it in GitHub Desktop.
Save amackiewicz/c0ada92fbe630dda96dc6b5e6b50b4b8 to your computer and use it in GitHub Desktop.
Generate rsa keys without track of password in terminal history
openssl genrsa -aes128 -passout stdin -out test.key 4096
openssl rsa -in test.key -pubout -out test.key.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment