Project description
File Encryption Tool
The File Encryption Tool is a command-line app for encrypting files using popular encryption algorithms such as AES (Advanced Encryption Standard) and DES (Data Encryption Standard).
Features
Usage
To use the File Encryption Tool, follow these steps:
-
Clone or download the repository: Get the source code for the tool by cloning the repository or downloading it as a ZIP file.
-
Install dependencies: Ensure you have the necessary dependencies, including the cryptography
library.
pip install encryption_jsv