What is the best way to encrypt the login details (username and password) of any web based application using JavaScript at client side?
My requirement is to encrypt the username and password of the login page of the web application using JavaScript and this encrypted data needs to be used further at a later stage of the process.
Any help would be appreciable.
Regards...