View Single Post
  #2 (permalink)  
Old 11-16-2008, 9:22 PM
jmcilhinney's Avatar
jmcilhinney jmcilhinney is offline
VB.NET Forum Moderator
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Aug 2004
Location: Sydney, Australia
Age: 40
Posts: 6,118
Reputation: 541
jmcilhinney VB.NET gold medalistjmcilhinney VB.NET gold medalistjmcilhinney VB.NET gold medalistjmcilhinney VB.NET gold medalistjmcilhinney VB.NET gold medalistjmcilhinney VB.NET gold medalistjmcilhinney VB.NET gold medalistjmcilhinney VB.NET gold medalistjmcilhinney VB.NET gold medalistjmcilhinney VB.NET gold medalistjmcilhinney VB.NET gold medalist
Default

Gee, this sounds familiar. I'm still flabbergasted that the fact that the information is gone after a reformat comes as a surprise. When you format a partition the tool specifically tells you that all data on the volume will be lost.

Anyway, I also don't really understand why you feel encryption is required here. You know that the config file is just plain text, right? The user can open it and read what it contains at any time. I'm not sure why, if it's OK to be in plain view while the app is installed, it's not OK other times. If you're concerned about securing the data in the config file then shouldn't it be encrypted at all times?
Reply With Quote