We are excited to announce the new release of `pyfilecrypto` with added functionalities for enhanced security.
New Features
- **Chained Encryption**: Encrypt files using three layers of encryption with `alpha`, `bravo`, and `charlie` keys.
- **Chained Decryption**: Decrypt files using the reverse order of keys (`charlie`, `bravo`, `alpha`).
Functions Added
- `Encrypt(filename)`: Encrypts the file with three layers of encryption.
- `Decrypt(filename)`: Decrypts the file with three layers of decryption.
- `crypt(filename, method)`: General function to either encrypt or decrypt based on the method parameter.
Installation
To install the package, use `pip`:
bash
pip install pyfilecrypto
Changelog
* Added chained encryption and decryption functionalities.
* Improved security with multi-layer encryption.
*
Documentation
For more details, please refer to the [README.md](https://github.com/yourusername/pyfilecrypto/blob/main/README.md) file.
License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/yourusername/pyfilecrypto/blob/main/LICENSE) file for details.
Thank you for using pyfilecrypto! If you encounter any issues, please report them [here](https://github.com/yourusername/pyfilecrypto/issues).