TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

1 点作者 channi超过 11 年前
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 条评论

gmuslera超过 11 年前
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.
inetsee超过 11 年前
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.
pwg超过 11 年前
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>
ysopex超过 11 年前
<a href="http://supergenpass.com/" rel="nofollow">http:&#x2F;&#x2F;supergenpass.com&#x2F;</a>
johnbeynu超过 11 年前
Do you also want my DOB and credit card number?