Skip to content

Releases: PowerShellLibrary/Crypto.AES

v2.0.0

16 Mar 18:52
ce3f0dc
Compare
Choose a tag to compare

Full Changelog: 1.0.1...2.0.0

Fixed:

  • #1 | The nonce isn’t being initialized properly
  • #2 | Disposing of the AesGcm instance unconditionally

Added:

  • #3 | Add AES key length validation

Performance improvements

26 Oct 18:11
Compare
Choose a tag to compare

Initial release 1.0.0

24 Oct 20:31
Compare
Choose a tag to compare

New commands:

  • Protect-Data - performs encryption using AesGcm
  • Unprotect-Data - performs decryption using AesGcm
  • New-AesKey - uses AesManaged to generate keys used by Protect-Data, Unprotect-Data cmdlets
  • New-AesManagedObject - creates an instance of System.Security.Cryptography.AesManaged