Skip to content

Instantly share code, notes, and snippets.

@teebow1e
Created February 23, 2025 15:44
Show Gist options
  • Save teebow1e/961e0637c464c82d5f382a57e0785c5b to your computer and use it in GitHub Desktop.
Save teebow1e/961e0637c464c82d5f382a57e0785c5b to your computer and use it in GitHub Desktop.
generate random string - look like secret, but not secret
tr -dc A-Za-z0-9 </dev/urandom | head -c 32 ; echo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment