Created
February 23, 2025 15:44
-
-
Save teebow1e/961e0637c464c82d5f382a57e0785c5b to your computer and use it in GitHub Desktop.
generate random string - look like secret, but not secret
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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