sagnikpal2004 / UConnect

MIT License
0 stars 0 forks source link

Encryption for user passwords #7

Closed dannycedrone closed 1 week ago

dannycedrone commented 4 weeks ago

Currently, passwords are stored directly in the database as strings, which poses a security risk. Instead, a hash should be computed using the password string and a salt value.

Priority: High Status: To-Do Timeline: Due by beta release (November 14)

dannycedrone commented 1 week ago

Encryption handled in server/src/controllers/auth.ts