Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
7answers
1k 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, ...
4
votes
7answers
426 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 ...
1
vote
8answers
2k views

How to encrypt mysql passwrod in php (or how to defeat automated code scanner red flag)

Management strikes again. How should I satisfy the code scanner that is going to read my php source and red flag my MySQL connection string? Linux Server (soon to be Sun) php 4.2 (soon to be ...
0
votes
4answers
43 views

Encrypting PHP source code [closed]

Possible Duplicate: What is the best PHP code encryptor? Encrypt php code How do I encrypt my PHP pages so that no-one can read the contents of the source file. It has details like mysql ...
0
votes
1answer
56 views

Mac hash function broken

I'm more or less attempting to determine crypography algoirthms and how they work. I'm a little confused on proving how one is trivial. For example: MAC(xbit_key,Message) = xbit_hash(Message) XOR ...
0
votes
3answers
857 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 ...
-3
votes
3answers
394 views

What is the best PHP code encryptor? [closed]

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