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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Password generator doesn't generate new password in the same session

108 点作者 makepanic超过 2 年前

10 条评论

pontilanda超过 2 年前
Is it a bug or a feature?<p>Depending on the exact wording, I completely expect the browser to suggest the same password for the same website in the same session for the same user.<p>Websites are crap and sometimes you need to enter the same password twice before the browser has gotten the notice to actually save the first one.
评论 #34067746 未加载
评论 #34065907 未加载
评论 #34065148 未加载
TrianguloY超过 2 年前
Could be &quot;fixed&quot; by showing two entries: &quot;previous password&quot; and &quot;new password&quot;.<p>This will change the ui a bit though.
评论 #34070350 未加载
dncornholio超过 2 年前
Can someone explain me what the issue is with this? Not a hypothetical reason, but a real life example?
评论 #34065028 未加载
评论 #34065151 未加载
jonnycomputer超过 2 年前
And here<p><a href="https:&#x2F;&#x2F;bugzilla.mozilla.org&#x2F;show_bug.cgi?id=1786712" rel="nofollow">https:&#x2F;&#x2F;bugzilla.mozilla.org&#x2F;show_bug.cgi?id=1786712</a><p>This is sort of a ridiculous bug, tbh. What rationale could this be &quot;currently by design&quot;?
评论 #34065487 未加载
评论 #34067146 未加载
评论 #34064966 未加载
评论 #34065514 未加载
makepanic超过 2 年前
Most recent issue that tracks this is <a href="https:&#x2F;&#x2F;bugzilla.mozilla.org&#x2F;show_bug.cgi?id=1551723" rel="nofollow">https:&#x2F;&#x2F;bugzilla.mozilla.org&#x2F;show_bug.cgi?id=1551723</a>
SahAssar超过 2 年前
This is pretty absurd and goes against every expectation I&#x27;d have of a password generator. The only reason I can think of it being useful is if the site has a separate screen for a confirm password field, but even then the password should be saved in the password manager the first time it is submitted.
评论 #34074652 未加载
turtleman1338超过 2 年前
&gt;This is currently by design<p>What?
评论 #34064767 未加载
评论 #34064775 未加载
jmclnx超过 2 年前
If you are on a UN*X Type system, you can create your own random passwords very easily.<p>tr -cd &quot;[:alnum:]&quot; &lt; &#x2F;dev&#x2F;urandom | fold -w 20 | sed 10q<p>So I have no need for these fancy password generators :)
评论 #34065355 未加载
评论 #34066202 未加载
评论 #34065496 未加载
评论 #34065183 未加载
评论 #34065171 未加载
评论 #34068837 未加载
评论 #34065539 未加载
评论 #34066035 未加载
bakhy超过 2 年前
This is quite easy to reproduce. Wow.<p>IMO they should just remove the password generator feature. It&#x27;s barely usable, and with this behavior it&#x27;s just dangerous.<p>Why barely usable? Some really simple features are missing. I miss the ability to specify password requirements - for annoying sites which specify length, require so and so many these and those types of characters, or even forbid some types. And another one is that it&#x27;s not possible to manually generate a password, not even in the password storage UI, when manually adding a new entry. So, if a site did not correctly declare a password field, which happens, you must generate a password yourself somehow.
评论 #34065070 未加载
评论 #34065558 未加载
评论 #34065335 未加载
sys42590超过 2 年前
Has anyone the time to do a code review on that: I would not be surprised if there&#x27;s even less entropy in Firefox generated passwords than the bug report might indicate (e.g. just uses time and domain as random seed).<p>If that&#x27;s the case it would make a new &quot;named&quot; vulnerability (FOXHOLE, FIREBLEED, whatever).
评论 #34066123 未加载
评论 #34064871 未加载