Gainz-ProtectData
0.1.2
Gainz: Protect Data Module
Deprecated: Renaming to Gz-ProtectData
ProtectData provides functions/cmdlets that will encrypt and decrypt string or
binary data with a SecureString password or a private key made of an array of
ytes.
By default, the encrypted value will also contain a computed hash of the
data to verify integrity.
Installation Options
Owners
Copyright
(c) 2018 Nerdy Mishka. All rights reserved.
Package Details
Author(s)
- Nerdy Mishka Michael Herndon
Tags
Protect Protect-String Protect-Blob Data DevOps Gz Gainz NerdyMishka
Functions
Protect-Blob Protect-String Get-ProtectOptions Unprotect-Blob Unprotect-String ConvertTo-UnprotectedBytes
Dependencies
This module has no dependencies.
Release Notes
0.1.2 - Renaming to Gz-ProtectData
0.1.0 - Early Release
The module is not documented yet. Blob and String encryption works with a
password or a private key made of bytes.
FileList
- Gainz-ProtectData.nuspec
- Gainz-ProtectData.psd1
- Gainz-ProtectData.psm1
- LICENSE
- README.md
- private\New-ProtectBlobKey.ps1
- private\New-ProtectBlobSalt.ps1
- public\ConvertTo-UnprotectedBytes.ps1
- public\Get-ProtectOptions.ps1
- public\Protect-Blob.ps1
- public\Protect-String.ps1
- public\Unprotect-Blob.ps1
- public\Unprotect-String.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
0.1.2 (current version) | 358 | 3/17/2019 |
0.1.1 | 168 | 10/28/2018 |
0.1.0 | 82 | 8/31/2018 |