Skip to content

Instantly share code, notes, and snippets.

@Disassembler0
Created October 31, 2018 20:17
Show Gist options
  • Select an option

  • Save Disassembler0/3e46eb3939398fc86decd766bc55cc24 to your computer and use it in GitHub Desktop.

Select an option

Save Disassembler0/3e46eb3939398fc86decd766bc55cc24 to your computer and use it in GitHub Desktop.
#!/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