17Oca
Password hashing on frontend or backend? [duplicate]
I have a Java Server with Spring Boot and a JS Frontend in AngularJS.
My teacher told me to use HTTPS for passwords, because I cannot hash them securely enough, that nobody can hack them.
With HTTPS, if I get it right, I do not have to h…