Hi Mike, > I have a website in which I need to encrypt/auth ... > I cannot figure out how to make this work. It is usually easier to use SSL/TLS. SSL/TLS adds a MAC to transmitted messages. Version 3 of SSL/TLS adds client authentication. I'm not sure what IIS 6 offers (v2 or v3), but I would suspect that IIS 7 has version 3 (last time I looked, IIS 6 was pretty lame on its algorithms).
With that said, what exactly is causing you grief? Jeff On 5/8/09, mikecuth <[email protected]> wrote: > > Hi. > I am trying to use cryptopp dll on a c# asp.net 2.0 web page. > I have a website in which I need to encrypt/auth. pkgs I download. > I cannot figure out how to make this work. > has anyone done this b4? > Thanks. > Mike > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [email protected]. More information about Crypto++ and this group is available at http://www.cryptopp.com. -~----------~----~----~----~------~----~------~--~---
