Lucas Teske hat die Gist bearbeitet 3 years ago. Zu Änderung gehen
1 file changed, 23 insertions
readme.md(Datei erstellt)
| @@ -0,0 +1,23 @@ | |||
| 1 | + | ||
| 2 | + | ||
| 3 | + | ```bash | |
| 4 | + | java -jar gp.jar -d \ | |
| 5 | + | -a 00a4040010C238E449F725B1510EAA699550CABA16 \ | |
| 6 | + | -a 00f00000 \ | |
| 7 | + | -a c0d6030510404142434445464748494a4b4c4d4e4f \ | |
| 8 | + | -a c0d6032110404142434445464748494a4b4c4d4e4f \ | |
| 9 | + | -a c0d6033D10404142434445464748494a4b4c4d4e4f | |
| 10 | + | ``` | |
| 11 | + | ||
| 12 | + | # APDU commands explanation: | |
| 13 | + | ||
| 14 | + | * `00a4040010C238E449F725B1510EAA699550CABA16` | |
| 15 | + | * `00a4040010` => Initialize Card | |
| 16 | + | * `C238E449F725B1510EAA699550CABA16` => Transport Key (TK) | |
| 17 | + | * `00f00000` => Factory Reset, Open to Initialize | |
| 18 | + | * `c0d6030510404142434445464748494a4b4c4d4e4f` => Set key slot 0 to default test key `404142434445464748494A4B4C4D4E4F` | |
| 19 | + | * `c0d6032110404142434445464748494a4b4c4d4e4f` => Set key slot 2 to default test key `404142434445464748494A4B4C4D4E4F` | |
| 20 | + | * `c0d6033D10404142434445464748494a4b4c4d4e4f` => Set key slot 3 to default test key `404142434445464748494A4B4C4D4E4F` | |
| 21 | + | ||
| 22 | + | ||
| 23 | + | Tested card: https://pt.aliexpress.com/item/32856082491.html | |
Neuer
Älter