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

typo in belkin algorithm #41

Open
cbeckham opened this issue Jan 5, 2017 · 2 comments
Open

typo in belkin algorithm #41

cbeckham opened this issue Jan 5, 2017 · 2 comments

Comments

@cbeckham
Copy link

cbeckham commented Jan 5, 2017

upon closely yet unsuccessful generation of my home routers key I noticed the following…

private final static int[][] ORDERS = {{6, 2, 3, 8, 5, 1, 7, 4},
{1, 2, 3, 8, 5, 1, 7, 4}, {1, 2, 3, 8, 5, 6, 7, 4}};

should read…

private final static int[][] ORDERS = {{6, 2, 3, 8, 5, 1, 7, 4},
{1, 2, 3, 8, 5, **6, ** 7, 4}, {1, 2, 3, 8, 5, 6, 7, 4}};

making this change properly generators the correct key for my belkin f9k1002

@RealEnder
Copy link

The proposed change makes ORDERS[1] and ORDERS[2] the same. This means we should change the detection, not the constants. Can you please share your BSSID and SSID with the correct key? If needed, you can mail them privately on alex at stanev dot org.

@cbeckham
Copy link
Author

cbeckham commented Jan 7, 2017 via email

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