Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eze-kiel committed Oct 27, 2020
1 parent 998728a commit 7d0c95d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pass-checker

Get the entropy of your password, the maximum time needed to break it, and if the SHA1 sum appears in HaveIBeenPwnd API.
Get the entropy of your password, the maximum time needed to break it, and if the SHA1 sum appears in HaveIBeenPwned API.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ func callAPI(h string) {
}

if strings.Contains(string(body), strings.ToUpper(h)[5:]) {
fmt.Println("Your password's hash exists in HaveIBeenPwnd database.")
fmt.Println("Your password's hash exists in HaveIBeenPwned database.")
}
}

0 comments on commit 7d0c95d

Please sign in to comment.