eamonster27 / REDAlliance

0 stars 0 forks source link

passwords stored in plaintext #1

Open hkiang01 opened 6 years ago

hkiang01 commented 6 years ago

Initially stored as strings for MVP. todo: implement best practices, e.g., hashing, salting, etc.

SpencerWie commented 6 years ago

@hkiang01 I'll implement a salted hash for the User table. Will give an update to close this issue when it's done.