Skip to content

dev2810/Parallel-Process-Encryptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallel Process Encryptor

A C++ application that utilizes multi-threading to encrypt/decrypt files in parallel.

Features

  • Parallel encryption and decryption
  • AES-256 encryption
  • Configurable worker threads
  • Secure key management
  • Detailed logging

Installation

  1. Clone the repo
  2. Navigate to project directory
  3. Build with make
  4. Run ./build/encrypt_decrypt

Usage

  1. Select encrypt or decrypt
  2. Provide input file
  3. Set options as needed

Project Structure

  • src/app/: Encryption, file handling, processes
  • build/: Compiled binaries
  • Makefile: Build configuration

Contributing

Contributions welcome! Open issues or submit PRs.

License

MIT License

About

Based on multi-threading concept of Operating Systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages