Skip to content

typo in belkin algorithm #41

Open
Open
@cbeckham

Description

@cbeckham

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions