in reply to Re^2: [blogs.perl.org credential release] How can I check the password that I used on blogs.perl.org
in thread [SOLVED][blogs.perl.org credential release] How can I check the password that I used on blogs.perl.org
Only first 2 characters of a string are used as salt by crypt ...
perl -e '$start = q[px]; print crypt( "polka" , $_ ) . "\n" for map $ +start. $_ , '' , q[a] .. q[x] , 0 .. 9' \ | uniq pxtbCUVxSeD2A
|
|---|