File Encryption/Decryption Tool

An easy to use tool for encrypting and decrypting files using the Advanced Encryption Standard (AES) algorithm.

Features

How to use

  1. Clone the repository to your local machine or download the script to your computer.
  2. Run the script using the command python main.py or execute the main.exe.
  3. Select the desired option from the menu:
    • Generate key and encrypt a file
    • Load key and decrypt a file
  4. If you chose to generate the key, you will be prompted to enter a password which will be used to encrypt the key
  5. After that enter the path of the file to encrypt/decrypt
  6. Wait for the encryption/decryption to finish.
  7. Enjoy your secure files

Note