Skip to content

Just a light AES-128bits encrypter and hash-generator (SHA-256) with a gui interface (tkinter).

License

Notifications You must be signed in to change notification settings

SuperKogito/Cryptos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptos

Cryptos is a small gui encryption and hashing tool. The gui is based on the tkinter library and includes various menubar functionalities. The data encryption & decryption is done using AES-128 (Advanced Encryption Standard), whereas the hashing is generated using the SHA-256 (Secure Hash Algorithm). This code is built with python 3.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

In order to excute this code you will need the following python 3 packages:

  • tkinter package
sudo apt-get install python3-tk
  • pycrypto package
sudo pip install pycrypto

Tests

This code has been only tested on ubuntu 16.04

Deployment

This code can be either excuted using a python IDE or by running the following command in the terminal:

python3 main.py

Screenshots

Built With

Contributing

If you have any improvement's suggestions, please contact me.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • The nameless heros of Stackoverflow
  • etc

About

Just a light AES-128bits encrypter and hash-generator (SHA-256) with a gui interface (tkinter).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages