Skip to content

v4.0.0

Compare
Choose a tag to compare
@dlwyatt dlwyatt released this 12 Nov 04:50
· 26 commits to master since this release

Added HMAC (authentication code) of AES cipher text, to prevent tampering.

Note: This is a major release because the Unprotect-Data command will not decrypt ProtectedData objects which were produced by earlier versions of the module and are missing the HMAC code, by default. However, you can add the HMAC to existing objects by using the new Add-ProtectedDataHmac command, at which point Unprotect-Data will work with that object again.

Add-ProtectedDataHmac is not required for any new calls to Protect-Data; the HMAC information will be produced automatically in that case.