Hi all,
Here's my goal: To take information via a form, encrypt it with a duel key
encryption, and then write that encrypted message to a text file for latter
use. I also need to do this in such a way so that the server admin's can't
read it (I work for a credit union, and regulations are stiff).
Do anyone have any advice on how I could go about encrypting the data? I've
looked at PGP, and the various Perl modules, but the private key is coded
into the script, and so admin's could get at the data.
I'm not sure that this is even possible :-(
--Mark Ross.