2
votes
5answers
121 views
Scramble / Protect .Net executables? [closed]
Possible Duplicate:
Best .NET obfuscation tools/strategy
Hello,
I was wondering if there was a way to "scrable" or "encrypt" a .Net executable. Because with Reflector, ev …
6
votes
7answers
258 views
C++ Intellectual Property Protection/Anti-Reversing
I've seen a lot of discussion on here about copy protection. I am more interested in anti-reversing and IP protection.
There are solutions such as Safenet and HASP that claim to …
-3
votes
3answers
190 views
What is the best PHP code encryptor?
Duplicate:
YUI -like compressor for PHP?
What is the best PHP code encryptor?
The original question was edited and changed in its sense!!!
I am looking for a source encrypti …
0
votes
3answers
335 views
Encrypt plain text inside EXE / RAM :: HxD editor
HxD (hex editor) allows to search/view/edit RAM.
How can I protect a EXE against such editor? Data is encrypted inside INI/registry/DB,
but is decoded at RAM.
What is the soluti …
4
votes
7answers
265 views
Encrypting Source Code
I work on relatively sensitive code that we wouldn't want falling into the wrong hands. Up until now, all the code has been keep in house so it hasn't been an issue. I am moving to …
