We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb7a54e + 9b31ff4 commit 790ab4dCopy full SHA for 790ab4d
1 file changed
PASSWORD RELATED/password-strength/password_strength_checker.py
@@ -1,6 +1,7 @@
1
import re
2
3
4
+
5
def password_strength(password):
6
"""
7
Checks the strength of a password and returns a tuple containing the strength
0 commit comments