Im using vb.net (visual studio 2010) and have made a form application that uses a login screen. All that works but im having trouble any firm way to encrypt the passwords in the database. The encryption doesnt have to be very high standard as its just for a college project.
Whats the best way to encrypt the password into the database? Or just encrypt the password string, i can then sort out the database end myself.
Cheers