Encrypting a dll

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.
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.
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.