Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.11 KB

README.md

File metadata and controls

44 lines (35 loc) · 1.11 KB

Encrypt

Encrypt tool can be used to encrypt and decrypt files(one file at a time).

This is a simple tool. I don't have coustomized it much more. This tool will run setup file in every execute. This tool uses prebuilt pakages to encrypt and decrypt files.

Subscribe

hey there, You can subscribe Mr Idealhat for interesting videos OR follow Mr Idealhat Blogger website for interesting blogs. Search "Adarsh Addee Vlogs" on YouTube and subscribe for my vlog videos.

Installation

apt-get update && apt-get upgrade-y
apt-get install git -y
git clone https://github.com/adarshaddee/Encrypt.git
cd Encrypt
chmod +x encrypt.sh
./encrypt.sh

One-line Installation

apt-get update && apt-get upgrade-y && apt-get install git-y && git clone https://github.com/adarshaddee/Encrypt.git