7988:c4c17121eff8 | 7989:a21d673a8f99 |
---|---|
87 <dd> | 87 <dd> |
88 size of the salt (integer) | 88 size of the salt (integer) |
89 </dd> | 89 </dd> |
90 </dl> | 90 </dl> |
91 <dl> | 91 <dl> |
92 <dt>Returns:</dt> | 92 <dt>Return:</dt> |
93 <dd> | 93 <dd> |
94 hashed password entry according to PBKDF2 specification (string) | 94 hashed password entry according to PBKDF2 specification (string) |
95 </dd> | 95 </dd> |
96 </dl> | 96 </dl> |
97 <div align="right"><a href="#top">Up</a></div> | 97 <div align="right"><a href="#top">Up</a></div> |
122 <dd> | 122 <dd> |
123 size of the salt (integer) | 123 size of the salt (integer) |
124 </dd> | 124 </dd> |
125 </dl> | 125 </dl> |
126 <dl> | 126 <dl> |
127 <dt>Returns:</dt> | 127 <dt>Return:</dt> |
128 <dd> | 128 <dd> |
129 tuple of digestname (string), number of iterations (integer), | 129 tuple of digestname (string), number of iterations (integer), |
130 salt (bytes) and hashed password (bytes) | 130 salt (bytes) and hashed password (bytes) |
131 </dd> | 131 </dd> |
132 </dl> | 132 </dl> |
158 <dd> | 158 <dd> |
159 hash function | 159 hash function |
160 </dd> | 160 </dd> |
161 </dl> | 161 </dl> |
162 <dl> | 162 <dl> |
163 <dt>Returns:</dt> | 163 <dt>Return:</dt> |
164 <dd> | 164 <dd> |
165 hashed password (bytes) | 165 hashed password (bytes) |
166 </dd> | 166 </dd> |
167 </dl> | 167 </dl> |
168 <div align="right"><a href="#top">Up</a></div> | 168 <div align="right"><a href="#top">Up</a></div> |
186 hash parameters in the form | 186 hash parameters in the form |
187 'digestmod$iterations$salt' (string) | 187 'digestmod$iterations$salt' (string) |
188 </dd> | 188 </dd> |
189 </dl> | 189 </dl> |
190 <dl> | 190 <dl> |
191 <dt>Returns:</dt> | 191 <dt>Return:</dt> |
192 <dd> | 192 <dd> |
193 hashed password (bytes) | 193 hashed password (bytes) |
194 </dd> | 194 </dd> |
195 </dl> | 195 </dl> |
196 <dl> | 196 <dl> |
223 'digestmod$iterations$salt$hashed_password' as produced by the | 223 'digestmod$iterations$salt$hashed_password' as produced by the |
224 hashPassword function (string) | 224 hashPassword function (string) |
225 </dd> | 225 </dd> |
226 </dl> | 226 </dl> |
227 <dl> | 227 <dl> |
228 <dt>Returns:</dt> | 228 <dt>Return:</dt> |
229 <dd> | 229 <dd> |
230 flag indicating a successfull verification (boolean) | 230 flag indicating a successfull verification (boolean) |
231 </dd> | 231 </dd> |
232 </dl> | 232 </dl> |
233 <dl> | 233 <dl> |