AloneLiberty / FlipperNestedRecovery

Recover keys from collected nonces (Flipper Nested key recovery script)
GNU Lesser General Public License v3.0
112 stars 15 forks source link

Feature suggestion: attempt already uncovered keys before attempting to crack #10

Open Masqueey opened 1 year ago

Masqueey commented 1 year ago

In my case it found a key for a sector, which was the same key for fourteen other sectors. The process might be sped up if it first attempts to try any keys it already found during the attack, as these were likely not yet in the user's dictionary. (If that is technically possible.)

AloneLiberty commented 1 year ago

I was thinking about it. Previously wasn't possible due to RPC unavailable for external apps. Maybe in future I will create real time recovery with PC, but requires a lot of effort into nothing.

Masqueey commented 1 year ago

Because for this attack you can't attempt a specific key and see whether it might be valid for that sector based on the nonces?