CATEncryptor

0.0.1


   Functions for encrypting and decrypting files using certificates installed on the system.

   To make a cert that works with these functions:

   New-SelfSignedCertificate -DnsName $CertName -CertStoreLocation $CertificateStoreLocation  -KeyAlgorithm RSA -KeyLength 4096 -KeyExportPolicy Exportable -KeyProtection None -Provider 'Microsoft Enhanced RSA and AES

   Functions for encrypting and decrypting files using certificates installed on the system.

   To make a cert that works with these functions:

   New-SelfSignedCertificate -DnsName $CertName -CertStoreLocation $CertificateStoreLocation  -KeyAlgorithm RSA -KeyLength 4096 -KeyExportPolicy Exportable -KeyProtection None -Provider 'Microsoft Enhanced RSA and AES Cryptographic Provider'
Show more

Minimum PowerShell version

5.0

Installation Options

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

Install-Module -Name CATEncryptor

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

Install-PSResource -Name CATEncryptor

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

(c) Thomas Rayner. All rights reserved.

Package Details

Author(s)

  • Thomas Rayner

Cmdlets

Protect-File Unprotect-File Protect-String Unprotect-String

Dependencies

This module has no dependencies.

FileList

Version History

Version Downloads Last updated
0.0.1 (current version) 16 9/13/2023