Documentation/Source/eric6.Utilities.crypto.py3PBKDF2.html

changeset 5606
da305d172769
parent 3673
e26d7d0c1088
equal deleted inserted replaced
5605:1950fe1a32c4 5606:da305d172769
161 </dl> 161 </dl>
162 <div align="right"><a href="#top">Up</a></div> 162 <div align="right"><a href="#top">Up</a></div>
163 <hr /><hr /> 163 <hr /><hr />
164 <a NAME="verifyPassword" ID="verifyPassword"></a> 164 <a NAME="verifyPassword" ID="verifyPassword"></a>
165 <h2>verifyPassword</h2> 165 <h2>verifyPassword</h2>
166 <b>verifyPassword</b>(<i>password, hash</i>) 166 <b>verifyPassword</b>(<i>password, pwHash</i>)
167 <p> 167 <p>
168 Module function to verify a password against a hash encoded password. 168 Module function to verify a password against a hash encoded password.
169 </p><dl> 169 </p><dl>
170 <dt><i>password</i></dt> 170 <dt><i>password</i></dt>
171 <dd> 171 <dd>
172 clear text password (string) 172 clear text password (string)
173 </dd><dt><i>hash</i></dt> 173 </dd><dt><i>pwHash</i></dt>
174 <dd> 174 <dd>
175 hash encoded password in the form 175 hash encoded password in the form
176 'digestmod$iterations$salt$hashed_password' as produced by the 176 'digestmod$iterations$salt$hashed_password' as produced by the
177 hashPassword function (string) 177 hashPassword function (string)
178 </dd> 178 </dd>

eric ide

mercurial