Aram Verstegen
Aram Verstegen
Can you explain a bit about the use case for this PR? In my estimation, going back to resume an earlier (failed) session by adding more nonces to an already...
It depends on your hardware whether you can get the encrypted parity bits from the chip. Most chips don't support this. I have no experience with that part and no...
> Hitag read / write should work better but it is untested for crypto mode / password mode. I've tested HITAG2 wakeup, reading in crypto and password mode, and it...
My intuition would be to simply reserve a (configurable?) chunk of the bigbuf for raw samples and opportunistically log to it until that area is full. I don't see why...
Keeping analog samples when running attacks or other intensive work makes no sense. It's most useful when building an emulator of the reader or the tag, and may also be...
Oh man. I was expecting the sample data at the start of the buffer when doing 'data samples'. This is honestly pretty confusing. But thank you, I think that is...
HITAG AES uses an entirely different command set from HITAG2, so `lf hitag reader 26` will never work on this transponder. You could try all 5-bit commands by using `lf...
Sorry to hear that. I don't have hardware like that to test on so I'm afraid there's not much I can do for you. If you can run the program...
Thanks for doing a bit more investigating, and very nice that you got the MFOC code to work on that machine. Are you going to send them a patch to...
Nice find! I had not considered that. Did that get it working on your mac? Yes, please make a PR for this.