]> git.zerfleddert.de Git - proxmark3-svn/blame - client/cmdlfsecurakey.h
Add ROCA vulnerability test (RRG repository PR 76 by @merlokk) (#762)
[proxmark3-svn] / client / cmdlfsecurakey.h
CommitLineData
c3caf040 1//-----------------------------------------------------------------------------
2//
3// This code is licensed to you under the terms of the GNU GPL, version 2 or,
4// at your option, any later version. See the LICENSE.txt file for the text of
5// the license.
6//-----------------------------------------------------------------------------
7// Low frequency Securakey tag commands
8//-----------------------------------------------------------------------------
9#ifndef CMDLFSECURAKEY_H__
10#define CMDLFSECURAKEY_H__
11
12extern int CmdLFSecurakey(const char *Cmd);
13extern int CmdSecurakeyClone(const char *Cmd);
14extern int CmdSecurakeySim(const char *Cmd);
15extern int CmdSecurakeyRead(const char *Cmd);
16extern int CmdSecurakeyDemod(const char *Cmd);
17
18#endif
19
Impressum, Datenschutz