-2

is there any way to convert a node script into a kind of executable or package for linux? For example for sharing a script I don't want to give the source code, just an executable

Any help is welcome

Regards

user1031782
  • 186
  • 1
  • 1
  • 5

1 Answers1

0

The only thing you'll be able to do along the lines of protecting code is to obfuscate the code, which makes it harder to read.

Free Javascript Obfuscator

However anyone with enough patience and time will still be able to reverse engineer the code.

Pastor Bones
  • 7,183
  • 3
  • 36
  • 56