Archive for August 17th, 2010

Triple-DES Key Obfuscation in VB.NET

Tuesday, August 17th, 2010

This is meant as a follow up to my previous post where I talked about the dangers of just leaving your keys laying around when you want to decrypt an XML file. Well, I devised just one solution that can help make your code a little harder to crack. This article will be a little easier to follow (I hope) if you read the last post, because this post is really a supplement to it.

(more…)