Last updated 8 months ago
Let's check the source code with CTRL + U.
CTRL + U
We can see that the password is Hex-encoded.
We can decode it using the decodeURI function.
decodeURI
> decodeURI("%63%70%61%73%62%69%65%6e%64%75%72%70%61%73%73%77%6f%72%64") <- 'cpasbiendurpassword'
Let's enter the decoded password.
cpasbiendurpassword