Encrypting a dll

Jul 27, 2012 at 3:52am
how can i encrypt my whole dll file so that my strings arnt so easy to access in a hex editor.

I tried to implement blowfish into my source but i could never figure out how to get it to actually encrypt since its just the method :S.
Jul 27, 2012 at 4:23am
If you wrote that dll, you could encrypt the strings instead and have the dll decrypt them at runtime. Alternatively, you could write your own encryption software. Or perhaps use an already existing one? It's nothing a search engine can't find.
Jul 27, 2012 at 5:24am
you would be surprised on the history when trying to find something like that
i had blowfish and an effective way to encryptstring but couldnt figure out how to make the string encrypted
Topic archived. No new replies allowed.