回复:回复:C# decompile

来源: 2005-03-16 08:48:24 [旧帖] [给我悄悄话] 本文已被阅读:

I have used dotFuscator. ALL it does it to change the variable names. The structure of the program and the values won't be changed.

e.g. if we have
key1 = "abcd" and key2 = "1234",
dotFuscator may make it look like
ac934lcvr4-239f = "abcd" and kfhg397vh3kich43 = "1234",
thus, the alogrithm is still out in the open.