Gallery
password-generator-pack
[DEMO] Password Generator Pack
Share
Explore

icon picker
Documentation

Parameter
Input (Parameter)
Name
Description
1
IncludeLowercaseCharacters
LowercaseCharacters
A, B, C, D, E, F, G, H, J, K, M, N, P, Q, R, S, T, U, V, W, X, Y, Z
2
IncludeUppercaseCharacters
UppercaseCharacters
a, b, c, d, e, f, g, h, j, k, m, n, p, q, r, s, t, u, v, w, x, y, z
3
IncludeNumbers
Numbers
2, 3, 4, 5, 6, 7, 8, 9
4
IncludeSymbols
Symbols
!, #, $, %, &, *, +, -, ?, @
5
ExcludeSimilarCharacters
SimilarLowercaseCharacters
i, l, o
6
ExcludeSimilarCharacters
SimilarUppercaseCharacters
I, L, O
7
ExcludeSimilarCharacters
SimilarNumbers
1, 0
8
ExcludeSimilarCharacters
SimilarSymbols
|
9
ExcludeAmbiguousCharacters
AmbiguousCharacters
", ', (, ), ,, ., /, :, ;, <, =, >, [, \, ], ^, _, `, {, }, ~
There are no rows in this table


Input
Number
Input
Description
defaultValue
Example-Value
Possible Values
1
1
Length
Length (e.g., 10) of the password.
16
10
> 0
2
2
IncludeLowercaseCharacters
Include lowercase characters (e.g., abc) in the password.
True()
True()
True() / False()
3
3
IncludeUppercaseCharacters
Include uppercase characters (e.g., ABC) in the password.
True()
False()
True() / False()
4
4
IncludeNumbers
Include numbers (e.g., 123) in the password.
True()
True()
True() / False()
5
5
IncludeSymbols
Include symbols (e.g., @#$) in the password.
True()
False()
True() / False()
6
6
ExcludeSimilarCharacters
Exclude similar-looking characters (e.g., oO0) in the password.
True()
True()
True() / False()
7
7
ExcludeAmbiguousCharacters
Exclude ambiguous characters (e.g., ~:^) in the password.
True()
False()
True() / False()
There are no rows in this table


Errors
Name
Description
1
Length must be greater than 0!
If Length (Input 1) is less than 1.
2
At least one character type must be selected!
If no character types (Input 2, 3, 4, 5) are selected.
There are no rows in this table
Share
 
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.