B Bill Jul 22, 2004 #1 I am concerned about storing sensitive information such as UID and passwords in the config file. Can this file be stored encrypted?
I am concerned about storing sensitive information such as UID and passwords in the config file. Can this file be stored encrypted?
C Claes Bergefall Jul 23, 2004 #2 Not if you want to use the ConfigurationSettings class You'll have to read and parse it yourself Why not just encrypt the UID and password before storing them in the config file? Then you don't need to encrypt the entire file
Not if you want to use the ConfigurationSettings class You'll have to read and parse it yourself Why not just encrypt the UID and password before storing them in the config file? Then you don't need to encrypt the entire file
É Éric Moreau [VB MVP] Jul 23, 2004 #3 Have a look at http://www.west-wind.com/presentations/configurationclass/configurationclass.asp -- HTH Éric Moreau, MCSD, Visual Developer - Visual Basic MVP Conseiller Principal / Senior Consultant Concept S2i inc.(www.s2i.com)
Have a look at http://www.west-wind.com/presentations/configurationclass/configurationclass.asp -- HTH Éric Moreau, MCSD, Visual Developer - Visual Basic MVP Conseiller Principal / Senior Consultant Concept S2i inc.(www.s2i.com)