Skip to content

Releases: sjh37/Effortless-.Net-Encryption

v4.1.0

30 Apr 16:10
Compare
Choose a tag to compare

Upgraded code to use .NET 8

v4.0.0

21 Dec 18:13
Compare
Choose a tag to compare

Migrated to .NetStandard 2.1

v3.3.0

18 Oct 12:07
Compare
Choose a tag to compare

You now have the ability to specify the Rijndael key size and block sizes.
I have also added defaults which are:

  • Block Size = 256
  • Key Size = 256

V3.2.0

12 Jul 09:23
Compare
Choose a tag to compare

Allow you to set the PaddingMode and CipherMode prior to encryption / decryption.
This is done by via Bytes.SetPaddingAndCipherModes() function.
You can reset back to default using ResetPaddingAndCipherModes().

The defaults are:

  • PaddingMode.ISO10126
  • CipherMode.CBC

v3.1.0

11 Apr 13:40
Compare
Choose a tag to compare

Added support for DiffieHellman

v3.0.0

09 Apr 22:05
Compare
Choose a tag to compare
  • #1 Now support Norwegian characters such as "Øystein" by using Unicode instead of UTF8

v2.1.0

09 Apr 21:10
Compare
Choose a tag to compare

Added DigitalSignatures