Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels