mirror of
https://github.com/brmlab/brmdoor_libnfc.git
synced 2025-06-07 08:04:06 +02:00
Fix typos
This commit is contained in:
parent
91360e7d3c
commit
9403bc789e
2 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ To build, just run make:
|
||||||
|
|
||||||
- authentication using signed UID as NDEF message on Desfire:
|
- authentication using signed UID as NDEF message on Desfire:
|
||||||
|
|
||||||
./brmdoor_adduser.py -c brmdoor.config -a ndef 04631982cc2280 SomeUserName"
|
./brmdoor_adduser.py -c brmdoor_nfc.config -a ndef 04631982cc2280 SomeUserName
|
||||||
|
|
||||||
- you need to generate Ed25519 keypair, store the private key somewhere safe and put the public in config file
|
- you need to generate Ed25519 keypair, store the private key somewhere safe and put the public in config file
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python2
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue