You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make a passphrase from a randomly chosen word turning it into an acronym.
E.G., "counting" could generate crummiest-ore-unthawed-narnia-tails-itself-navigator-Gamboge
Add Koremutake pseudoword generator
Similar to Munemo in that it's designed to be a decimal encoder, but encodes unsigned integers.
E.G., "tradifefogypribagafribribrada"
Add Lord of the Rings passphrase generator
Having Game of Thrones, Harry Potter, Star Trek, and Star Wars passphrase generators, but not Lord of the Rings was definitely a gaping hole. This plugs that hole.
Feature request #15 asked if the total number of elements could be displayed to help shape intuition about password security.
So password statistics were moved out of the box into an overlay that is activated and dismissed with a click.
Update to Emoji 15.0
Released in September, 2022
Switch from Mozilla twemoji-colr to Google Noto Color font
Unfortunately, the future of the Twemoji project by Twitter is uncertain. Because the font created by Mozilla depends on it, it's unclear if the Mozilla font will remain updated with future Unicode releases.
Google Noto fonts are open source and updated to the latest Emoji standard.
Back end Changes
Break up main.js into smaller, more manageable scripts