From 532617b7e1c1259222a26d7c362c8c0ad6c3587c Mon Sep 17 00:00:00 2001 From: Dave Wyatt Date: Tue, 11 Nov 2014 23:41:33 -0500 Subject: [PATCH] Updated release notes --- ProtectedData.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProtectedData.psd1 b/ProtectedData.psd1 index 721b718..c3afbe2 100644 --- a/ProtectedData.psd1 +++ b/ProtectedData.psd1 @@ -37,7 +37,7 @@ # Indicates this is a pre-release/testing version of the module. IsPrerelease = 'False' - ReleaseNotes = 'Added HMAC authentication of AES data.' + ReleaseNotes = 'Added HMAC authentication of AES data, to prevent tampering. Note: Unprotect-Data will not allow you to decrypt data that was protected by an earlier version, due to the missing HMAC. To add an HMAC to existing ProtectedData objects, you can use the new Add-ProtectedDataHmac command. This is only necessary for updating existing data; new calls to Protect-Data will automatically produce the HMAC.' } } }