Created
September 5, 2012 17:01
-
-
Save rietta/3640002 to your computer and use it in GitHub Desktop.
Easy command line random hash generator for Mac OS X, Linux, and FreeBSD.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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
Even fancier:
In your
~/.zshrc
: