Cleaned up README and reverted GOOD_BYTES_REQUIRED change

This commit is contained in:
Aram
2016-04-12 21:54:40 +02:00
parent 0d7a0db303
commit 70f0694643
2 changed files with 6 additions and 10 deletions

View File

@ -7,7 +7,7 @@ A pure C(99) implementation of the [Crypto-1 cipher](https://en.wikipedia.org/wi
Background
----------
I wrote this as a patch for [piwi's imlementation](https://github.com/pwpiwi/proxmark3/tree/hard_nested/) of the research documented in [Ciphertext-only cryptanalysis on Hardened Mifare Classic cards](http://www.cs.ru.nl/~rverdult/Ciphertext-only_Cryptanalysis_on_Hardened_Mifare_Classic_Cards-CCS_2015.pdf) after reading (most of) the paper, while it was still under [active development](http://www.proxmark.org/forum/viewtopic.php?id=2120).
I wrote this as a patch for [piwi's imlementation](https://github.com/pwpiwi/proxmark3/tree/hard_nested/) of the research documented in [Ciphertext-only cryptanalysis on hardened Mifare Classic cards](http://www.cs.ru.nl/~rverdult/Ciphertext-only_Cryptanalysis_on_Hardened_Mifare_Classic_Cards-CCS_2015.pdf) after reading (most of) the paper, while it was still under [active development](http://www.proxmark.org/forum/viewtopic.php?id=2120).
The final patch is included as `pwpiwi_proxmark3_hard_nested.patch`.
Later on, another implementation of the same attack surfaced, [CraptEV1](http://crapto1.netgarage.org/).
@ -34,5 +34,8 @@ I have included a conversion of the test file `0xcafec0de.txt` included in the C
$ ./solve_piwi_bs 0xcafec0de.bin
Acknowledgements
----------------
Special thanks to Carlo Meijer, Roel Verdult, piwi and bla.