How to Hash Passwords with BCrypt in C#



How to Hash Passwords with BCrypt in C#

How to Hash Passwords with BCrypt in C#

Hashing passwords can be complicated. There are algorithms, salts, hashes, and other terms involved. Also, it should all be secure.

Today, I will explain what BCrypt is, when to use it, and how to use it in your .NET applications.

00:00 Introduction
00:28 Avoid Storing Passwords
00:57 Never Store a Password in Plain Text
01:27 Use Password Hashing
01:58 What is BCrypt?
02:48 Using BCrypt
08:09 Conclusion

🔥 C#/.NET Bootcamp: The Fundamentals & more (Code FRIENDS10 for 10% OFF)*
https://claudiobernasconi.ch/dotnet-course

📌 .NET Developer Roadmap
https://claudiobernasconi.ch/learn-dotnet

📌 BCrypt (GitHub)
https://github.com/BcryptNet/bcrypt.net

📌 BCrypt (Wikipedia)
https://en.wikipedia.org/wiki/Bcrypt

📌 YouTube Playlists:
The FREE Blazor Crash Course: https://www.youtube.com/watch?v=89Klc6WHElw&list=PLwISgxnkpZGL_LhTQCWwp-WCzupv7lcp0
C# Programming: https://www.youtube.com/watch?v=dKBuvdGsYYc&list=PLwISgxnkpZGIrkQGwOj6kKXLT8CAp9Gct

✅ SUBSCRIBE FOR MORE VIDEOS
Subscribe: 🔔 https://claudiobernasconi.ch/Subscribe

🚀 CONNECT & SUPPORT
Twitter: https://twitter.com/CHBernasconiC
Blog: https://claudiobernasconi.ch
Newsletter: https://claudiobernasconi.ch/newsletter

CREDITS
🎵 https://www.bensound.com/

* Affiliate Link: I earn a small commission at no additional cost

Comments are closed.