in reply to Re: Re: Re: What's the idea of different salts in crypt()?
in thread What's the idea of different salts in crypt()?
Take a look at the last example in the node I replied to.my ($salt) = ($plaintextpassword =~ /^(..)/);
-Blake
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re:^4 What's the idea of different salts in crypt()?
by mr_mischief (Monsignor) on Sep 22, 2001 at 01:46 UTC |