Skip to content

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.

  • 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.

Generates a random string from the character sets you select.

OptionDefaultDescription
Length204 to 128 characters
Uppercase (A-Z)OnInclude capital letters
Lowercase (a-z)OnInclude lowercase letters
Digits (0-9)OnInclude numbers
Symbols (!@#$…)OnInclude special characters
Exclude ambiguousOffRemoves 0O, 1lI, and similar look-alike characters

Example output: k8#Qm!vX2p$wR9@nL4

Generates a sequence of random dictionary words — easier to remember while still being strong.

OptionDefaultDescription
Word count53 to 10 words
SeparatorDash (-)Dash, space, dot, or underscore
Capitalize wordsOnCapitalizes the first letter of each word

Example output: Timber-Canopy-Frozen-Marble-Velvet

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.

OptionDefaultDescription
Length64 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

Every generated value is scored in real-time with a strength meter:

RatingColorGuidance
Very WeakRedDo not use — too short or predictable
WeakOrangeAcceptable only for low-value accounts
FairYellowMinimum for most uses
StrongGreenGood for important accounts
Very StrongDark greenExcellent — use for master passwords, encryption keys

The meter estimates crack time based on length, character diversity, and common patterns.

Need multiple values at once? Switch to Bulk mode to generate a batch:

  1. Configure your generation settings (mode, length, options).
  2. Set the count (up to 50 values).
  3. Click Generate All.
  4. 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.

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.