Command line tool for cryptography generation and management by FHI.
$ dotnet add package Fhi.Security.Cryptography.CLIA 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
.NET SDK version 9.x or 10.x is required to install and use the Fhi.Cryptography tool.
kid (Key ID) generation via JWK thumbprint or optional custom kid value.Add the package via NuGet:
dotnet tool install --global Fhi.Security.Cryptography.CLI --version x.y.x
See further documentation about usage in the official wiki
Contributions are welcome!
Please fsee the repository guide for contributions.
This project is licensed under the MIT License. See LICENSE for details.