https://github.com/nitrokey/nitrokey-websmartcard-rust
A Nitrokey Webcrypt implementation in Rust
https://github.com/nitrokey/nitrokey-websmartcard-rust
nitrokey nitrokey-webcrypt nitrokey-websmartcard
Last synced: 3 months ago
JSON representation
A Nitrokey Webcrypt implementation in Rust
- Host: GitHub
- URL: https://github.com/nitrokey/nitrokey-websmartcard-rust
- Owner: Nitrokey
- Created: 2022-07-26T18:59:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-13T09:56:04.000Z (over 1 year ago)
- Last Synced: 2025-12-26T19:40:25.624Z (5 months ago)
- Topics: nitrokey, nitrokey-webcrypt, nitrokey-websmartcard
- Language: Rust
- Homepage:
- Size: 441 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nitrokey Webcrypt Rust
This is a Nitrokey Webcrypt Rust-rewrite.
See https://github.com/Nitrokey/nitrokey-webcrypt for the documentation of the commands and protocol.
## Running UDP Simulation
```bash
cargo run --example udp_sim
```
To show logs:
```bash
env RUST_BACKTRACE=full RUST_LOG=debug run --example udp_sim --features enable-logs
```
Tests are here:
- https://github.com/Nitrokey/nitrokey-webcrypt-tests
## Running USB-IP Simulation
Check out `nitrokey-webcrypt-usbip` project for the USB-IP simulation:
- https://github.com/Nitrokey/nitrokey-webcrypt-usbip
## Running on a hardware
Here is a working Nitrokey Webcrypt on a Nitrokey 3 firmware:
- https://github.com/Nitrokey/nitrokey-3-firmware/tree/nitrokey-webcrypt