An open API service indexing awesome lists of open source software.

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

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```