Generate passwords
This page has a few tools for generating passwords using different strategies. No trackers, adverts, KPIs or metrics. A simple HTML, CSS and JavaScript website with useful tools.
Words
Pick four random English words between 4 and 8 characters long
UUID
Use crypto.randomUUID() to generate a secret
AES-GCM
Use crypto.subtle.generateKey() to generate and
export an AES-GCM key then use the
k component of the JWK