Simple passphrase generator made with Svelte. After the website has been loaded, everything works 100% on the client side. No informattion is ever sent back to the server when generating a passphrase. Words for the passphrase are choosen in a cryptographically secure way from an english dictionary. Settings are randomized when first loading the site.
The app is deployed here.
npm install
npm run dev
npm run build
npm install -g firebase-tools
firebase login
firebase deploy --only hosting
or just npm run deploy
, if already logged in.