Hello guys, Am working on an application where an encrypted...

  • perf-test.com need your contributions to build up a strong repository of performance engineering resources.

B

Biswajit Sahu

Guest
Hello guys, Am working on an application where an encrypted password is generated in the login section. When I checked the source page in the browser I found that it's being generated from MD5 Algorithm. Need some suggestions of how to capture this encrypted password and pass it in the script. Thanks in advance.
 
You can find the encryption code in js files. Through browser you can see the code. Write same script in your tool and pass username and password to it and return token and pass it to request.
 
use web_js_run function which enables to trigger the javascript code used for encryption.