opensslkey
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
Install
dotnet add package opensslkey --version 1.3.0
Install-Package opensslkey -Version 1.3.0
<PackageReference Include="opensslkey" Version="1.3.0" />
Frameworks
No framework metadata available.
Dependencies
No declared dependencies.
Adoption guide
Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.
No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.
No target framework metadata is available. Confirm compatibility in a representative project before standardising on this package.
How to read this guidance
Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.
Useful next steps
Move from package metadata to a concrete selection or review workflow.