Skip to content

Initial release 1.0.0

Compare
Choose a tag to compare
@alan-null alan-null released this 24 Oct 20:31
· 10 commits to master since this release

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