Skip to content

Commit

Permalink
Reverse byte 24-bit PIN: added MACs
Browse files Browse the repository at this point in the history
  • Loading branch information
drygdryg committed Feb 4, 2021
1 parent f1a40fc commit 9012837
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/wpspin.nim
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ const algorithms = [
id: "pin24rh",
name: "Reverse byte 24-bit",
mode: ALGO_MAC,
mac_substr: @[],
mac_substr: @["D8EB97", "0014D1", "3C8CF8"],
generator: pin24rh
),
Algorithm(
Expand Down
2 changes: 1 addition & 1 deletion wpspin.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.4.0"
version = "0.5.0"
author = "Victor Golovanenko (drygdryg)"
description = "Full-featured WPS PIN generator"
license = "MIT"
Expand Down

0 comments on commit 9012837

Please sign in to comment.