Skip to content

Cyptobox is a Python library for dealing with cryptography algorithms.

Notifications You must be signed in to change notification settings

yazidbouallagui/cyptobox

Repository files navigation

cryptobox

Cryptobox is a Python library for dealing with cryptography algorithms.

Installation

Use the package manager pip to install dependecies.

pip3 install pysqlite3
pip3 install pycryptodome
pip3 install rsa
pip3 install pyDes

Usage

python3 start.py

Screenshot

Alt text

Special thanks

To Dr Yousfi Souheib (https://github.com/SouheibYousfi)