maanantai 4. lokakuuta 2010

Handy Perl script for generating passwords:

 perl -e 'print crypt("something_here", "this_is_salt"),"\n"'