web-yogini has asked for the wisdom of the Perl Monks concerning the following question:
The true password is auj8dhw5. If I place it as plain text, the script works just dandy. But, if I use crypt(), it comes up with a "GpxEdaMbUuvfY" which is an entirely different format. It doesn't work either. : ($request = $ua->request( POST $ServerURL, [ form_aname => $in{username}, form_passwd => $in{password}, form_result => 'true', menu => 'add_mbox', user => 'whatever', auth => '*:1yIM9F71yIM9v', account => 'whatever', mbox => '' ] );
Could my fellow seekers of truth please shed light on this contemplation?
Om Shanti Shanti
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: What kind of encryption is this?
by arhuman (Vicar) on Mar 19, 2001 at 23:38 UTC | |
|
Re: What kind of encryption is this?
by TGI (Parson) on Mar 20, 2001 at 00:11 UTC | |
by crazyinsomniac (Prior) on Mar 20, 2001 at 02:38 UTC | |
|
Re: What kind of encryption is this?
by orbital (Scribe) on Mar 19, 2001 at 23:41 UTC | |
|
Re (tilly) 1: What kind of encryption is this?
by tilly (Archbishop) on Mar 21, 2001 at 03:37 UTC |