
July 3rd, 2000, 08:25 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
I'm trying to figure out some way to crypt a string, put it in a file, have a perl script open the file, read the string, decrypt it, and save the decrypted value as a variable ... all this without using a key or anything ... i want to be able to load a password into a perl script without having to save the password (or key to decrypt) in raw text anywhere on the system
is this possible?
thanks,
Ryan
|