Created
October 31, 2018 20:17
-
-
Save Disassembler0/3e46eb3939398fc86decd766bc55cc24 to your computer and use it in GitHub Desktop.
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
| #!/bin/sh | |
| openssl rand -base64 18 | |
| head -c 18 /dev/urandom | base64 | |
| </dev/urandom tr -cd '[:alnum:]' | head -c26 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment