On Tue, Apr 9, 2019, at 16:37, Gould, James wrote: > I’m not claiming that all password policies can be condensed into a > regular expression, but at a minimum the syntactical policy can.
Ok. I am still curious to know the valid regex encoding this policy for example: - any character from the Unicode Latin script - at least one uppercase, one lowercase, one digit, and one punctuation character (in no specific order) - no repeated sequence of two or more characters - no given character repeated in sequence - between 17 and 33 characters long in total -- Patrick Mevzek [email protected] _______________________________________________ regext mailing list [email protected] https://www.ietf.org/mailman/listinfo/regext
