| Author |
Client Side Encryption/ Hashing Technique.
|
Rudy Rusli
Ranch Hand
Joined: Jun 01, 2006
Posts: 114
|
|
I'd like to do something like this example below Example: http://... .com/myPage.jsp?username=A&password=B But before I send the request to the server, I want to do some encryption/ hashing to the password. Is there any good way (secure and fast) to do this using JavaScript? Thanks in advance for all the help. Rudy
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56233
|
|
|
That's what SSL is for.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Client Side Encryption/ Hashing Technique.
|
|
|