McGill-ECSE321-Winter2020 / project-group-01

project-group-01 created by GitHub Classroom
2 stars 5 forks source link

RQ14: The System shall encrypt users' passwords. #23

Closed Louismousine closed 4 years ago

Louismousine commented 4 years ago

Security non-functional requirement.

User story: As a manager, I would like all users’ passwords to be protected when sent over the website.

ding-ma commented 4 years ago

Check Java cryptography APIs

Louismousine commented 4 years ago

Yes, we will use BCrypt for that. I have used it in the past and it is very simple to use.