Introduction - If you have any usage issues, please Google them yourself
The solution contains several projects:
CryptoLib:Library that contains Crypto++ and unmanaged algorithms
CryptTest:MFC application that uses CryptoLib
NetCryptLib:.NET C++/CLI library to use CryptoLib (Crypto++) from .NET
NETPCryptLib:Pure .NET encryption library using .NET libraries only (no unmanaged code)
ZLib.NET:.NET managed zlib compression for NETPCryptLib
NetCryptTest:.NET WinForms application that uses NetCryptLib and NETPCryptLib
NetWebTest:.NET Web application that consumes modifies and returns converted info from NetCryptTest
RSAKeyGenerator:.NET RSA Key generator