README details

This commit is contained in:
Ondrej Mikle 2018-07-26 02:00:46 +02:00
parent 1092c1ab30
commit f75ab94d01

View file

@ -24,7 +24,8 @@ and panic trigger) or a cheap electromagnetic lock.
* by UID of ISO-14443 card (Mifare Classic, Desfire, Ultralight...) - not safe since it's cloneable, but it's commonly used in comme
* Yubikey Neo HMAC-SHA1 - most safe option, uncloneable
* Mifare Desfire - Ed25519 signature of UID (currently no known clones available)
* Mifare Desfire - Ed25519 signature of UID (currently no known clones available; although some features could be cloned,
it's not enough for anyone to create such partial clones)
Test code is also provided to get payment signature (cryptogram) from Visa and Mastercard, but it's not used.