Skip to content

Commit

Permalink
Security.
Browse files Browse the repository at this point in the history
  • Loading branch information
ibiscum committed May 4, 2024
1 parent 2e8240a commit 49f58fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func main() {
fmt.Println("retrieving hashed password from db")
password, err := GetPassword(db, "1")
if err != nil {
fmt.Println("error retrieving password: ", err)
fmt.Println("error retrieving password")
}
fmt.Println("checking password match")
ciphertext := sha512.Sum512([]byte("NewPassword"))
Expand Down

0 comments on commit 49f58fc

Please sign in to comment.