Password Generator

dotenvar includes a built-in password generator so you can create strong, random values without leaving the app.

Where to find it

The generator is available inside the secret creation and edit forms. When you have the value field focused, click the Generate button next to the input. A panel opens where you can configure the output before inserting it.

Options

LengthSet the character count. Recommended minimum is 16 for passwords; 32+ for API keys and secrets.
UppercaseInclude A–Z characters. On by default.
LowercaseInclude a–z characters. On by default.
NumbersInclude 0–9 digits. On by default.
SymbolsInclude characters such as !@#$%^&*(). Useful for passwords, but turn off for tokens that must be alphanumeric only.

Using the generated value

After configuring the options, click Use this value. The generated string is inserted directly into the secret value field and saved when you submit the form.

Click the refresh icon to generate a new value with the same settings if you want a different result.

Tip: Generation happens entirely in your browser. The generated value is never sent to our servers before you explicitly save the secret.