ProtectedData

4.0.0

Encrypt and share secret data between different users and computers.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name ProtectedData -RequiredVersion 4.0.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name ProtectedData -Version 4.0.0

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

Copyright 2014 Dave Wyatt

Package Details

Author(s)

  • Dave Wyatt

Tags

powershell encryption

Dependencies

This module has no dependencies.

Release Notes

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.

FileList

Version History

Version Downloads Last updated
4.1.3 93,087 5/19/2015
4.1.2 50 4/2/2015
4.1.1 29 3/30/2015
4.1.0 43 3/6/2015
4.0.0 (current version) 68 11/12/2014
3.0.1 26 11/4/2014
3.0 27 11/4/2014
2.1 29 10/12/2014
2.0 34 9/22/2014
1.2.0 31 9/10/2014
1.1.1 26 9/7/2014
1.1.0 27 9/6/2014
1.0.0.2 25 9/6/2014
1.0.0.1 31 7/25/2014
1.0.0.0 30 7/25/2014
Show more