Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 478 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 478 Bytes

File Encryption and Decryption

Python program with UI to encrypt and decrypt a text file with AES128 algorithm.



How to run:

  1. $ git clone https://github.com/hoseinmrh/File-Encryption-and-Decryption
  2. $ Set up venv $ pip install virtualenv
    $ python -m venv python
    $ cd python
    $ cd Scripts
    $ Activate
    Then go back to main directory
  3. Install requirements
    $ pip install -r requirements.txt
  4. Start using it