I understand that sending data from the user to the server, unencrypted, is a bad practice. That is logical.
So how do I encrypt 'userside' and send the data to the server in encrypted form?
Can anyone suggest a good practice example?
What are the advantages and disadvantages of encrypting in Javascript? (What if the user has disabled Javascript?)