Image-X-Institute / The-Real-Time-Imaging-Database

A service and database tool for serving clinical trial data related to radiation therapy and treatment of cancer
MIT License
10 stars 2 forks source link

The user password which stored in database should be encrypted #18

Closed Gahhh closed 1 week ago

Gahhh commented 1 year ago

The current function stored raw user password directly into database, which is not secure for general user. The server should hash the raw password from user and store the hashed value to the database.