nightfrost / mytubeNET

MIT License
0 stars 0 forks source link

Hashing passwords with Bcrypt #3

Open nightfrost opened 1 year ago

nightfrost commented 1 year ago

Hashing has to be implemented before we implement auth.

I think we need to split it into services before we start doing hashing as well...

Ressources: https://jasonwatmore.com/post/2022/01/16/net-6-hash-and-verify-passwords-with-bcrypt https://github.com/BcryptNet/bcrypt.net