i am looking for a very simple encryption and decryption script that will allow me to easily encrypt and decrypt data within a source code. at the moment i am using one called My::Crypt. i like it but the problem is that the encrypted string contains characters that cannot be used in a GET method form and therefore i have to use URI::Escape to solve it.
I dont want to do all that, im looking for something that will encrypt my data very simply into just numbers and letters rather than any other characters.
if anyone knows of any simple code like that please let me know. your suggestions would be very much appreciated.
cheers
linda
I found this but am not sure if it is the right one
[perldoc.com...]
any suggestions would be appreciated.
cheers
linda