Fix wrong invalid/skipped keys count
Changes:
-
Added new scene with information about why nonces aren't collected (skipped/invalid)
-
Removed some old code, breaking compability with old firmware
-
App renamed from "Flipper (Mifare) Nested" to "Flipper Nested"
Fix fallback to hardnested
Fix .nested folder if running Hard Nested
Fix skipped = false
Fix invalid free count
Minor code refactor
Fix invalid nonces after skipping
Changes:
-
Changed scenes, now they are more informative and beautiful (closes #6)
-
Check if sector is alive in Nested attacks (closes #5)
-
Now tag PRNG detected at sector, where key is available (fix not working with dead 0 sector, closes #4)
-
Detect hard PRNG from start, hardnested doesn't require calibration now
-
Settings menu: ability to always run Hard Nested (regardless of PRNG)
-
Minor code refactoring, a lot of bug fixes (memory leaks, stability improvements)
-
Fallback to Hard Nested now after 25 failed tries (was 10)
Check first_byte_sum (no more invalid ones)
Add missing file
Missing free() on crypto1
Missing free()
Migrate to file_stream
Fix memory leaks
Hard Nested attack
Improve calibration cycle
Changes:
-
Change nested folder name to .nested
-
Remove .keys file after search
-
Bug fixes
Public release