Encrypted shell script concept
Deps:
How it works:
- "secret.sh" <- my secret shell script
- secret.sh -> ccencrypt -> secret.sh.cpt
execrypt secret.sh.cpt-> password -> decrypt and exec
sudo curl -sSL https://raw.githubusercontent.com/Raais/execrypt/main/execrypt -o /usr/local/bin/execrypt && sudo chmod a+x /usr/local/bin/execrypt