A lightweight,simple and secure File Encryptor tool built by using python3
- A secure File encryption/decryption tool.
- Uses the AES256-CBC Encryption Algorithm to Encrypt the files
- Highly secure and safe.
- GUI interface Built using python3-tkinter module
- Can be used to encrypt files in batch
- All files types/formats are supported
- This version is supported on : Windows, Linux and MacOS
- Satifying and cool user-themes support
- Realtime Progress Bar
- New More interactive user interface using PyQT5
- To add these dependencies, Run the commands given below -
Type command: $pip install python3-tkinter
Type command: $pip install pyAesCrypt
- Install the above dependencies using pip
- Clone this repository,
Type command : $git clone https://github.com/utgupta27/Uencryptor
- Now goto the source code directory i.e, Uencryptor>>src,
Type command: $cd Uencryptor/src
- To run the program,
Type command: $python3 main.py