Re: anyone have any ideas on how to shorten this?

2009-10-09 Thread Jasvir Nagra
If you have a command line sha1: echo masterpassword gmail.com | sha1sum | perl -alnF'/(..)/' -e '@a=map{$_=chr(hex($_)/2);tr/!-~//cd;$...@f;pr...@a' -- Jasvir Nagra http://www.cs.auckland.ac.nz/~jas On Fri, Oct 9, 2009 at 2:58 PM, Eric Waguespack ewaguesp...@gmail.comwrote: this was an

Re: anyone have any ideas on how to shorten this?

2009-10-09 Thread Eric Waguespack
the perl has a loop that rehashes the string 10 times On Fri, Oct 9, 2009 at 6:02 PM, Jasvir Nagra j...@nagras.com wrote: If you have a command line sha1: echo masterpassword gmail.com | sha1sum | perl -alnF'/(..)/' -e '@a=map{$_=chr(hex($_)/2);tr/!-~//cd;$...@f;pr...@a' -- Jasvir Nagra

Re: anyone have any ideas on how to shorten this?

2009-10-09 Thread Jasvir Nagra
Sure. It wasn't clear what the value of that was other than slowing things down (which may of course be of value). On Fri, Oct 9, 2009 at 4:05 PM, Eric Waguespack ewaguesp...@gmail.comwrote: the perl has a loop that rehashes the string 10 times On Fri, Oct 9, 2009 at 6:02 PM, Jasvir Nagra