Do form actions encrypt what they post to the +page.server.ts? #11891
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Make sure your connection is TLS encrypted (is, you only ever use https) and you'll be fine. I wouldn't try to encrypt form data on the client, see eg https://stackoverflow.com/questions/39199960/should-i-encrypt-login-password-on-javascript-or-on-backend |
Beta Was this translation helpful? Give feedback.
Make sure your connection is TLS encrypted (is, you only ever use https) and you'll be fine. I wouldn't try to encrypt form data on the client, see eg https://stackoverflow.com/questions/39199960/should-i-encrypt-login-password-on-javascript-or-on-backend