in reply to can a script change itself?
Where "$firstname" is 'crypted' using "$lastname" as the salt. I wouldn't use to this to store any passwords, but it is way to calculate (and retrieve) their record in the future by being able to predict their id rather than searching for them. You could also use md5.my $id = crypt($firstname,$lastname);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: can a script change itself?
by Anonymous Monk on Mar 24, 2005 at 16:56 UTC |