Skip to content

Instantly share code, notes, and snippets.

@evert0n
Forked from rietta/random_hash.sh
Created September 25, 2020 15:12
Show Gist options
  • Save evert0n/1872339de280a9389295515a5d412954 to your computer and use it in GitHub Desktop.
Save evert0n/1872339de280a9389295515a5d412954 to your computer and use it in GitHub Desktop.
Easy command line random hash generator for Mac OS X, Linux, and FreeBSD.
#!/bin/sh
head -n 4096 /dev/urandom | openssl sha1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment