Gerhard Klostermeier

Results 30 issues of Gerhard Klostermeier

Sorry for bothering you again ;) I would really like a URH project to save more settings. If I reopen a project I have to change the `Signal View`, `Y-Scale`,...

feature
useability

Hi, I came across a device sending a long sequence of packets. URH puts the sequence into one row of the analysis tab. What I really want to be able...

feature

Hi. First of all, thank you for making nordpy. I really like the simplicity of it and the fact it is open source. I have an issue with reaching (SSH))...

bug

The new MIFARE Classic special/magic cards "Gen3" should be configurable using Android. The configuration commands are just issued using the APDU structure: https://github.com/RfidResearchGroup/proxmark3/blob/master/doc/magic_cards_notes.md#mifare-classic-gen3-aka-apdu The main goal is to implement an...

feature

When using "Write Block" from the "Write Tag" menu, MCT will first try to write with key B and if this fails with key A. This not the fastest but...

There are several known key generation/derivation algorithms out the to calculate the keys for a MIFARE Classic tag. Some of them can be found here: https://github.com/RfidResearchGroup/proxmark3/blob/master/common/generator.c. It would be great...

feature

Replace the "ugly" radio button based layout with tabs.

enhancement

During the key mapping process: If KeyB is readable there is no need to search for it. Just read it! This might speed up the mapping process. However, for every...

enhancement

... Just to make the code more readable.

enhancement

Read and dump tags as fast as possible. Some things needed for this feature will be: - Key files that contain mapping information - A faster read behavior that makes...

enhancement
feature