Showing tag results for Security

Oct 23, 2012
Post comments count0
Post likes count0

Cryptographic Improvements in ASP.NET 4.5, pt. 2

levibroderick

Thanks for joining us for day two of our series on cryptography in ASP.NET 4.5! In yesterday's post, I discussed how ASP.NET uses cryptography in general, where key material is pulled from and how it is stored, and various problems that the APIs have introduced over the years. In today's post, I'll discuss how we're mitigating those issues using 4....

ASP.NET
Oct 22, 2012
Post comments count0
Post likes count0

Cryptographic Improvements in ASP.NET 4.5, pt. 1

levibroderick

I am Levi Broderick, a developer on the ASP.NET team at Microsoft. In this series, I want to introduce some of the improvements we have made to the cryptographic core in ASP.NET 4.5. Most of these improvements were introduced during beta and spent several months baking. When you create a new project using the 4.5 templates baked into Visual Studio ...

ASP.NET