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 are dead

3 pointsby paupino_masanoover 12 years ago

1 comment

csenseover 12 years ago
I stopped reading when the author revealed his cluelessness about the appropriate countermeasure for rainbow tables:<p>&#62; There exists databases FULL of every single password hash (for each type of encryption / hash approach) that can be compared against recovered passwords – think 2 excel tables .. search for hash in column A and find real world password in column B.<p>This is a good description of the attack vector, and the fact that this attack vector exists is why any modern application should hash each user's password with a different salt when storing it in the database.