active questions tagged encrypting-code - Stack Overflow most recent 30 from stackoverflow.com 2009-12-21T08:03:47Z http://stackoverflow.com/feeds/tag/encrypting-code http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1312006/scramble-protect-net-executables 2 Scramble / Protect .Net executables? [closed] unknown (yahoo) 2009-08-21T13:39:32Z 2009-08-21T16:10:01Z <blockquote> <p><strong>Possible Duplicate:</strong><br /> <a href="http://stackoverflow.com/questions/2525/best-net-obfuscation-tools-strategy">Best .NET obfuscation tools/strategy</a> </p> </blockquote> <p>Hello,</p> <p>I was wondering if there was a way to "scrable" or "encrypt" a .Net executable. Because with Reflector, everything is fully exposed! I'd like to prevent this.</p> <p>Thanks</p> http://stackoverflow.com/questions/912850/c-intellectual-property-protection-anti-reversing 6 C++ Intellectual Property Protection/Anti-Reversing Kevin Bowling 2009-05-26T21:26:39Z 2009-07-23T00:54:55Z <p>I've seen a lot of discussion on here about copy protection. I am more interested in anti-reversing and IP protection.</p> <p>There are solutions such as Safenet and HASP that claim to encrypt the binary, but are these protected from reversing when used with a valid key?</p> <p>What kinds of strategies can be used to obfuscate code and throw off reversers? Are there any decent commercial implementations out there?</p> <p>I know most protection schemes can be cracked, but the goal here is to delay the ability to reverse the software in question, and make it much more blatant if another company tries to implement these methods.</p> http://stackoverflow.com/questions/698320/what-is-the-best-php-code-encryptor -3 What is the best PHP code encryptor? Tom Schaefer 2009-03-30T18:02:11Z 2009-03-30T18:25:54Z <h3>Duplicate:</h3> <blockquote> <p><a href="http://stackoverflow.com/questions/220915/yui-like-compressor-for-php">YUI -like compressor for PHP?</a></p> </blockquote> <p>What is the best PHP code encryptor?</p> <p>The original question was edited and changed in its sense!!! I am looking for a source encrypting software and I want to know your opinion!!! I am not looking for a obfuscator, not a YUI-like-compressor! </p> http://stackoverflow.com/questions/153416/encrypt-plain-text-inside-exe-ram-hxd-editor 0 Encrypt plain text inside EXE / RAM :: HxD editor rodfaria 2008-09-30T14:55:37Z 2008-09-30T16:08:27Z <p>HxD (hex editor) allows to search/view/edit RAM.</p> <p>How can I protect a EXE against such editor? Data is encrypted inside INI/registry/DB, but is decoded at RAM. </p> <p>What is the solution? At runtime decode, use and recode data inside RAM ASAP?</p> http://stackoverflow.com/questions/135943/encrypting-source-code 4 Encrypting Source Code KiwiBastard 2008-09-25T20:44:33Z 2008-09-25T21:01:33Z <p>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 day or two a week and we want to secure the code on my laptop.</p> <p>We have looked at a few alternatives, but Windows EFS and Bitlocker seem to be the most obvious. The laptop doesn't have TPM hardware, and I won't have access to Active Directory from home, so EFS looks to be the option.</p> <p>Basically, does anyone else have any alternatives, or issues with using EFS to encrypt source code? </p>