opensslkey 1.3.0.20130622

dotnet add package opensslkey --version 1.3.0.20130622
NuGet\Install-Package opensslkey -Version 1.3.0.20130622
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="opensslkey" Version="1.3.0.20130622" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add opensslkey --version 1.3.0.20130622
#r "nuget: opensslkey, 1.3.0.20130622"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install opensslkey as a Cake Addin
#addin nuget:?package=opensslkey&version=1.3.0.20130622

// Install opensslkey as a Cake Tool
#tool nuget:?package=opensslkey&version=1.3.0.20130622

Open SSL Key - Utility to generate XML keys from PEM or DER keys.  
Reads and parses:
(1) OpenSSL PEM or DER public keys
(2) OpenSSL PEM or DER traditional SSLeay private keys (encrypted and unencrypted)
(3) PKCS #8 PEM or DER encoded private keys (encrypted and unencrypted)
| Keys in PEM format must have headers/footers .
| Encrypted Private Key in SSLEay format not supported in DER
|  Removes header/footer lines.
|  For traditional SSLEAY PEM private keys, checks for encrypted format and uses PBE to extract 3DES key.
|  For SSLEAY format, only supports encryption format: DES-EDE3-CBC
|  For PKCS #8, only supports PKCS#5 v2.0  3des.
|  Parses private and public key components and returns .NET RSA object.
|  Creates dummy unsigned certificate linked to private keypair and optionally exports to pkcs #12

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.0.20130622 41,790 6/22/2013
1.3.0 2,496 3/28/2011