mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
added the securememory simulator_recovery code by @Roel et al
This commit is contained in:
parent
1689a73101
commit
073e79553e
13 changed files with 3062 additions and 0 deletions
9
tools/cryptorf/test.sh
Executable file
9
tools/cryptorf/test.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
# harder test
|
||||
time ./sma c2fa94a5231d14e1 d291eeef5f76e6df 586385693a9b0f2c ec9aba404505b0fa
|
||||
time ./sma_multi c2fa94a5231d14e1 d291eeef5f76e6df 586385693a9b0f2c ec9aba404505b0fa
|
||||
|
||||
# simpler
|
||||
time ./sma ffffffffffffffff 1234567812345678 88c9d4466a501a87 dec2ee1b1c9276e9
|
||||
time ./sma_multi ffffffffffffffff 1234567812345678 88c9d4466a501a87 dec2ee1b1c9276e9
|
Loading…
Add table
Add a link
Reference in a new issue