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.

Check how fast it takes to brute force your password

19 pointsby linhirover 16 years ago

5 comments

randomwalkerover 16 years ago
We can do password guessing way better than brute force by generating strings using a Markov model instead of randomly. I wrote a paper on how to do this a few years ago <a href="http://www.cs.utexas.edu/~shmat/abstracts.html#pwd" rel="nofollow">http://www.cs.utexas.edu/~shmat/abstracts.html#pwd</a> Some of the techniques have since found their way into John the Ripper. (and possibly other tools; I haven't checked.) The upshot is that you can't calculate strength with a simple formula like this. At best you get an upper bound on the time needed to crack, by a few orders of magnitude.
评论 #349783 未加载
评论 #350455 未加载
henningover 16 years ago
The most important passwords I have are the ones for online banking and the like where you certainly aren't going to be doing bloody 25 billion attempts an hour.
评论 #349844 未加载
unaloneover 16 years ago
Wow! I was surprised. I thought my password would be much easier to crack. As it turns out, I'm safe for the next 20 days or so.
评论 #349799 未加载
jyothiover 16 years ago
What does "Random Alpha/Numeric" mean ? - sequence not readable ?<p>I observed that if you mention your password has random Alpha Numeric the time taken to break jumps to thousands of days.
q1w2e3r4t5y6over 16 years ago
tet