I'm currently writing an application to PGP encrypt files using the Bouncy Castle API (release 1.6.1) in C#. I've managed to get everything working in terms of encrypting and decrypting files using both public/secret key pairs and pass phrases, but one of the requirements of my work is also to create the ability to encrypt files into SDAs (Self Decrypting Archives) much like the official PGP software does.
Anyone have any idea how this can be achieved?
Cheers