How can I decrypt this password?
-
Please help me to decrypt the password in this post URL.
-
you need see the javascript to get how the site gen this
-
var username=$("#userNameID").val();
var passwordHash=String(CryptoJS.MD5(""+$("#passwordID").val()));Is it MD5?
Can you please confirm?
-
@trauto Yes