Easiest way to decrypt PGP-encrypted files from VBA (MS Access)

Posted by stucampbell on Stack Overflow See other posts from Stack Overflow or by stucampbell
Published on 2008-09-26T12:15:14Z Indexed on 2010/04/01 1:03 UTC
Read the original article Hit count: 639

Filed under:
|
|
|

I need to write code that picks up PGP-encrypted files from an FTP location and processes them. The files will be encrypted with my public key (not that I have one yet). Obviously, I need a PGP library that I can use from within Microsoft Access. Can you recommend one that is easy to use?

I'm looking for something that doesn't require a huge amount of PKI knowledge. Ideally, something that will easily generate the one-off private/public key pair, and then have a simple routine for decryption.

© Stack Overflow or respective owner

Related posts about security

Related posts about ms-access