
KevinR
Veteran

Jan 23, 2008, 10:19 PM
Post #2 of 3
(791 views)
|
Re: [ajitbhaskaran] how to encrypt/decrypt the values in perl
[In reply to]
|
Can't Post
|
|
There is a perl function for low level encryption, crypt(), but there is no decrypt function. You will need to use a module. Which to use depends on how much protection you need. I have no recommendations as this is something I rarely deal with. Ask on perlmonks.com or devshed.com for recommendations. -------------------------------------------------
|