generate passwored digest and nonce.
-
sometime is see nonce and password digest and they are randomly generated.cause i was unable to find them in response.
-
The nonce is necessarily randomly generated or it wouldn't be a proper nonce. The digest is calculated basing on the password and the nonce, and it usually means a hashing function has been applied to those inputs.
-
Oh.can you give me the code for this hashing function?
-
How can I know? The website might be using one of the many functions, I cannot know which one, I don't have a crystal ball yet xD