Search found 2 matches
- Tue Aug 01, 2006 5:53 pm
- Forum: Client - General
- Topic: Encryption/Decryption Issue
- Replies: 2
- Views: 1544
I did read the page on encryption before. And it works fine if you leave the same pair of keys in place. But it does not indicate how you would go about using one key to encrypt and one to decrypt since it lists using both keys for both the encryption and decryption. If you try and use a private key...
- Mon Jul 31, 2006 2:52 pm
- Forum: Client - General
- Topic: Encryption/Decryption Issue
- Replies: 2
- Views: 1544
Encryption/Decryption Issue
I am trying to setup a scheme where someone can encrypt a file during the FTP process that only I could decrypt on the download. As I understand from the documentation I should construct a pair of RSA keys and define a download process that utilizes both of those keys. Then the public key is sent to...