Skip to content

Releases: PowerShellLibrary/Crypto.AES

v2.0.0

Choose a tag to compare

@alan-null alan-null released this 16 Mar 18:52
ce3f0dc

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

Choose a tag to compare

@alan-null alan-null released this 26 Oct 18:11

Full Changelog: 1.0.0...1.0.1

Initial release 1.0.0

Choose a tag to compare

@alan-null alan-null released this 24 Oct 20:31

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