PEMEncrypt

0.2.1

A cross-platform PowerShell module handling string encryption and decryption using RSA keys only. Allows strings to be encrypted when the client only has the public key available, in the event the encrypted string is being sent to a secure endpoint housing the private key where it will be decrypted for further use.

Minimum PowerShell version

5.1.0

Installation Options

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

Install-Module -Name PEMEncrypt

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

Install-PSResource -Name PEMEncrypt

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

Nate Ferrell, 2019

Package Details

Author(s)

  • Nate Ferrell

Tags

Windows MacOS Linux RSA Crypto Encrypt Decrypt PEM ssh-keygen openssl SSH Security

Functions

New-RSAKeyPair Protect-PEMString Unprotect-PEMString

PSEditions

Desktop Core

Dependencies

This module has no dependencies.

FileList

  • PEMEncrypt.nuspec
  • PEMEncrypt.psd1
  • PEMEncrypt.psm1
  • bin\netfx\BouncyCastle.Crypto.dll
  • bin\netfx\SCRTHQ.PEMEncrypt.dll
  • bin\netstandard\BouncyCastle.Crypto.dll
  • bin\netstandard\SCRTHQ.PEMEncrypt.dll

Version History

Version Downloads Last updated
0.2.1 (current version) 799 8/24/2019
0.2.0 37 8/10/2019
0.1.1 28 7/8/2019
0.1.0 28 7/7/2019