Skip to content

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

Notifications You must be signed in to change notification settings

hoseinmrh/File-Encryption-and-Decryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages