forked from emsec/ChameleonMini
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Verified ISODES and legacy DES auth schemes work ; AES-128 auth suppo…
…rt is verified with the PM3
- Loading branch information
Showing
6 changed files
with
26 additions
and
269 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 0 additions & 26 deletions
26
Software/DESFireLibNFCTesting/SampleOutputDumps/TestAuthenticateAES128.dump
This file was deleted.
Oops, something went wrong.
23 changes: 23 additions & 0 deletions
23
Software/DESFireLibNFCTesting/SampleOutputDumps/TestAuthenticateLegacy.dump
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
>>> Select Application By AID: | ||
-> 90 5a 00 00 03 00 00 00 | 00 | ||
<- 91 00 | ||
|
||
>>> GetApplicationIds command: | ||
-> 90 6a 00 00 00 00 | ||
<- 91 00 | ||
|
||
>>> Start Legacy DES Authenticate: | ||
-> 90 0a 00 00 01 00 00 | ||
-- IV = 00 00 00 00 00 00 00 00 | ||
<- ee 91 30 1e e8 f5 84 d6 | 91 af | ||
-- IV = ee 91 30 1e e8 f5 84 d6 | ||
-- RNDA = fa df a6 a3 18 78 ec f5 | ||
-- RNDB = ca fe ba be 00 11 22 33 | ||
-- CHAL = fa df a6 a3 18 78 ec f5 | fe ba be 00 11 22 33 ca | ||
-- ENC-CHAL = db 12 5c 5a a6 56 a4 20 | af b0 0a 05 ac c2 ed 51 | ||
-> 90 af 00 00 10 db 12 5c | 5a a6 56 a4 20 af b0 0a | 05 ac c2 ed 51 00 | ||
-- IV = af b0 0a 05 ac c2 ed 51 | ||
<- c1 ce 0a 26 d3 d1 4e d3 | 91 00 b0 0a | ||
-- IV = c1 ce 0a 26 d3 d1 4e d3 | ||
... AUTH OK! :) | ||
|
39 changes: 0 additions & 39 deletions
39
Software/DESFireLibNFCTesting/Source/TestAuthenticateAES128.c
This file was deleted.
Oops, something went wrong.