If I look at one of my compiled programs in Reflector I can see the values of the strings I defined. Is there a way to hide or encrypt strings internally in my program so that they can't be read in Reflector? I don't care about hiding my code or logic, just the values of certain strings. I tried to "hide" a string by storing the contents in the Tag property of a control, but you can still see it if you dig deep enough. Any ideas?
↧