Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PGP Encryption from C#
Message
From
27/06/2012 12:25:44
 
 
To
27/06/2012 06:24:58
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01546909
Message ID:
01547069
Views:
45
>>>Are you referring to the license key required to use BlackBox, or getting a public key in order to encrypt a file?
>Scott
>Thanks for the code re: license keys.
>I was referring to getting a public key to encrypt a file.
>Where does it go to get the key?

You have to do that yourself. The host system my app works with, credit card payment processors, create new public keys periodically that have to be used for encryption.

In my app it goes like this:
(1) Download the public key from the client via FTP
(2) Create the BlackBox objects you saw in the code snippet
(3) Build a keyring using the public key just downloaded
(4) Encrypt the file I want to send

The process is a bit involved but works reliably.
Scott Ramey
BDS Software
Previous
Reply
Map
View

Click here to load this message in the networking platform