Implemented 'hf iclass decrypt <tagdump>'. This performs the 3des decryption of iclass tag dumps, but requires the decryption file to be present on the filesystem

This commit is contained in:
Martin Holst Swende 2015-02-17 22:07:40 +01:00
commit 41524d8a39
3 changed files with 138 additions and 25 deletions

View file

@ -45,7 +45,7 @@
#include <stdbool.h>
#include <stdint.h>
#include <time.h>
#include "fileutils.h"
//#include "fileutils.h"
uint8_t keytable[] = { 0,0,0,0,0,0,0,0};
/**