MD5 Bcrypt best practice
I’m currently storing bcrypt encrypted passwords in my database. At the moment my html forms submit a clear text password to my server, which then compares the bcrypt result (of the clear text) for a match. This is working fi… Continue reading MD5 Bcrypt best practice