Passphrase Generator
Port of rolandwarburton/pwgen which was written in go.
Unfortunately googles Manifest V3 does not have any reasonable support for WASM so the portability of pwgen to the web was limited. Enter pwgen-js.
Installing
npm install @rolandwarburton/pwgen
Example usage
import { genpw } from 'pwgen';
const pw = await genpw()
console.log(pw);
Credits
eff.org/dice for a well authored word list.