TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: New approach to securely store passwords

1 pointsby ihucosover 10 years ago

1 comment

chacham15over 10 years ago
I appreciate your attempt to make password solutions for other people, but after a cursory glance at the code, I can see that you are using sha512 to hash passwords. This is easily brute-forcable. To understand why, google "password hash". Dont make tools for other people if you dont understand the security implications of the decisions that you make. I would hesitate writing ANY security related code at all and would rather leave it to people with far more experience than I have like tptacek or cperciva.
评论 #8586087 未加载