-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Line 17 in 4214131
scrubbed := fmt.Sprintf("<<scrubbed::email::sha1::%s>>", hashString(input[idx:])) |
Maybe this?
scrubbed := fmt.Sprintf("<<scrubbed::email::sha1::%s>>", hashString(input[:idx]))
Should hash the string before @
?
Metadata
Metadata
Assignees
Labels
No labels