I want to create a website or say HTML page where the password can have special characters. Below username and password there should be a toggle button on click of which it will show the encrypted password and clicking again it will show decrypted or alphanumeric password.
I want to do it using HTML and JavaScript or HTML and Java.