Fhi.Security.Cryptography.CLI 1.0.0

dotnet tool install --global Fhi.Security.Cryptography.CLI --version 1.0.0
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local Fhi.Security.Cryptography.CLI --version 1.0.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Fhi.Security.Cryptography.CLI&version=1.0.0
                    
nuke :add-package Fhi.Security.Cryptography.CLI --version 1.0.0
                    

Fhi.Security.Cryptography.CLI

A Command Line Tool for secure key management.
Currently, it provides functionality for generating JSON Web Keys (JWKs) by command line with cryptographic standards supported by HelseId and Maskinporten.

See further documentation in the official wiki


Features

  • Generate RSA-based JWK key pairs (public and private).
  • Automatic kid (Key ID) generation via JWK thumbprint or optional custom kid value.
  • Public/Private JWK separation with custom serialization.

Installation

Add the package via NuGet:

dotnet tool install --global Fhi.Security.Cryptography.CLI --version x.y.x

Usage

See further documentation about usage in the official wiki


Contributing

Contributions are welcome!
Please fsee the repository guide for contributions.


License

This project is licensed under the MIT License. See LICENSE for details.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
1.0.0 82 1/15/2026
1.0.0-beta1 658 12/2/2025