Nice way to generate a password

May 15th, 2011 | by RoarinPenguin |

Nice way, grabbed from a discussion, to generate a password.
You should have a Linux console available or an MD5 hashing utility.

Console Linux:

$ echo “nel mezzo del cammin di nostra vita” | md5sum
5b14c45d2ae299904da0c4c8e251a05f

Post a Comment