-
`MiFare.Classic.DataBlock`
`public bool IsChanged => (!data.Equals(origData));`
is maybe
`public bool IsChanged => (!data.SequenceEqual(origData));`
-
I am currently trying to work with React Native, where I have to process given data from a NFC chip. This chip has 2 types of data. One is the tags, the other is the datablocks itself in hex. Is it po…
-
Hallo Together,
@iceman1001
last Year I get an Chameleon Mini RevE Rebooted from Lab401.com
I had so my Problems with this.
[(https://github.com/iceman1001/ChameleonMini-rebooted/issues/9)](url…
-
no valid key found in chosen key file
what does it mean ?
I use a samsung s9+
ghost updated
6 years ago
-
Hello there! greetings from Colombia.
**Here's my situation** (I'm by no means a programmer, more like a scrip kiddie)
1. I'm able to perform a full dump (known keys) of a 4k mifare card but usi…
-
Is "To Bin" the same with "To MFD", or is "To bin" means "to mfd binary", I didn't see the implement of "To MFD" menu item in UcExplorer.cs
```csharp
var emllabel = new ToolStripMenuItem { Text = "T…
-
Bilhete Único currently looks for `bcdefghi` at the tail end of Sector 0 Block 0 on Mifare Classic cards. This is actually associated with the card vendor that they use, specifically the [Fudan Micro…
-
Hi Marcus, thank you very much for this nice tool and the associated research.
I was able to successfully run the regular, non-LUT, non-MPI mode of the tool to completion on my laptop.
But when I ga…
aczid updated
5 years ago
-
Hello,
I could be very wrong here. When Mifare Classic/DESFire cards used in physical control systems e.g. doors, I'm assuming the system still uses wiegand data to authenticate the card? If so is it…
-
Hello folks,
I've been working on mifare classic 1 from last few days by using ST25R3911B with crypto library of **Nohl** (here on Github : [).](https://github.com/ralfhartmann/GLOR/tree/master/AS391…