icebreaker-science / backend

The backend (Spring Boot) part of the icebreaker.science application
Apache License 2.0
2 stars 0 forks source link

Password strength #76

Closed michael-kamel closed 3 years ago

michael-kamel commented 3 years ago

there are currently no checks for password strength

chaoran-chen commented 3 years ago

What would you recommend as a minimal requirement?

michael-kamel commented 3 years ago

What would you recommend as a minimal requirement?

We can use the OWASP guidelines for that however, there doesn't seem to be any goto guidelines for secure passwords that are universally agreed upon.