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.

Ask HN: What pattern you use to choose your passwords?

1 pointsby channiover 11 years ago
I am developing a tool which would guess what kind of passwords someone might choose by mining their social profiles (facebook for now). I have surveyed my friend circle for some patterns they choose. e.g one of my friends use his one of his siblings&#x27; name along with his, replace some characters with special chars (a with @ or 4).<p>Please help me telling what pattern you use to choose your passwords.<p>Any suggestions for making such tool are welcome.

5 comments

gmusleraover 11 years ago
Easy, just try &quot;123456&quot; and &quot;password&quot; (or the top 10 of the the biggest password breachs at a given time), you will have a great hit ratio in a random sample of people.<p>Try reading Asimov&#x27;s Foundation. You can&#x27;t predict individuals, but given enough number of people, you will get a great trend hinting. And if the group you try to predict have some password culture on it (like this community), you should not be able to guess, even simple algorithms for passwords like the xkcd ones are pretty safe to random guessing.
inetseeover 11 years ago
I use a password generator &quot;<a href="http://passhash.connorhd.co.uk/&quot;" rel="nofollow">http:&#x2F;&#x2F;passhash.connorhd.co.uk&#x2F;&quot;</a> that generates random 12 character passwords with uppercase, lowercase and digits. If you can design software that can guess those passwords, you should work on something more challenging, like predicting the stock market or creating a friendly AI.
pwgover 11 years ago
Completely random string of characters.<p>I use PasswordGorilla: <a href="https://github.com/zdia/gorilla/wiki" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;zdia&#x2F;gorilla&#x2F;wiki</a>
ysopexover 11 years ago
<a href="http://supergenpass.com/" rel="nofollow">http:&#x2F;&#x2F;supergenpass.com&#x2F;</a>
johnbeynuover 11 years ago
Do you also want my DOB and credit card number?