Giter Site home page Giter Site logo

Comments (7)

aczid avatar aczid commented on August 15, 2024

What OS are you on?

from crypto1_bs.

psyoptix avatar psyoptix commented on August 15, 2024

Linux sliver 3.13.0-108-generic #155-Ubuntu SMP Wed Jan 11 16:58:52 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

from crypto1_bs.

psyoptix avatar psyoptix commented on August 15, 2024

By the way when I run solve_bs on the 0xcafec0de.txt file I get the key 0x626c61003333.

from crypto1_bs.

psyoptix avatar psyoptix commented on August 15, 2024

I cannibalized the mfoc code to put together a nonce collector. Output is also in .txt format. Using that solve_bs now works. I guess that means the issue I'm having is in the nonce collection code in libnfc_crypto1_crack...

from crypto1_bs.

aczid avatar aczid commented on August 15, 2024

Oh, that's strange. I'm glad you figured it out. Hope you can send me back a patch which fixes it for you later on!

from crypto1_bs.

michto36 avatar michto36 commented on August 15, 2024

I was getting the same issue .. 0xffffffffff returning but it came from that i used the wrong block in argument for libnfc_crypto1_crack !
I believed that i just needed to put the sector i wanted to crack for obtaining key, but Crypto1 really need the correct block to crack the key.. it means block 3,7,11,15 etc ....

Example:

All sectors are using key B a1a2a3a4a5 except sector 8 which no key is found.

I use this command:
./libnfc_crypto1_crack "one known key B" "block of known key" "type of known key" "block you want to crack" "type of key you need"

So

./libnfc_crypto1_crack a0a1a2a3a4a5 3 B 35 B

( block 35 is the adress where it stocks key for sector 8 )

Now i don't have any troubles anymore.. and the better part is that you can obtain either key A or B for all sectors from only one known key .. no matter of its type. =)

Hope i could help ;)

from crypto1_bs.

aczid avatar aczid commented on August 15, 2024

I guess this issue can be closed.

from crypto1_bs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.