Skip to content

v1.2.0

Compare
Choose a tag to compare
@selfmadecode selfmadecode released this 06 Mar 08:17
· 32 commits to master since this release

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.