Skip to content

drik-exe/encryptions_qt

Repository files navigation

Applications for encryption and decryption. Methods: Backpack, magic square, DES, ElGamal, XOR(gammirovanie), Pleiffer, RC4, RSA, Uitson, Vigenere

Stack:

  • Python
  • Qt

Local Developing

All actions should be executed from the source directory of the project and only after installing all requirements.

  1. Firstly, create and activate a new virtual environment:

    python3.8 -m venv ../venv
    source ../venv/bin/activate
  2. Install packages:

    pip install --upgrade pip
    pip install -r requirements.txt
  3. Run encryption

About

Applications for encryption and decryption

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages