Skip to content

March 30, 2021

Compare
Choose a tag to compare
@atoponce atoponce released this 30 Mar 19:22
· 233 commits to master since this release

New word lists:

  • Added formal Pokerware list to the "Alternate" generators.
  • Added Natural Language Passwords to the "Diceware" generators.
    • This is an officially mentioned list on the diceware.com page. It's made up of 1,296 adjectives and 7,776 nouns. Use 4 dice to roll for a random adjective, then 5 dice for a random noun. Alternate for a more memorable passphrase.
  • Added the S/Key words from RFC 1760 to the "Pseudowords" generators.
  • Added the "English (All)" option to the "Alternate" generators.
    • This combines every English word list supplied by the project into a "mega list". After removing duplicates, this returns 39,862 unique words, providing about 15.28 bits of entropy per word.

Bug fixes:

  • The "Korean K-pop" and "Secret Ninja" generators security was significantly less than expected, due to only evaluating the first few elements of each array rather than the full array itself.
    • If you used either of these generators for any account, you should update your passwords.

Other stuffs:

  • Cleaned up some old CSS that is no longer necessary.
  • Cleaned up some old logic from testing.
  • Added the version to the page.
  • Cleaned up some of the text in each div.
    • Removed '~' for "about", and just decided to stick with the integer floor, which is "good enough".
    • Comma-separated the bits count and characters count for each.
    • Other text changes.