homoglyph Questions
2
If I accept full Unicode for passwords, how should I normalize the string before passing it to the hash function?
Goals
Without normalization, if someone sets their password to "mañana" (ma\u00F1...
Groningen asked 23/4, 2013 at 15:26
2
Solved
Main Question
I am working on an API in Java that needs to detect the use of brands (e.g. PayPal, Mastercard etc.) in phishing emails.
Obviously there are different strategies that the attackers ...
1
How can we write an efficient function that outputs "homoglyph equivalents" of an input string?
Example 1 (pseudo-code):
homoglyphs_list = [
["o", "0"], // "o" and "0" are homoglyphs
["i", "l",...
Hang asked 5/8, 2013 at 13:57
1
© 2022 - 2024 — McMap. All rights reserved.