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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Memorable but hard to crack password generator

11 点作者 adamneilson超过 11 年前

6 条评论

danpalmer超过 11 年前
As mentioned these passwords aren&#x27;t hard to crack.<p>Anything based on a word list is going to be inherently easy to crack, and with a predictable format like word-separator-word, it is even easier.<p>I realise this is a fun weekend project, and learning new languages is always a good thing, but I think it&#x27;s a little irresponsible to make any claims that these passwords are secure.<p>Also as mentioned, if people were to actually use this for password generation it should be behind SSL, although I would discourage anyone from using passwords generated by a remote service.
ricardobeat超过 11 年前
Having uncommon words doesn&#x27;t make a password hard to crack, they&#x27;re in the dictionary just the same.
评论 #6466842 未加载
评论 #6466691 未加载
tzs超过 11 年前
Assuming a generous 1000000 words in the dictionary, and any non-letter ASCII printable separator allowed as a separator, this is equivalent to a 9 character random password with just lower case letters and digits, or a 7 character random password if all printable ASCII is allowed. It&#x27;s about 46 bits of entropy. That is a bit low by modern minimum acceptable password length standards.
cobrabyte超过 11 年前
Should this not be behind SSL? Looks good though.
评论 #6466662 未加载
namenotrequired超过 11 年前
Pretty cool! What does the &quot;&lt;huge number&gt; to one&quot; mean exactly?
cpt1138超过 11 年前
john --wordlist