Click here to Skip to main content
15,897,187 members
Home / Discussions / C#
   

C#

 
AnswerRe: DataGridView naughty behavior Pin
musefan10-Mar-09 7:41
musefan10-Mar-09 7:41 
AnswerRe: DataGridView naughty behavior Pin
Muammar©10-Mar-09 7:50
Muammar©10-Mar-09 7:50 
QuestionHow Can I Hide String Key Pin
dataminers10-Mar-09 7:18
dataminers10-Mar-09 7:18 
AnswerRe: How Can I Hide String Key Pin
musefan10-Mar-09 7:31
musefan10-Mar-09 7:31 
GeneralRe: How Can I Hide String Key Pin
dataminers10-Mar-09 10:48
dataminers10-Mar-09 10:48 
AnswerRe: How Can I Hide String Key Pin
0x3c010-Mar-09 7:53
0x3c010-Mar-09 7:53 
GeneralRe: How Can I Hide String Key Pin
dataminers10-Mar-09 10:53
dataminers10-Mar-09 10:53 
GeneralRe: How Can I Hide String Key [modified] Pin
0x3c010-Mar-09 11:33
0x3c010-Mar-09 11:33 
I didn't. However, on further analysis it turns out that the value is set from the static constructor of the class. Although it puts off casual crackers, it will not dissuade those who are determined to get the value. By class-level static const, I mean something like this:
internal class Program
{
    internal static const string mySecretPassword = "Lorem";
}

However, it cannot compensate for a good obfuscation system and cannot stand on its own

modified on Wednesday, March 11, 2009 12:42 PM

GeneralRe: How Can I Hide String Key Pin
dataminers11-Mar-09 1:37
dataminers11-Mar-09 1:37 
GeneralRe: How Can I Hide String Key Pin
0x3c011-Mar-09 6:47
0x3c011-Mar-09 6:47 
AnswerRe: How Can I Hide String Key Pin
#realJSOP10-Mar-09 8:37
professional#realJSOP10-Mar-09 8:37 
GeneralRe: How Can I Hide String Key Pin
dataminers10-Mar-09 10:35
dataminers10-Mar-09 10:35 
AnswerRe: How Can I Hide String Key Pin
harold aptroot10-Mar-09 11:38
harold aptroot10-Mar-09 11:38 
GeneralRe: How Can I Hide String Key Pin
Curtis Schlak.10-Mar-09 13:23
Curtis Schlak.10-Mar-09 13:23 
GeneralRe: How Can I Hide String Key Pin
Mark Churchill10-Mar-09 14:02
Mark Churchill10-Mar-09 14:02 
GeneralRe: How Can I Hide String Key Pin
dataminers11-Mar-09 1:42
dataminers11-Mar-09 1:42 
GeneralRe: How Can I Hide String Key Pin
harold aptroot11-Mar-09 2:37
harold aptroot11-Mar-09 2:37 
GeneralRe: How Can I Hide String Key Pin
dataminers11-Mar-09 5:19
dataminers11-Mar-09 5:19 
GeneralRe: How Can I Hide String Key Pin
harold aptroot11-Mar-09 6:42
harold aptroot11-Mar-09 6:42 
QuestionDatasets and Reports Pin
Jacob Dixon10-Mar-09 7:16
Jacob Dixon10-Mar-09 7:16 
AnswerRe: Datasets and Reports Pin
Samuel Cherinet10-Mar-09 10:08
Samuel Cherinet10-Mar-09 10:08 
GeneralRe: Datasets and Reports Pin
Jacob Dixon10-Mar-09 17:26
Jacob Dixon10-Mar-09 17:26 
Questionhow to make network in graph topology Pin
sunnyk8610-Mar-09 6:51
sunnyk8610-Mar-09 6:51 
AnswerRe: how to make network in graph topology Pin
musefan10-Mar-09 7:26
musefan10-Mar-09 7:26 
QuestionCombobox value Pin
andrejmk10-Mar-09 6:31
andrejmk10-Mar-09 6:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.