By tag: Encoding
0
kicks
A .NET Cryptography Primer, part 1
First in a series of blog posts geared towards .NET developers with not much experience in Cryptography, concentrating more on code than on theory. First installment covers managed/unmanaged and encodings.
0
kicks
ASP.NET Encoding QueryString Data to Limit Tampering
We've all been there. We develop a web application that uses the querystring to pass data from a master list page to a detail page. Usually just the ID is passed (just a good programming technique) and you even check and double check the value and type of data so that only the user who is supposed...