mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 18:47:24 -07:00
Deduplicate mfkey32 and mfkey64
- rename client/nonce2key.[ch] to mfkey.[ch] - leave only main() wrapper in tools/mfkey - add mfkey32 and mfkey64 to .gitignore
This commit is contained in:
parent
bd2797de15
commit
4cb4b588c2
11 changed files with 193 additions and 170 deletions
27
common/crapto1/readme
Normal file
27
common/crapto1/readme
Normal file
|
@ -0,0 +1,27 @@
|
|||
CRAPTO1
|
||||
-------
|
||||
Provides a set of library functions which aid the verification
|
||||
of crypto1 weaknesses.
|
||||
|
||||
In short a partial implementation of:
|
||||
Dismantling MIFARE Classic
|
||||
URL: http://www.sos.cs.ru.nl/applications/rfid/2008-esorics.pdf
|
||||
Flavio D. Garcia, Gerhard de Koning Gans, Ruben Muijrers,
|
||||
Peter van Rossum, Roel Verdult, Ronny Wichers Schreur, Bart Jacobs
|
||||
Institute for Computing and Information Sciences,
|
||||
Radboud University Nijmegen, The Netherlands
|
||||
{{flaviog,petervr,ronny,bart}@cs, {gkoningg,rmuijrer,rverdult}@sci}.ru.nl
|
||||
and
|
||||
Wirelessly Pickpocketing a Mifare Classic Card
|
||||
URL: http://www.cs.ru.nl/~flaviog/publications/Pickpocketing.Mifare.pdf
|
||||
Flavio D. Garcia, Peter van Rossum, Roel Verdult, Ronny Wichers Schreur
|
||||
Radboud University Nijmegen, The Netherlands
|
||||
{flaviog,petervr,rverdult,ronny}@cs.ru.nl
|
||||
and
|
||||
THE DARK SIDE OF SECURITY BY OBSCURITY
|
||||
URL: http://eprint.iacr.org/2009/137
|
||||
and Cloning MiFare Classic Rail and Building Passes, Anywhere, Anytime
|
||||
Nicolas T. Courtois
|
||||
University College London, Computer Science,
|
||||
Gower street, WC1E 6BT, London, UK
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue