Created
December 28, 2011 07:33
-
-
Save foursixnine/1526983 to your computer and use it in GitHub Desktop.
Generate a md5 hash from a date
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
perl -M'Digest::MD5 qw(md5_hex)' -e 'print md5_hex("`date +%d%m%y`")' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment