Skip to content

Releases: 2Toad/Rijndael256

3.2.0

30 Jan 06:48
Compare
Choose a tag to compare
  • Make GenerateKey() public
  • Make CreateEncryptor() public
  • Make CreateDecryptor() public
  • Make RijndaelEtM.CalculateMac() public
  • Optimizations

3.1.0

29 Jan 09:45
Compare
Choose a tag to compare
  • Add support for Authenticated AES: Encrypt then MAC (EtM)

3.0.0

29 Jan 03:09
Compare
Choose a tag to compare
  • Use 10K iterations with PBKDF2
  • Restructure: remove Projects folder
  • Upgrade solution to VS2017

2.0.0

28 Jan 21:43
Compare
Choose a tag to compare
  • Added README.md
  • Added .NET Standard 1.6 support
  • Upgraded desktop to .NET 4.5.1
  • Switched from NUnit to Xunit
  • Added desktop unit test support

1.0.1

28 Jan 21:43
Compare
Choose a tag to compare
  • Added XML documentation
  • Added NuGet specification file