Please, how can I execute a script (bash) after encrypting it without decrypting it?
I would like to give only execute access to a script and make it unreadable.
I used this to encrypt my script openssl enc -aes-256-cbc -salt -in test.sh -out test.sh.enc -k $Password
New contributor
RACHID OUBELK is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.