bazz
11-29-2005, 06:55 PM
Hi,
trying to plan how to send secure data from a shopping cart to my clients' email address (uniquely for this purpose).
I think I need to encrypt the form submission using a public key (?) and then issue the client with a private key so that they can decrypt it for reading.
would anyone please point me to a plave where I can learn the technicalities of what this all entails? I suppose best put; I need to understand what I am trying to do so that I can then build the program to do it.
maybe there is a module but I don't see it on cpan.
Bazz
trying to plan how to send secure data from a shopping cart to my clients' email address (uniquely for this purpose).
I think I need to encrypt the form submission using a public key (?) and then issue the client with a private key so that they can decrypt it for reading.
would anyone please point me to a plave where I can learn the technicalities of what this all entails? I suppose best put; I need to understand what I am trying to do so that I can then build the program to do it.
maybe there is a module but I don't see it on cpan.
Bazz