GitXplorerGitXplorer
h

loclass

public
41 stars
30 forks
1 issues

Commits

List of commits on branch master.
Verified
d04d51a25b673caf9af1310f774e1981bfec7350

Change copyright to allow GPLV3, for https://github.com/Proxmark/proxmark3/issues/527

hholiman committed 7 years ago
Unverified
1265b3cfb92c49ed7212ebd4e14b3221888cb536

Created reader-MAC and tag-MAC as separate functions,also with two-step tag-mac

hholiman committed 10 years ago
Unverified
59b60fef4f1089318abf0350942c0dd6b1f8cca4

Some more optimizations

hholiman committed 10 years ago
Unverified
176d2b86473d5330f85ad5091f46e67d3f45f224

Some more optimizations

hholiman committed 10 years ago
Unverified
207804dae554a3401050a40e71faa90175a3a358

some docs, one bug

hholiman committed 10 years ago
Unverified
954c56211e5d3b80001b7a06296a65712e1fb5f4

Implemented an optimized version of MAC-calculation. It runs in about 1/3 of the time, compared to the original reference implementation

hholiman committed 10 years ago

README

The README file for this repository.

IClass cipher

This is a reconstructon of the cipher engine used in iClass, an RFID techology developed by HID Global.

The implementation is based on the work performed by Flavio D. Garcia, Gerhard de Koning Gans, Roel Verdult and Milosch Meriac in the paper "Dismantling IClass".

This implementation is not optimized at all, but is meant to serve as a reference implementation, and contains a lot of testcases.

Credits

Written by Martin Holst Swende 2014

Released as GPLV2 (or later).

WARNING

THIS CODE IS CREATED FOR EXPERIMENTATION AND EDUCATIONAL USE ONLY.

USAGE OF THIS CODE IN OTHER WAYS MAY INFRINGE UPON THE INTELLECTUAL PROPERTY OF OTHER PARTIES, SUCH AS INSIDE SECURE AND HID GLOBAL, AND MAY EXPOSE YOU TO AN INFRINGEMENT ACTION FROM THOSE PARTIES.

THIS CODE SHOULD NEVER BE USED TO INFRINGE PATENTS OR INTELLECTUAL PROPERTY RIGHTS.