C#C
C#2y ago
23 replies
(Ghost)™

Hiding Encryption key from RE

Hi,

I made an application in C#, most of the strings are encrypted with AES and are in C++ DLL.

The C# app in simple depends on C++ Dlls

I have also placed the AES Secret Key C++ DLL.


I am doing this to give atleast a little hard Time to RE.


What you people think, any opinions?
Was this page helpful?