mstudar1 / clinic

1 stars 0 forks source link

Revised login handler, DAL, and DB to use hashed passwords #56

Closed jburton6 closed 3 years ago

jburton6 commented 3 years ago

Passwords are now not stored anywhere in the application in un-hashed form. Hashing is done with SHA256. DB seed data for credentials were generated using SHA256 generator at https://passwordsgenerator.net/sha256-hash-generator/.