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
- Host: GitHub
- URL: https://github.com/osama-yusuf/comprypter
- Owner: Osama-Yusuf
- License: mit
- Created: 2022-07-02T13:30:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-03T14:57:35.000Z (almost 3 years ago)
- Last Synced: 2024-12-29T01:57:42.431Z (6 months ago)
- Topics: bash, bash-script, compress, encrypt, linux
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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 thenFirst 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]`