tags:

views:

122

answers:

1

What is the best/simpliest to use PGP library for use with an ASP.NET application?

We need to be able to encrypt a text file for submission to a vendor via FTP.

A: 

http://www.codeproject.com/KB/security/sharpprivacy.aspx?df=100&forumid=15716&exp=0&select=573797 and http://www.bouncycastle.org/index.html

Edit: I'd go for bouncy castle's api.

k_b
Thanks. Has anyone used OpenPGP Library for .NET from DidiSoft? It seems like it wraps the core bouncycastle calls to simplify things but curious if it has any issues sicne it is $400
schooner