Applications for encryption and decryption. Methods: Backpack, magic square, DES, ElGamal, XOR(gammirovanie), Pleiffer, RC4, RSA, Uitson, Vigenere
- Python
- Qt
All actions should be executed from the source directory of the project and only after installing all requirements.
-
Firstly, create and activate a new virtual environment:
python3.8 -m venv ../venv source ../venv/bin/activate
-
Install packages:
pip install --upgrade pip pip install -r requirements.txt
-
Run encryption