DEV Community

Discussion on: [Advice] Options to Handle Users in Node Express User dashboard instead of Okta or Auth0 3rd Party Service

Collapse
 
philnash profile image
Phil Nash

Just popping by to say that sha and md5 are not secure hashing algorithms for passwords. Check out bcrypt or PBKDF2 instead.