Skip to content

Instantly share code, notes, and snippets.

@medwig
Last active April 15, 2019 23:21
Show Gist options
  • Select an option

  • Save medwig/87c6336368ced8a2b45e841ae7ef3854 to your computer and use it in GitHub Desktop.

Select an option

Save medwig/87c6336368ced8a2b45e841ae7ef3854 to your computer and use it in GitHub Desktop.
Random 128 bit drawn from /dev/urandom one-liner
head -c16 /dev/urandom | md5sum
@medwig
Copy link
Author

medwig commented Apr 15, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment