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

https://github.com/osama-yusuf/comprypter

(Compress + Encrypt) a bash script that compress, decompress, encrypt, & decrypt files and directories
https://github.com/osama-yusuf/comprypter

bash bash-script compress encrypt linux

Last synced: 4 months ago
JSON representation

(Compress + Encrypt) a bash script that compress, decompress, encrypt, & decrypt files and directories

Awesome Lists containing this project

README

        

# Comprypter

**Comprypter** "compress+encrypt" is a **BASH** script that can be used to compress, decompress, encrypt, & decrypt files and directories

You can take a look at the [GitHub project page](https://github.com/Osama-Yusuf/Comprypter).

## Features

* Compress
* Decompress
* Encrypt
* Decrypt

## Getting started

Download the script and give it execution permission using this command:

```bash
curl "https://raw.githubusercontent.com/Osama-Yusuf/Comprypter/main/comprypt.sh" -o comprypt.sh && chmod +x comprypt.sh
```

## Usage for Linux & Windows
### but for windows Git must be pre-installed, Or this script won't work. Open git bash termainl as adminstrator then

First copy it to the binaries folder to run it as a command without the extension (.sh)

### For linux use sudo:

```
sudo cp comprypt.sh /usr/bin/comprypt
```

### For windows open git bash as admin:

```
cp comprypt.sh /usr/bin/comprypt
```

You can delete the script now if you want.

```
rm -f comprypt.sh
```

---

Then execute the script inside desired directory and let it do all the work:

You can pass the file name as an argument:

```
comprypt file_name
```

```
source comprypt.sh file_name
```

Or just execute script and add the files name or full path later:

```
comprypt
```

```
source comprypt.sh
```

---

### To Uninstall it:

```
sudo rm -f comprypt.sh /usr/bin/comprypt
```

### For windows open git bash as admin:

```
rm -f comprypt.sh /usr/bin/comprypt
```

## Tested Environments

* Ubuntu Os.
* Kali-Linux Os.
* Windwos 11.

If you have successfully tested this script on others systems or platforms please let me know!

## Donations

If you want to support this project, please consider donating:
* PayPal: https://paypal.me/OsamaYusuf
* Buy me a coffee: https://www.buymeacoffee.com/OsamaYusuf
* ETH: 0x507bF8931b534a81Ced18FDf8fc5BE4Daf08332B

---

* `By Osama-Yusuf`
* `Thanks for reading`

-------
##### Report bugs for "Git-Repo-Pusher"
* `[email protected]`