Hi I'm woking on a C# project for school, I'm creating a basic login/register system in C# and use MySQL for my database. My Question is how do I hash the passwords with md5 and insert the hashed password in to the database?
I don't have any example code since i haven't yet started this project. The due is not until after spring break.