]>
cvs.zerfleddert.de Git - proxmark3-svn/blob - client/nonce2key/nonce2key.h
1 //-----------------------------------------------------------------------------
6 // This code is licensed to you under the terms of the GNU GPL, version 2 or,
7 // at your option, any later version. See the LICENSE.txt file for the text of
9 //-----------------------------------------------------------------------------
10 // MIFARE Darkside hack
11 //-----------------------------------------------------------------------------
31 int nonce2key(uint32_t uid
, uint32_t nt
, uint32_t nr
, uint64_t par_info
, uint64_t ks_info
, uint64_t * key
);
32 bool mfkey32(nonces_t data
, uint64_t *outputkey
);
33 bool tryMfk32_moebius(nonces_t data
, uint64_t *outputkey
);
34 int tryMfk64_ex(uint8_t *data
, uint64_t *outputkey
);
35 int tryMfk64(uint32_t uid
, uint32_t nt
, uint32_t nr_enc
, uint32_t ar_enc
, uint32_t at_enc
, uint64_t *outputkey
);
37 //uint64_t mfkey32(uint32_t uid, uint32_t nt, uint32_t nr0_enc, uint32_t ar0_enc, uint32_t nr1_enc, uint32_t ar1_enc);