Simulated login pull hook net, one of the parameters in post's form is that signature, is generated as soon as it enters the login interface without entering account information, but I can't find it.

simulate login pull hook. One of the parameters in post"s form is that signature, is generated as soon as it enters the login interface without entering account information, but I can"t find

.

there is a result of searching signature in html with Firefox. After comparison, you are really looking for it, as shown in the following figure

clipboard.png

clipboard.png
signature



.

how do I find the js function that encrypts the password, and if I find out whether this function can encrypt the password on its own?
to solve the doubt, thank you

Mar.05,2021
The parameter signature is not required in the

login interface. The
password is md5 encrypted.
"
g = 'veenike';
c.isValidate & & (c.password = md5 (c.password), c.password = md5 (g + c.password + g)
"
first encrypt the password you enter, and then add a new string obtained by veenike, to the beginning and end of the string and then md5.

Menu