Updated Security Tokens (markdown)
parent
0367449db2
commit
22bd23909d
|
@ -3,11 +3,11 @@
|
|||
| Token | Supported? | NFC | USB | supported algos | Implementation |
|
||||
|------|------|------|------|------|------|
|
||||
| [Fidesmo Card](https://www.fidesmo.com/) | ✔ | ✔ | 𐄂 | ? | [fork of ykneo-openpgp](https://github.com/fidesmo/ykneo-openpgp) |
|
||||
| [Gnuk](https://www.fsij.org/gnuk/) | ✔ >= 1.2.5 | 𐄂 | OTG | ? | [gnuk](http://git.gniibe.org/gitweb/?p=gnuk/gnuk.git) |
|
||||
| [Nitrokey Start](https://www.nitrokey.com) | ✔ >= 1.2.5 | 𐄂 | OTG | ? | [fork of gnuk](https://github.com/Nitrokey/nitrokey-start-firmware) |
|
||||
| [Gnuk](https://www.fsij.org/gnuk/) | ✔ >= 1.2.5 | 𐄂 | OTG | RSA <= 4096, EdDSA, ECDSA (NIST P256, secp256k1), ECDH (X25519, NIST P256, secp256k1) | [gnuk](http://git.gniibe.org/gitweb/?p=gnuk/gnuk.git) |
|
||||
| [Nitrokey Start](https://www.nitrokey.com) | ✔ >= 1.2.5 | 𐄂 | OTG | same as Gnuk | [fork of gnuk](https://github.com/Nitrokey/nitrokey-start-firmware) |
|
||||
| [Nitrokey Pro](https://www.nitrokey.com) | ✔ | 𐄂 | OTG | ? | [nitrokey-pro-firmware CcidLocalAccess.c](https://github.com/Nitrokey/nitrokey-pro-firmware/blob/master/src/ccid/CcidLocalAccess.c) |
|
||||
| [Nitrokey Storage](https://www.nitrokey.com) | ✔ | 𐄂 | OTG | ? | [nitrokey-storage-firmware OpenPGP_V20.c](https://github.com/Nitrokey/nitrokey-storage-firmware/blob/master/src/CCID/LOCAL_ACCESS/OpenPGP_V20.c) |
|
||||
| [YubiKey NEO](https://www.yubico.com/products/yubikey-hardware/yubikey-neo/) | ✔ | ✔ | OTG | ? | [ykneo-openpgp](https://github.com/yubico/ykneo-openpgp) |
|
||||
| [YubiKey NEO](https://www.yubico.com/products/yubikey-hardware/yubikey-neo/) | ✔ | ✔ | OTG | RSA <= 2048, **[no ECC](https://github.com/Yubico/ykneo-openpgp/issues/12)** | [ykneo-openpgp](https://github.com/yubico/ykneo-openpgp) |
|
||||
| [YubiKey 4](https://www.yubico.com/product/yubikey-4-series/) | ✔ | 𐄂 | OTG | ? | closed |
|
||||
| [YubiKey 4 Nano](https://www.yubico.com/product/yubikey-4-series/) | ✔ | 𐄂 | OTG | ? | closed |
|
||||
| [YubiKey 4C](https://www.yubico.com/product/yubikey-4-series/) | ✔ | 𐄂 | USB-C | ? | closed |
|
||||
|
|
Loading…
Reference in New Issue