Skip to content

jpassing/jpki-net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JPKI.Net

Jpki.Security.Cryptography

This library contains extension methods that "backport" PKI-related methods introduced in .NET 5, 6, or 7 to older runtime versions, including:

The library uses the Windows CryptoAPI and CNG native APIs to implement these "missing" methods.

Jpki.Security.Cryptography has no runtime dependencies and supports the following runtimes:

  • .NET Framework 4.7+
  • .NET 6.0+ (Windows)

Jpki.Security.WebAuthn

This library is a managed wrapper for the (semi-documented) Windows Hello WebAuthn API to create WebAuthn assertions and credentials in .NET.

Jpki.Security.WebAuthn depends on Jpki.Security.Cryptography but has no further runtime dependencies. It supports the following runtimes:

  • .NET Framework 4.7+
  • .NET 6.0+ (Windows)

All files in this repository are under the Apache License, Version 2.0 unless noted otherwise.

About

Surface Windows public key cryptography-related functionality to .NET applications

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages