I recently posted my initial draft of a project that will provide secure, easy to use encryption of properties and fields in .NET types. Almost immediately some very knowledgeable people…
Read more
This is part 1 in a series of posts that will cover securely encrypting properties in POCO types. One of my favorite features of SQL Server it it’s ability to…
Read more
In my day job I am required to store login credentials to numerous other systems on the users local system. A feature of the product is that the credential data…
Read more
After reading Phil Haack’s blog post on Finding Bad Controllers I thought that it would be fun to reimplement using the compile time validation functionality of PostSharp. By moving this…
Read more
Cross Site Request Forgery (CSRF) is a form of attack against web applications where an attacker can take advantage of how state is preserved in web application between page requests. …
Read more
Well, I can think of no more fitting purpose for my initial blog post then blatant self-promotion. Back in March 2012 I had the honor to give two presentations at…
Read more