DarrenZLew / FantasyFitness-1.0

4 stars 1 forks source link

Need to Hash Passwords #76

Open rruenroeng opened 6 years ago

rruenroeng commented 6 years ago

What's Wrong? Currently, we don't hash the passwords that the users input.

What do I Expect to Happen? They should be hashed.

Suggested Fix Hash a password and save a Salt

Supporting Information