How to encode and decode the password by javascript.
please give the syntax of this problem.
encode the password by javascript
Ask by Varun Agrawal
Updated 29 Mar 2011
In javascript, we encode the password or any string by using the escape() method and decrypt the string by used unescape() methods.
for example