src/eric7/Documentation/Source/eric7.Utilities.crypto.py3PBKDF2.html

branch
eric7
changeset 10479
856476537696
parent 10433
328f3ec4b77a
diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.Utilities.crypto.py3PBKDF2.html
--- a/src/eric7/Documentation/Source/eric7.Utilities.crypto.py3PBKDF2.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Utilities.crypto.py3PBKDF2.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,24 +7,23 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.Utilities.crypto.py3PBKDF2</h1>
-
 <p>
 Module implementing PBKDF2 functions.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
-<tr><td>Delimiter</td></tr><tr><td>Hashes</td></tr>
+<tr><td>Delimiter</td></tr>
+<tr><td>Hashes</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
-
 <tr>
 <td><a href="#hashPassword">hashPassword</a></td>
 <td>Module function to hash a password according to the PBKDF2 specification.</td>
@@ -46,15 +45,16 @@
 <td>Module function to verify a password against a hash encoded password.</td>
 </tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="hashPassword" ID="hashPassword"></a>
 <h2>hashPassword</h2>
 <b>hashPassword</b>(<i>password, digestMod=hashlib.sha512, iterations=10000, saltSize=32</i>)
-
 <p>
     Module function to hash a password according to the PBKDF2 specification.
 </p>
+
 <dl>
 
 <dt><i>password</i> (str)</dt>
@@ -92,10 +92,10 @@
 <a NAME="hashPasswordTuple" ID="hashPasswordTuple"></a>
 <h2>hashPasswordTuple</h2>
 <b>hashPasswordTuple</b>(<i>password, digestMod=hashlib.sha512, iterations=10000, saltSize=32</i>)
-
 <p>
     Module function to hash a password according to the PBKDF2 specification.
 </p>
+
 <dl>
 
 <dt><i>password</i> (str)</dt>
@@ -133,10 +133,10 @@
 <a NAME="pbkdf2" ID="pbkdf2"></a>
 <h2>pbkdf2</h2>
 <b>pbkdf2</b>(<i>password, salt, iterations, digestMod</i>)
-
 <p>
     Module function to hash a password according to the PBKDF2 specification.
 </p>
+
 <dl>
 
 <dt><i>password</i> (bytes)</dt>
@@ -174,10 +174,10 @@
 <a NAME="rehashPassword" ID="rehashPassword"></a>
 <h2>rehashPassword</h2>
 <b>rehashPassword</b>(<i>password, hashParameters</i>)
-
 <p>
     Module function to recreate a password hash given the hash parameters.
 </p>
+
 <dl>
 
 <dt><i>password</i> (str)</dt>
@@ -216,10 +216,10 @@
 <a NAME="verifyPassword" ID="verifyPassword"></a>
 <h2>verifyPassword</h2>
 <b>verifyPassword</b>(<i>password, pwHash</i>)
-
 <p>
     Module function to verify a password against a hash encoded password.
 </p>
+
 <dl>
 
 <dt><i>password</i> (str)</dt>
@@ -255,4 +255,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial