Simple password generator that creates 5 cryptographically secure passwords (23–27 characters).
Uses the Web Crypto API (crypto.getRandomValues()) — the browser's built-in CSPRNG, equivalent to Java's SecureRandom.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Simple password generator that creates 5 cryptographically secure passwords (23–27 characters).
Uses the Web Crypto API (crypto.getRandomValues()) — the browser's built-in CSPRNG, equivalent to Java's SecureRandom.