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

Combine Stored Key and Password-Based Key Derivation Methods into a Single Encryption Script #3

Closed Vikranth3140 closed 2 weeks ago

Vikranth3140 commented 2 weeks ago

This pull request merges the two separate encryption methods—stored key encryption and password-based key derivation—into a single, unified script. Users can now choose their preferred key management method via command-line options, enhancing flexibility and usability.


Key Changes:


Benefits:


Usage Instructions:

Generate a Fernet Key (for Stored Key Method):

python script.py -g

Encrypt a File:

Decrypt a File:


Important Considerations: