Skip to content

Instantly share code, notes, and snippets.

@dseg
Created November 2, 2016 12:06
Show Gist options
  • Save dseg/f16fe99429444481021443dac7b8b414 to your computer and use it in GitHub Desktop.
Save dseg/f16fe99429444481021443dac7b8b414 to your computer and use it in GitHub Desktop.
gen-32bytes-base16.sh
#!/bin/sh
dd count=1024 if=/dev/random 2>/dev/null|md5sum|cut -d' ' -f1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment