Hello.
The problem is that my dll deals with encryption and the key is stored in constant variable. I want the key to be difficult to get. I understand that there's no way to hide it completely, but I hope there's a way to make it difficult to get the key. What could you suggest?
Thank you for your help!
views:
88answers:
2
+5
A:
Try obfuscating your assemblies.
http://www.google.co.in/search?sourceid=chrome&ie=UTF-8&q=.net+obfuscators
this. __curious_geek
2010-08-16 05:53:36
+2
A:
What you are after is specifically tool that is capable of doing "String Obfuscation"
This free tool does it well http://www.ntcore.com/phoenix.php
Fadrian Sudaman
2010-08-16 05:56:18