in reply to Mention password in the script -encrypted form
$password = "abc123"; $encrypt = join('', map { ord($_) } split '', $password);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Mention password in the script -encrypted form
by perl177 (Initiate) on Feb 19, 2009 at 14:45 UTC | |
by jethro (Monsignor) on Feb 19, 2009 at 19:54 UTC |