Created
December 13, 2016 23:18
-
-
Save shavit/74b9db955988d15807bd2fe18325a73c to your computer and use it in GitHub Desktop.
Random string in Unix
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 | |
cat /dev/urandom | envcd 'a-f0-9' | head -c 16 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment