Skip to content

August 2, 2022

Compare
Choose a tag to compare
@atoponce atoponce released this 02 Aug 17:28
· 113 commits to master since this release

New word lists

  • Rearrange selection options in the "Alternate" passphrase generator to "English" and "Non-English" option groups.
    • Add new English option "Common Words Only" balancing minimal memorization effort, maximizing familiarity to most speakers, and keeping the security margin to an acceptable level. Thanks @roycewilliams for the feature request.
    • Change the default selection from "Colors" to "Common Words Only".
  • Rename "Bitcoin" generator to "Cryptocurrency"
    • Add "Bitcoin" and "Monero" option groups.
    • Add Monero word lists with CRC32 checksum standard.
  • Add "Lepron" pseudoword generator

Functional changes

  • Add feature to track the user-selected security margin across browser sessions via localStorage.
  • Update Emoji font to the latest Twemoji 14.0.2 SVGs.
  • Replace the "entropy bar" with a range slider.
    • Replace the range of 55 - 80 bits every 5 bits with 48 - 128 bits every 8 bits.

General bug fixes and improvements

  • Rename "Apple, Inc." to "Apple Keychain".
  • Fix Apple pseudoword bug.
  • Some Firefox and Safari browser fixes.
  • Mouse entropy collector fixes:
    • JavaScript optimizations.
    • Tightly couple mouse movement with the animated randogram.
    • Update mouse pointer to increase placement accuracy and visibility.
  • Remove old unused code.