NerdyMishka 

By: | 340 downloads | Last Updated: 3/23/2019 | Latest Version: 0.1.0

# Gz-ProtectData Module 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 bytes. By default, the encrypted value will also contain a computed hash of the data to verify integrity. ## Example $decryptedValue = "some kind of se... More info

By: | 316 downloads | Last Updated: 3/23/2019 | Latest Version: 0.1.0

# Gz-ResolveTemplate A module for simple/light weight string templates using the the mustache var replacement syntax. Resolve-GzTemplate "Hello, {{ Person }}" -Model [PsCustomObject]@{ Person = "World" } Resolve-GzTemplate "Hello, {{ Env:UserName }}" -Model [PsCustomObject]@{}

By: | 173 downloads | Last Updated: 11/10/2019 | Latest Version: 0.1.0

Gz Core Module contains common use functions such as