View Source - Encrypting form fields.
Hi,
We have a "Change password" screen, that will be populated with the old passwords (in a textbox), my client says that during displaying the same, one should not able to goto view source and see it.
I tried Encrypt function like Encrypt(form.txtpassword,......) but when submit the form, the encrypted values gets updated in the db (rather than the actual ones).
So, All I need is to prevent my users from view the password through "View Source", but they should be given a way to change it and update it in the databse.
How to accomplish this?. Any ideas?.
