MENGM0 / imgCrpt

AES CBC image encryption GUI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

imgCrpt

AES CBC image encryption GUI. Works with .bmp files.

Prerequisites

  • Python 3.x

  • Pillow

  • pycryptodomex

  • PyQt5

How to run

  1. (optional) Setup virtual env.
  2. pip install arcade pillow pycryptodomex pyqt5
  3. Run the script: python imgCrpt.py

Example

About

AES CBC image encryption GUI.

License:MIT License


Languages

Language:Python 100.0%