• 0 Posts
  • 3 Comments
Joined 11 months ago
cake
Cake day: April 13th, 2024

help-circle
  • All you need in order to do this is for the client to encrypt their password before sending it to the server. Often services that advertise “zero knowledge” platforms that use end-to-end encryption will authenticate their users in this way. If this were a website for example, there could be a javascript/wasm library used within the client page that encrypts their password before a login request is sent to the server.