Javascript - Obfuscation 1

Let's check the source code with CTRL + U.

We can see that the password is Hex-encoded.

We can decode it using the decodeURI function.

Let's enter the decoded password.

Password

Last updated

Was this helpful?