aczid / crypto1_bs

Bitsliced Crypto-1 brute-forcer
200 stars 78 forks source link

Merging libnfc_crypto1_crack into mfoc? #14

Closed alvgalrus closed 6 years ago

alvgalrus commented 7 years ago

Hi! I have some code to enhance mfoc in mind, and I plan to use this new algorithm but it should be machine-independent (as I need to compile it into an Intel Quark CPU for my undergraduate thesis). Do you think this is a good idea?

Thank you for this hard work! :)

aczid commented 7 years ago

Hello and sorry for the late reply. Updating MFOC sounds like a nice idea, but I'm afraid it will require a GPGPU implementation. Because of the fixed PRNG it is required to go through the whole 48 bit keyspace, and this seems infeasible on an embedded device like the Quark. (It's hardly feasible on the desktop.)

aczid commented 6 years ago

Please let me know if you have had any progress in the past year and I'll reopen this issue.