A simple function, is used to determine the password is simple text, such as: 111111, 654321, 13579, Abcde, Aaaaa ... ordered characters arrays.
php // article is from: http://blog.9cbs.net/nhconch, please contact me before reprinting, please indicate the source of the article, retain the author information, thank you for your support! Function ISSIMPleText ($ text) {IF (Strlen) Return True; $ Issample = true; $ step = ord (Substr ($ text, 1, 1)) - ORD (Substr ($ text, 0, 1)); for ($ I = 2; $ I