Posts: 344
Threads: 55
Joined: Jul 2011
Reputation:
0
hi guys, to protect my pwn, anyone know if is possible to encrypt the code like on some php files?
at least a part of that, so I could send my pwn for someone to fix something and not be worried if the person would steal it
Posts: 485
Threads: 9
Joined: May 2011
Reputation:
0
You want to encrypt your code, and have someone try to fix something? HOw do you figure thats going to work? .. and no you can't encrypt it in the way you're thinking.
Posts: 344
Threads: 55
Joined: Jul 2011
Reputation:
0
no guys lol
I don't wanna encrypt all my code.... I don't know it is done on php, but I know it's possible (on php). You can encrypt just part of your code
Of course I wouldn't encrypt all of them if I want to send to someone fix anything...
I could, for exemplo, encrypt line 10k to 50k and pay to someone fix something on line 8k (not encrypted, obviously)
I think that maybe there is a compiler that cam compile a code in a kind of encryptation, it's readable for the computer but not for humans