https://github.com/parallaxsecond/rust-cryptoki
Rust wrapper for the PKCS #11 API, Cryptoki
https://github.com/parallaxsecond/rust-cryptoki
cryptography pkcs11 rust
Last synced: 1 day ago
JSON representation
Rust wrapper for the PKCS #11 API, Cryptoki
- Host: GitHub
- URL: https://github.com/parallaxsecond/rust-cryptoki
- Owner: parallaxsecond
- License: apache-2.0
- Created: 2021-03-03T16:58:34.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-08T08:19:07.000Z (5 days ago)
- Last Synced: 2025-05-08T09:28:03.907Z (5 days ago)
- Topics: cryptography, pkcs11, rust
- Language: Rust
- Homepage: https://docs.rs/cryptoki/
- Size: 778 KB
- Stars: 90
- Watchers: 11
- Forks: 76
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Cryptoki Rust Wrapper
The `cryptoki` crate provides an idiomatic interface to the PKCS #11 API.
The `cryptoki-sys` crate provides the direct FFI bindings.Check the `cryptoki` [README file](cryptoki/README.md) to get started!
# Community
Come and ask questions or talk with the Parsec Community in our Slack channel or biweekly meetings.
See the [Community](https://github.com/parallaxsecond/community) repository for more information on how to join.# Contributing
Please check the [**Contribution
Guidelines**](https://parallaxsecond.github.io/parsec-book/contributing/index.html) to know more
about the contribution process.# History
This repository is based on [this original PR on rust-pkcs11](https://github.com/mheese/rust-pkcs11/pull/43).
Read the PR discussion for more information.# License
The software is provided under Apache-2.0. Contributions to this project are accepted under the same license.
*Copyright 2021 Contributors to the Parsec project.*