#certificate #card #document #verify #read

jpki

Read certificates, sign and verify documents using your JPKI card

13 releases

0.4.3 Oct 21, 2023
0.4.2 Mar 16, 2023
0.4.1 Oct 2, 2022
0.3.0 Jul 14, 2022
0.1.1 Nov 17, 2021

#609 in Cryptography

Download history 11/week @ 2024-02-18 35/week @ 2024-02-25 2/week @ 2024-03-03 8/week @ 2024-03-10 243/week @ 2024-03-31

251 downloads per month
Used in 2 crates

LGPL-2.1-or-later

28KB
596 lines

jpki-rs

crates.io docs Rust

Read certificates, sign and verify documents using your JPKI card.

💻 Supported Platforms

These targets are tested continuously:

  • x86_64-pc-windows-msvc
  • x86_64-apple-darwin
  • aarch64-apple-darwin
  • x86_64-unknown-linux-gnu
  • aarch64-linux-android
  • armv7-linux-androideabi

Since this crate is fully cross-platform, we are welcome to add a new platform to this list :)

📦 Getting Started

Add to your Cargo.toml as a dependency as follows:

[dependencies]
jpki = "0.4"

✨ Features

  • pcsc: PC/SC support for communicating with your cards (non-default).
  • tracing: Logging feature on tracing ecosystem (non-default).

💚 Example

See jpki-cli for an example usage of this crate.

🔗 References

Dependencies

~0.4–1MB
~23K SLoC