Password Generator
Claspt includes a built-in generator for creating strong, randomized credentials. Everything is generated locally on your device — nothing is sent to a server.
Opening the Generator
Section titled “Opening the Generator”- Click the dice icon in the editor toolbar while editing a page.
- Or go to Settings > Generator.
The generator opens as a panel where you can configure options, generate values, and copy or insert them directly into your notes.
Generation Modes
Section titled “Generation Modes”Password
Section titled “Password”Generates a random string from the character sets you select.
| Option | Default | Description |
|---|---|---|
| Length | 20 | 4 to 128 characters |
| Uppercase (A-Z) | On | Include capital letters |
| Lowercase (a-z) | On | Include lowercase letters |
| Digits (0-9) | On | Include numbers |
| Symbols (!@#$…) | On | Include special characters |
| Exclude ambiguous | Off | Removes 0O, 1lI, and similar look-alike characters |
Example output: k8#Qm!vX2p$wR9@nL4
Passphrase
Section titled “Passphrase”Generates a sequence of random dictionary words — easier to remember while still being strong.
| Option | Default | Description |
|---|---|---|
| Word count | 5 | 3 to 10 words |
| Separator | Dash (-) | Dash, space, dot, or underscore |
| Capitalize words | On | Capitalizes the first letter of each word |
Example output: Timber-Canopy-Frozen-Marble-Velvet
Memorable
Section titled “Memorable”Generates pronounceable passwords that follow common syllable patterns. These are easier to remember and type than fully random strings, while still being significantly stronger than human-chosen passwords.
Example output: Brolenta42Quimsav
Generates a numeric-only code for use with systems that require PINs.
| Option | Default | Description |
|---|---|---|
| Length | 6 | 4 to 12 digits |
Example output: 847261
Generates a random UUID v4 with one click. Useful for API keys, database identifiers, or any context where you need a globally unique string.
Example output: f47ac10b-58cc-4372-a567-0e02b2c3d479
Strength Meter
Section titled “Strength Meter”Every generated value is scored in real-time with a strength meter:
| Rating | Color | Guidance |
|---|---|---|
| Very Weak | Red | Do not use — too short or predictable |
| Weak | Orange | Acceptable only for low-value accounts |
| Fair | Yellow | Minimum for most uses |
| Strong | Green | Good for important accounts |
| Very Strong | Dark green | Excellent — use for master passwords, encryption keys |
The meter estimates crack time based on length, character diversity, and common patterns.
Bulk Generation
Section titled “Bulk Generation”Need multiple values at once? Switch to Bulk mode to generate a batch:
- Configure your generation settings (mode, length, options).
- Set the count (up to 50 values).
- Click Generate All.
- Export the batch as TXT (one per line), CSV, or JSON.
This is handy for provisioning test accounts, generating one-time codes, or pre-creating credentials for a team.
Copy and Auto-Clear
Section titled “Copy and Auto-Clear”Click Copy on any generated value to copy it to your clipboard. Claspt automatically clears your clipboard after 30 seconds to prevent accidental paste of sensitive values later.