cybereagle2001 / Crypto

this script is created by cybereagle2001, oussama ben hadj dahman, I thought that it so important to secure some documents that will allow people to conserve their own privacy so I created Crypto based on some kali linux tools. it's so easy to use. All what you need is to write or past your text after useing the encryption or decryption option and Crypto will create a new file where you will found your document encrypted or decrypted.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crypto

ezgif com-gif-maker

  • this script is created by cybereagle2001, oussama ben hadj dahman, developped by cybereagle2001 and Oussema Aloui.
  • I thought that it so important to secure some documents it will allow people to conserve their own privacy so I created the first version of Crypto based on some kali linux tools. -It's so easy to use. All what you need is to write or past your text after choosing the encryption or decryption option and Crypto will create a new file where you will found your document encrypted or decrypted.
  • Crypto V0.2 is written in python 2.7. We developped Crypto so that it can run on GNU/LINUX ,WINDOWS and MAC OS.
  • -Crypto V0.3 is written in python 3. We worked on better performance and higher encryption algorithms. We will update the project and we will add new encryption algorithms soon.

How to Run Crypto on Windows

you can follow instructions in this link after installing python 3 :https://generalassemb.ly/blog/how-to-run-a-python-script/

How To Install Crypto on linux

crypto

Clone the git link

git clone https://github.com/cybereagle2001/Crypto.git

after cloning the link go to the directory useing:

cd Crypto/Crypto_app

Now add Crypto Script installer to your terminal commands useing:

chmod +x install.sh

And you can launch Crypto script installer by:

./install.sh

Crypto History

  • I got the idea of Crypto script 10/03/2020
  • I started by a basic encryption algorythm wich is base64
  • One day my freind asked me to improve the script by saying that it's easier to use the online encryptor so I decided to add more optons to crypto by useing rot13 algorithm.
  • I did not stop there because I thought I must have a special encryption algorthm wich allow Crypto to be unique so that today Sun 26 Apr 2020 01:13:55 PM UTC I added crypto1 a encryption and decryption unique algorithm wich will allow more security to your files.
  • Since the begining of the year 2021 we worked on crypto so that it can run on different Operating Systems.
  • Crypto version 2 was written using python 2.7 you will find two versions one for Linux and MacOS and an other for Windows users. Note that there is no difference betweeen the two version when it comes to the quality of the encryption and the security of the script, yet for Windows users please vrify that all Requirements are installed.
  • Crypto version3 developped in python3+. It will find two versions one for linux& mac os and an other for windows users. We worked on the security of our encryption modules and code. We assure you that in this version the execution of the script is easier and it allow you to have a nicer experience. We will work on adding new encryption methods soon.

License

MIT ©Crypto.

Original author : Oussama Ben Hadj Dahman (cybereagle2001)

Developped by cybereagle2001 and Oussema Aloui

Version 3 developped by cybereagle2001 and wassila Chtioui

About

this script is created by cybereagle2001, oussama ben hadj dahman, I thought that it so important to secure some documents that will allow people to conserve their own privacy so I created Crypto based on some kali linux tools. it's so easy to use. All what you need is to write or past your text after useing the encryption or decryption option and Crypto will create a new file where you will found your document encrypted or decrypted.

License:MIT License


Languages

Language:Python 99.2%Language:Shell 0.8%