Can resources be used to save important values such as the string connection of database? the question is: it is safe? or a not authorized people can see the values?
Thanks!
Can resources be used to save important values such as the string connection of
Share
String resources embedded in an executable file are not secure. They can be seen by anyone with common resource-inspection or disassembly tools. Obscure, perhaps, but not secure. Do not store passwords in string resources.