this post was submitted on 21 Mar 2025
22 points (100.0% liked)
Programming
19098 readers
105 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Lol. I guess that makes sense. Outside of school, we hope that all authentication will be implemented only cryptography experts anyway.
Not really, sorry. I'm not aware of anyone creating resources for your situation.
For some context, cryptography isn't even usually implemented "completely correctly" by experts. That's part of why we have constant software security patches.
If I were in your shoes, I guess it would depend on my instructor and advisors.
If I felt like they have the skills to catch mistakes and no time to help correct mistakes, then I would just choose a simpler project. If they're cool with awarding a good grade for a functional demo, I might just go for it.
I guess I would take this one to an advisor and get some feedback on practicality.
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.