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'
Minimum PowerShell version
5.0
Installation Options
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
- CATEncryptor.nuspec
- CATEncryptor.dll
- CATEncryptor.psd1
- CATEncryptor.psm1
- en-US\CATEncryptor.dll-Help.xml
Version History
Version | Downloads | Last updated |
---|---|---|
0.0.1 (current version) | 22 | 9/13/2023 |