Skip to content

v0.1.3

Latest
Compare
Choose a tag to compare
@rakeshkanna-rk rakeshkanna-rk released this 23 Mar 18:57
· 25 commits to main since this release
3d00074

MonoCipher v0.1.3 Release Notes

We are excited to announce the release of MonoCipher version 0.1.3! This release brings several enhancements and new features to our Python-based encryption and decryption library, making it more versatile and secure than ever before.

Key Features and Enhancements:

  1. Introduction of HMAC Encryption:

    • We've introduced a new encryption method utilizing Hash-based Message Authentication Code (HMAC) for secure message encryption and decryption.
    • Developers can now leverage HMAC encryption to ensure data integrity and authenticity during transmission and storage.
  2. Enhanced Nonce Encryption Functionality:

    • Nonce encryption functionality has been improved to provide better support for encrypting and decrypting messages using ChaCha20-Poly1305 encryption.
    • Users can now enjoy enhanced security and performance when encrypting data with nonce-based encryption.
  3. Introduction of MAC Encryption:

    • We've introduced MAC encryption, which combines Advanced Encryption Standard (AES) encryption with Message Authentication Code (MAC) for robust data protection.
    • MAC encryption provides a comprehensive solution for encrypting and decrypting messages securely with AES encryption and HMAC authentication.
  4. Updated Usage Examples in Documentation:

    • The documentation has been updated with detailed usage examples for the new HMAC encryption, nonce encryption, and MAC encryption functionalities.
    • Users can now easily understand how to integrate these encryption methods into their Python applications for enhanced data security.

Bug Fixes and Improvements:

  1. Fixed Compatibility Issues:

    • Compatibility issues with certain Python environments and dependencies have been resolved to ensure smooth integration and usage of MonoCipher across different platforms.
  2. Performance Optimizations:

    • Performance optimizations have been implemented to enhance the overall efficiency and speed of encryption and decryption operations, resulting in improved runtime performance.
  3. Documentation Updates:

    • The documentation has been updated with additional information and clarifications to provide users with a comprehensive understanding of MonoCipher's features and functionalities.

How to Upgrade:

Users can upgrade to MonoCipher v0.1.3 by simply running the following command:

pip install --upgrade MonoCipher

Feedback and Contributions:

We encourage users to provide feedback on their experience with MonoCipher and report any issues or suggestions for improvement on our GitHub repository. Contributions from the community are always welcome and greatly appreciated.

Contact Information:

For any inquiries or assistance, please feel free to reach out to us via email at rakeshkanna0108@gmail.com

Thank you for choosing MonoCipher for your encryption needs. We hope you enjoy the latest features and enhancements in version 0.1.3!