• 1 Post
  • 16 Comments
Joined 12 days ago
cake
Cake day: March 9th, 2025

help-circle
rss
  • Thanks for your reply. The idea of zero-knowledge authentication is that the password never touches the server. Instead, the user can prove that they know the password when logging in by solving a challenge. This enables the user to log in from any new device without the need to transfer keys between them. I’ll take a closer look at your suggestions though. Thanks again!



  • For some context, cryptography isn’t even usually implemented “completely correctly” by experts. That’s part of why we have constant software security patches.

    Yeah, I totally agree, and I don’t expect to implement it properly or go public with this. I just got this idea for the final project. When it comes to password hashing, we have libraries in all popular languages that handle this, and we have open-source tools to generate keys. So, I was hoping to find something ready to use for my project. Unfortunately, it seems this area isn’t very popular.