--- a/src/eric7/Documentation/Source/eric7.Utilities.PasswordChecker.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Utilities.PasswordChecker.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,53 +7,57 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.Utilities.PasswordChecker</h1> - <p> Module implementing a checker for password strength. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#PasswordChecker">PasswordChecker</a></td> <td>Class implementing a checker for password strength.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="PasswordChecker" ID="PasswordChecker"></a> <h2>PasswordChecker</h2> - <p> Class implementing a checker for password strength. </p> + <h3>Derived from</h3> None <h3>Class Attributes</h3> +<table> +<tr><td>Complexity_Good</td></tr> +<tr><td>Complexity_Strong</td></tr> +<tr><td>Complexity_VeryStrong</td></tr> +<tr><td>Complexity_VeryWeak</td></tr> +<tr><td>Complexity_Weak</td></tr> +<tr><td>Status_Exceeded</td></tr> +<tr><td>Status_Failed</td></tr> +<tr><td>Status_Passed</td></tr> +</table> -<table> -<tr><td>Complexity_Good</td></tr><tr><td>Complexity_Strong</td></tr><tr><td>Complexity_VeryStrong</td></tr><tr><td>Complexity_VeryWeak</td></tr><tr><td>Complexity_Weak</td></tr><tr><td>Status_Exceeded</td></tr><tr><td>Status_Failed</td></tr><tr><td>Status_Passed</td></tr> -</table> <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#PasswordChecker.__init__">PasswordChecker</a></td> <td>Constructor</td> @@ -75,26 +79,27 @@ <td>Public method to check a given password.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="PasswordChecker.__init__" ID="PasswordChecker.__init__"></a> <h4>PasswordChecker (Constructor)</h4> <b>PasswordChecker</b>(<i></i>) - <p> Constructor </p> + <a NAME="PasswordChecker.__determineBinaryStatus" ID="PasswordChecker.__determineBinaryStatus"></a> <h4>PasswordChecker.__determineBinaryStatus</h4> <b>__determineBinaryStatus</b>(<i>value</i>) - <p> Private method to determine a binary status. </p> + <dl> <dt><i>value</i> (int)</dt> @@ -117,10 +122,10 @@ <a NAME="PasswordChecker.__determineStatus" ID="PasswordChecker.__determineStatus"></a> <h4>PasswordChecker.__determineStatus</h4> <b>__determineStatus</b>(<i>value</i>) - <p> Private method to determine the status. </p> + <dl> <dt><i>value</i> (int)</dt> @@ -143,10 +148,10 @@ <a NAME="PasswordChecker.__strReverse" ID="PasswordChecker.__strReverse"></a> <h4>PasswordChecker.__strReverse</h4> <b>__strReverse</b>(<i>string</i>) - <p> Private method to reverse a string. </p> + <dl> <dt><i>string</i> (str)</dt> @@ -169,10 +174,10 @@ <a NAME="PasswordChecker.checkPassword" ID="PasswordChecker.checkPassword"></a> <h4>PasswordChecker.checkPassword</h4> <b>checkPassword</b>(<i>password</i>) - <p> Public method to check a given password. </p> + <dl> <dt><i>password</i> (str)</dt> @@ -196,4 +201,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>