https://github.com/raais/execrypt
Encrypted shell script concept
https://github.com/raais/execrypt
Last synced: 11 months ago
JSON representation
Encrypted shell script concept
- Host: GitHub
- URL: https://github.com/raais/execrypt
- Owner: Raais
- License: mit
- Created: 2023-09-23T16:54:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-23T17:20:10.000Z (over 2 years ago)
- Last Synced: 2025-06-04T00:04:36.049Z (about 1 year ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# execrypt
Encrypted shell script concept
Deps:
- [ccrypt](https://ccrypt.sourceforge.net)
- [zenity](https://help.gnome.org/users/zenity/stable)
How it works:
- "secret.sh" <- my secret shell script
- secret.sh -> [ccencrypt](https://ccrypt.sourceforge.net) -> secret.sh.cpt
- ```execrypt secret.sh.cpt``` -> password -> decrypt and exec
# Installation
```sudo curl -sSL https://raw.githubusercontent.com/Raais/execrypt/main/execrypt -o /usr/local/bin/execrypt && sudo chmod a+x /usr/local/bin/execrypt```