Hi,
i just downloaded your tool to evaluate if it fits my needs. Most important for me is string obfuscation
cause i want to hide passwords to databases and encryption keys for data in the database.

The app is a VB.Net 2005 application. I Check the obfucated file with .net reflector to see if i still can find my strings.

I find out that private const strings are not encrypted or hidden.
The reflector just decompiles into:

private const 1 as string = "Mystring"

Public members or strings in methods are
not visible anymore. What am i doing wrong or is my request not possible to do. Can you help me.

thanks

Georg