Skip to content

Instantly share code, notes, and snippets.

@cravecode
Created February 10, 2016 20:52
Show Gist options
  • Save cravecode/a3479733f9275b4590cd to your computer and use it in GitHub Desktop.
Save cravecode/a3479733f9275b4590cd to your computer and use it in GitHub Desktop.
#!/bin/bash
cat /dev/urandom | hexdump | awk '{printf "%c", $1%74+48}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment