Vikranth3140 / Encryption-Decryption-Tool

This Python tool provides a flexible way to encrypt and decrypt files using Stored Key Method and Password-Based Key Derivation.
MIT License
3 stars 3 forks source link

Chunked File Processing #4

Open Vikranth3140 opened 2 weeks ago

Vikranth3140 commented 2 weeks ago

Modify the script to handle files in chunks, reducing memory usage and allowing encryption of large files.