]> git.zerfleddert.de Git - proxmark3-svn/blame - client/nonce2key/nonce2key.h
1. fixed hf 14a mifare. added functionality to ignore one Nt
[proxmark3-svn] / client / nonce2key / nonce2key.h
CommitLineData
f89c7050
M
1//-----------------------------------------------------------------------------
2// Merlok - June 2011
3// Roel - Dec 2009
4// Unknown author
5//
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
8// the license.
9//-----------------------------------------------------------------------------
10// MIFARE Darkside hack
11//-----------------------------------------------------------------------------
12
f397b5cc
M
13#ifndef __NONCE2KEY_H
14#define __NONCE2KEY_H
15
f89c7050
M
16#include <inttypes.h>
17#include <stdio.h>
f397b5cc 18#include "crapto1.h"
f89c7050
M
19
20typedef unsigned char byte_t;
21
f397b5cc
M
22int nonce2key(uint32_t uid, uint32_t nt, uint64_t par_info, uint64_t ks_info, uint64_t * key);
23
24#endif
Impressum, Datenschutz