How to Encrypt a Shell Script (CSH)

Asked 1 years ago, Updated 1 years ago, 109 views

Is it possible to encrypt and execute the CSH source code to encrypt VBS to VBE using Windows Script Encoder?
If possible, please tell me how to do it.
If it is possible to replace it with Bash, that is fine.Thank you for your cooperation.

linux bash sh

2022-09-30 20:33

1 Answers

Although not encrypted, the shell file compiler SCH enables shell binaries and conceals source code.

Manpage for shc


2022-09-30 20:33

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.