--- a/Documentation/Source/eric6.Utilities.crypto.py3PBKDF2.html Sat Mar 11 19:17:59 2017 +0100 +++ b/Documentation/Source/eric6.Utilities.crypto.py3PBKDF2.html Sat Mar 11 19:18:57 2017 +0100 @@ -163,14 +163,14 @@ <hr /><hr /> <a NAME="verifyPassword" ID="verifyPassword"></a> <h2>verifyPassword</h2> -<b>verifyPassword</b>(<i>password, hash</i>) +<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></dt> <dd> clear text password (string) -</dd><dt><i>hash</i></dt> +</dd><dt><i>pwHash</i></dt> <dd> hash encoded password in the form 'digestmod$iterations$salt$hashed_password' as produced by the