From f75ab94d0125a0caa46e939b2b912817048f4216 Mon Sep 17 00:00:00 2001 From: Ondrej Mikle Date: Thu, 26 Jul 2018 02:00:46 +0200 Subject: [PATCH] README details --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a0c7ee5..06e7cf7 100644 --- a/README.md +++ b/README.md @@ -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.