> then you can hash each password and return it as hex 
> (md5_hex). 

Oh, I was trying to hash of the whole data 'join("\t",@pass)',
and de_hash it at decryption time.

No need to de_hash.
Just hash a new & check if hashed pass exists.

Thanks,
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to