Link to home
Start Free TrialLog in
Avatar of VBdotnet2005
VBdotnet2005Flag for United States of America

asked on

GPG Question

Is there a different sample on how to do this in Windows Apps?
I want to encrypt and Sign txt file and send to our client. Or you would recommand a thrid party software to do it?
ASKER CERTIFIED SOLUTION
Avatar of Aksh
Aksh
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of VBdotnet2005

ASKER

do you know if this does do the signing?
http://www.starksoft.com/prod_openpgp.html
Avatar of Carl Tawn
You can do it through code if you have a Public/Private key already. Or if you want a command-line utility for generating a key pair plus encrypting/signing then I use this:

    http://www.gnupg.org/download/index.en.html
I  have a Public/Private key already. I want to sign it too. How can I do it in code?