Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
PGP Encryption from C#
Message
De
27/06/2012 12:25:44
 
 
À
27/06/2012 06:24:58
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
01546909
Message ID:
01547069
Vues:
46
>>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform