HR / Crypter

🔓✨🔒 An innovative, convenient and secure encryption app
https://git.io/Crypter
MIT License
454 stars 70 forks source link

Hide my poject / execute my project #40

Closed joker8989 closed 5 years ago

joker8989 commented 5 years ago

Have not read the README yet but it looks good i will try it very soon.. Sorry for the stupid question but your project only encrypts the files? Or i can execute my file as well? I mean if i have a project i created and i dont want to people be able to read the code but still able to execute it... :) Which is it?

Thankx for your time anyway

HR commented 5 years ago

Encrypted code can't be executed. It has to be machine-readable which can be reverse engineered and read by humans.

What you want is to obfuscate your code but you should know that there is no way that guarantees 100% unreadability.

If you are using a compiled language then you already get a level of obfuscation by compiling your code. There is plenty of open source obfuscation software that you can use to obfuscate your code.