Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prios_key_cracker.c #2

Open
krzbor opened this issue Jun 28, 2021 · 1 comment
Open

prios_key_cracker.c #2

krzbor opened this issue Jun 28, 2021 · 1 comment

Comments

@krzbor
Copy link

krzbor commented Jun 28, 2021

In the "prios_key_cracker.c" module, you are using the "for (uint64_t i=0; i<0xffffffffffffffff; i++)" loop. However, the key is 32bit:
uint32_t preparePRIOSKey(const uint8_t * const bytes) {
uint32_t key1 = read_uint32_be(bytes, 0);
uint32_t key2 = read_uint32_be(bytes, 4);
uint32_t key = key1 ^ key2;
return key;
}

@kmlZ
Copy link

kmlZ commented Jan 3, 2025

@krzbor Have you successfully used this software to crack the key?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants