-
Notifications
You must be signed in to change notification settings - Fork 344
Open
Labels
Milestone
Description
Generally https/SSL is good enough, but when used in public places/computers client side 'hashing' would be nice for this otherwise a quick click on F12/network and anyone can log the client side passwords with no special software.
So (as per https://stackoverflow.com/a/45232435 or similar at https://medium.com/@tikiatua/symmetric-and-asymmetric-encryption-with-javascript-and-go-240043e56daf but not using go!) some kind of client side encryption with public key and asymmetrical key would be good so the password are not 'stored' or 'sent' in plaintext at the client.
Thoughts?
plewin