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.

The Diceware Passphrase Home Page

18 pointsby marcopolisabout 10 years ago

4 comments

owenjonesukabout 10 years ago
I discovered Diceware a few months ago when looking for a password generation scheme for my company. We were just letting people choose their own passwords before, which I don&#x27;t think is a good idea. I really like it. My only annoyance, which isn&#x27;t really the fault of Diceware, is that for lots of passwords I am required to have a capital letter, a digit and&#x2F;or a special character. Obviously this is to try and increase the entropy in the password, but I know that I have enough entropy in my diceware password and I just want something easy to type.<p>I also discovered the password strength estimator zxcvbn at about the same time. It&#x27;s pretty clever. It works out which password generation schemes could be used to generate your password and then uses that information to calculate the entropy correctly (assuming the attacker would know what scheme you used).
评论 #9328737 未加载
sarciszewskiabout 10 years ago
If anyone wants to generate Diceware passphrases, I wrote a small JS library that does this in a portable manner.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;resonantcore&#x2F;lib&#x2F;blob&#x2F;develop&#x2F;js&#x2F;diceware&#x2F;diceware.js" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;resonantcore&#x2F;lib&#x2F;blob&#x2F;develop&#x2F;js&#x2F;diceware...</a><p>It&#x27;s identical to the one that ships with the EFF&#x27;s OpenWireless router firmware.
评论 #9327424 未加载
ashabout 10 years ago
My short Python script that generates diceware passwords. Because dice is often out of reach.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;shamrin&#x2F;diceware" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;shamrin&#x2F;diceware</a><p>I hope it doesn&#x27;t have security problems. But feel free to prove me wrong!
评论 #9328724 未加载
herghostabout 10 years ago
This feels like more of a solution looking for a problem, to me. Why? Because even if I increase the entropy of my passwords&#x2F;passphrases for systems I have to use every single day, the vast majority of them are still going to need me to use numbers and special characters, AND make me change the password in the region of every 30-40 days.<p>Going to all this trouble to generate an admittedly excellently secure password continues to pass the burden of good passwords on to the end user whilst doing nothing to alleviate the core problem, namely that I have to regularly use about 10-20 passwords each day.<p>My preferred solution is www.passwordchart.com<p>In this, I select one very good password&#x2F;passphrase (for which I could use this method) and then I use an indicator of where I&#x27;m logging into to generate site&#x2F;program specific passwords, e.g.,<p>Phrase: cleft cam synod lacy yr wok<p>Password: 123facebook321<p>Generates: yb63476F9xk6RjGVyp6yp6Hj8347b6y (with +Include Numbers ticked)<p>Phrase: cleft cam synod lacy yr wok<p>Password: 123twitter321<p>Generates: yb6347963m6mj963963RjfRd347b6y (with +Include Numbers ticked)<p>So, for my remembering <i>one</i> complex passphrase and <i>one</i> strategy for generating passwords I can generate strong, complex passwords for any site I need and don&#x27;t have to remember a single one of them. The only pre-requisite I have to get into a site on another machine from my own is that I have internet access (or have a printed copy of the matrix, or something like that).<p>(My dependence on this website is the one weak link in this, and I have actually implemented something similar on my own webspace that I just need to tweak usability for a bit before I switch over.)
评论 #9327408 未加载
评论 #9328749 未加载
评论 #9328805 未加载
评论 #9327978 未加载