Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
robertclarkson committed Nov 18, 2022
1 parent e5b0b0a commit bd0f5ec
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,24 @@ Download from the [Google Play store](https://play.google.com/store/apps/details
6. When the keys are loaded, Hold the NFC card to the phone to run the key change on the card. Do not move the card until the key change has completed.
Warning! If you lose the new keys then you will be unable to reprogram the card again

## Wiping cards

To wipe a card get the keys into a json in the following format:
```
{
"version": 1
"action": "wipe",
"k0": "11111111111111111111111111111111",
"k1": "22222222222222222222222222222222",
"k2": "33333333333333333333333333333333",
"k3": "44444444444444444444444444444444",
"k4": "55555555555555555555555555555555",
}
```
Go to the advanced > key reset screen and either paste this json from the clipboard or scan a QR code with this JSON encoded in it.
Then press "reset card now" and tap and hold your card against the NFC reader.


# Dependencies / Security considerations

We rely on the Taplinx 2.0 Android library supplied by NXP.
Expand Down

0 comments on commit bd0f5ec

Please sign in to comment.