Tagged Questions

2
votes
5answers
122 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, everything is fully …
6
votes
7answers
264 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 encrypt the binary, …
-3
votes
3answers
192 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 encrypting software and I …
0
votes
3answers
342 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 solution? At runtime …
4
votes
7answers
268 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 working from home a …