Sunday, 25 August 2013

encrypt input text without ssl

encrypt input text without ssl

<form action="URL">
<input type="text" size="40">
<button type="submit">Send it</button>
</form>
As I can before sending the form to the server encrypt text in inputs ?

No comments:

Post a Comment