alexhrao / TheGiftHub

An app where users can list what gifts they want, and can reserve gifts for others.
https://www.thegifthub.org
1 stars 0 forks source link

Password Hash & Salt Separation #29

Closed alexhrao closed 7 years ago

alexhrao commented 7 years ago

In our DB, have a separate column for the hash and salt; there is no need to have them both in the same string!

alexhrao commented 7 years ago

All tests pass and change has been implemented