Word → Password
A password from
your name.
Type any word — your name, a place, a favourite thing — and we transform it into a strong password using leet-speak substitutions, capitalisation, and symbol suffixes.
Word → Password
Try an example
Examples
helen
H313n@92!
liverpool
L1v3rp00l!47
sunshine
Suns#1n3$83
dragon
Dr4g0n!62
How the transformation works
01
Leet substitutions
Common letters are swapped for look-alike numbers: a→4, e→3, i→1, o→0, s→5, t→7. Applied randomly so each variation is unique.
02
Random capitalisation
Letters are capitalised randomly throughout the word. The first character is always capitalised to meet most site requirements.
03
Symbol + number suffix
A random symbol (!@#$%^&*) and a 2-digit number are appended. This ensures the password meets virtually every site's requirements.
04
Crypto-random choices
Every substitution decision uses crypto.getRandomValues() — the same API used by browsers for TLS. No patterns, no predictability.