in reply to Am I asking for trouble using Crypt::OpenPgp this way?
I then give the public key file to my clients and use a script to encrypt a file on thier computers and send it to my server where it is decrypted using my secring file.
The file encryption should be pretty secure, there might be problems with your file transfer, though. How do you get the script to send the file to your server?
I would probably use ssh or scp for that (and give every client a different key for logging in to your machine).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Am I asking for trouble using Crypt::OpenPgp this way?
by boat73 (Scribe) on Feb 02, 2005 at 14:45 UTC | |
by Joost (Canon) on Feb 02, 2005 at 14:52 UTC | |
by boat73 (Scribe) on Feb 02, 2005 at 15:05 UTC |