Releases: selfmadecode/SafeKrypt.Data.Security
v1.2.2
What's New:
We updated some code comments, typo and repo url
What's coming:
More easy to use encryption methods
Feedback and Contributions:
We appreciate your feedback and contributions! If you encounter any issues or have suggestions, please create an issue on GitHub: https://github.com/selfmadecode/SafeKrypt.Data.Security/issues
v1.2.0
We are excited to announce the latest version of SafeCrypt (v1.2.0), bringing a new feature, improvements, and bug fixes to enhance your experience with our encryption library.
What's New:
Aes Class Renamed:
We renamed the AesEncryption and AesDecryption class to Aes, and consolidate all encrypting and decrypting methods within this single static class. This means you can now directly access the class without the need for instantiation.
Introduction of RSACryptoServiceProvider Algorithm:
We have introduced the RSACryptoServiceProvider algorithm, allowing users to choose the encryption method that best suits their specific requirements.
Bug Fixes for Aes:
We have addressed and resolved several bugs in the Aes implementation.