A C++ application that utilizes multi-threading to encrypt/decrypt files in parallel.
- Parallel encryption and decryption
- AES-256 encryption
- Configurable worker threads
- Secure key management
- Detailed logging
- Clone the repo
- Navigate to project directory
- Build with
make
- Run
./build/encrypt_decrypt
- Select encrypt or decrypt
- Provide input file
- Set options as needed
src/app/
: Encryption, file handling, processesbuild/
: Compiled binariesMakefile
: Build configuration
Contributions welcome! Open issues or submit PRs.
MIT License