Skip to content

Instantly share code, notes, and snippets.

@alexleone
Created October 28, 2022 01:48
Show Gist options
  • Save alexleone/a0641a225f59244afc1a3bb3398f3844 to your computer and use it in GitHub Desktop.
Save alexleone/a0641a225f59244afc1a3bb3398f3844 to your computer and use it in GitHub Desktop.
[Generate secure random string via Openssl] #openssl #random #salt
# Base64 string 20 char legth
openssl rand -base64 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment