JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Skip to content
[SHARED] Password Generator Pack Demo
Pages
Password Generator Pack
Example Use Cases
Simple Password Manager
Advanced Password Manager
Security Levels
Generate Multiple Passwords
Parameters
Generate Unique IDs
Security
About this pack
Password Strength Checker
Community Topic
Embed (Community Topic)
Disclaimer
Source code
Documentation
About me
Sign up for Coda (free)
[SHARED] Password Generator Pack Demo
/
Documentation
Share
Explore
Documentation
Input
Input
Input
Description
defaultValue
Example-Value
Possible Values
Input
Description
defaultValue
Example-Value
Possible Values
Length
Length (e.g., 10) of the password.
16
10
>= 1
IncludeLowercaseCharacters
Include lowercase characters (e.g., abc) in the password.
True()
True()
True() / False()
IncludeUppercaseCharacters
Include uppercase characters (e.g., ABC) in the password.
True()
False()
True() / False()
IncludeNumbers
Include numbers (e.g., 123) in the password.
True()
True()
True() / False()
IncludeSymbols
Include symbols (e.g., @#$) in the password.
True()
False()
True() / False()
ExcludeSimilarCharacters
Exclude similar-looking characters (e.g., oO0) in the password.
True()
True()
True() / False()
ExcludeAmbiguousCharacters
Exclude ambiguous characters (e.g., ~:^) in the password.
True()
False()
True() / False()
There are no rows in this table
Parameter
Parameter
Input (Parameter)
Name
Description
Input (Parameter)
Name
Description
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
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
IncludeNumbers
Numbers
2, 3, 4, 5, 6, 7, 8, 9
IncludeSymbols
Symbols
!, #, $, %, &, *, +, -, ?, @
ExcludeSimilarCharacters
SimilarLowercaseCharacters
i, l, o
ExcludeSimilarCharacters
SimilarUppercaseCharacters
I, L, O
ExcludeSimilarCharacters
SimilarNumbers
1, 0
ExcludeSimilarCharacters
SimilarSymbols
|
ExcludeAmbiguousCharacters
AmbiguousCharacters
", ', (, ), ,, ., /, :, ;, <, =, >, [, \, ], ^, _, `, {, }, ~
There are no rows in this table
Errors
Errors
Name
Description
Name
Description
Length must be greater than 0!
If Length (Input 1) is less than 1.
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
Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
Ctrl
P
) instead.