Click to See Complete Forum and Search --> : Hiding the contents of a DLL file


FaisalJ
April 29th, 2003, 03:13 AM
Hello!

I have made a dll that decrypts files. The private Key is hard coded (for example string key = "1234ABC")

When I open the dll in Notepad, the key is easily seeen. There goes my key!!

What can be done to prevent such situations.


Note that the key has to be a string.

wolfofthenorth
April 29th, 2003, 09:59 AM
Look in the System.Security.Cryptography namespace.

Hope this points you in the right direction. :D