Skip to content

Commit

Permalink
Fix textile leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
xhanulik committed May 9, 2024
1 parent f6822eb commit 3d0b870
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion HBCI-homebanking.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
h1. HBCI homebanking
# HBCI homebanking

HBCI is a standard that is used by many banks in Germany.
Those banks offer either banking with PIN and TAN lists, or
Expand Down
4 changes: 2 additions & 2 deletions SmartCardHSM.md
Original file line number Diff line number Diff line change
Expand Up @@ -560,13 +560,13 @@ asc@calzone:~/tmp$ sc-hsm-tool --wrap-key wrap-key.bin --key-reference 1 --pin 6
Using reader with a card: SCM SCR 355 [CCID Interface] 00 00
asc@calzone:~/tmp$ ls -la wrap-key.bin
-rw-rw-r-- 1 asc asc 1696 Jul 17 19:15 wrap-key.bin
</code></pre>
```
The resulting file contains a key description, the optional certificate and the key value encrypted under the DKEK. The key value and it's meta data is protected by a cryptographic checksum against modifications.
Importing the key into the same or a different SmartCard-HSM with the same DKEK can be done using:
<pre><code>
```sh
asc@calzone:~/tmp$ sc-hsm-tool --unwrap-key wrap-key.bin --key-reference 10 --pin 648219
Using reader with a card: SCM SCR 355 [CCID Interface] 00 00
Wrapped key contains:
Expand Down
2 changes: 1 addition & 1 deletion TCOS-based-preformatted-cards.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ There is one problem with many PKCS#11 or PKCS#15 smartcard-applications. They a

If you have stored a certificate on your NetKey card, you most likely want to use this certificate (and not the readonly-one). Therefore the emulation will add the user-certificates first into its internal list.

h3. Some remarks about the PINs of NetKey cards
### Some remarks about the PINs of NetKey cards

There are two global PINs on TCOS2 based NetKey-cards and some of the directories contain further PINs. TCOS3-based cards are slightly different but since `netkey-tool` does not support TCOS3-cards yet I will not explain the differences.

Expand Down

0 comments on commit 3d0b870

Please sign in to comment.