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.

Passwords: What a salt is, and what LinkedIn failed to do

5 pointsby niqolasalmost 13 years ago

2 comments

mikeryanalmost 13 years ago
No. Don't use salts. Use Bcrypt.<p><a href="http://codahale.com/how-to-safely-store-a-password/" rel="nofollow">http://codahale.com/how-to-safely-store-a-password/</a>
评论 #4078771 未加载
bornhuetteralmost 13 years ago
I thought salting passwords had been crypto 101 since at least the 90s. Does anyone here know how often are big companies are still using unsalted passwords?