This is a great library; I used it to build a Diffie-Hellman key exchange and symmetric encryption in an ASP.NET MVC4 app. The result is horribly insecure, but there is a situation where our product is installed under Http rather than Https that I solved.
If anyone is curious, it works just fine with BouncyCastle and RFC2989DeriveBytes (for PBKDF2).
If anyone is curious, it works just fine with BouncyCastle and RFC2989DeriveBytes (for PBKDF2).