I'm trying to do login to my site using jmeter tool.
But when I entered a valid username and password and press the submit button, inside the browser you can check that one post request is getting fired with cryptographic values.
So, due to cryptographic values of username and password. I am not able to do login to the site.
Note: SHA-256 algorithm is used for cryptographic.
For more details on this issue, please refer below mentioned image.
So, can anyone help me how do I able to do login to my site?
