GetToolbox
Password Generator
Cryptographically secure · Fully customizable · Client-side only
16 characters · 88 possible chars per position
Strength
Very Strong103.4 bits of entropy charset: 88 chars
Settings
Length 16
4326496128
Character sets
Extra options
Active charset (88 chars)
abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@#$%^&*()-_=+[]{}|;:,.<>?
API Usage
Generate passwords programmatically — no auth, no limits.
GET /api/password
?length=16&lower=true&upper=true&digits=true&symbols=true
&all_symbols=false&exclude_confusable=false&custom=
{
"password": "xK#9mP2$nR!vL8qW",
"length": 16,
"charset_size": 72,
"entropy_bits": 123.4,
"settings": {
"lower": true,
"upper": true,
"digits": true,
"symbols": true,
"all_symbols": false,
"exclude_confusable": false
}
}