Security

Generated secrets stay on the device

The React tool creates values in the browser. Secret values are excluded from requests, analytics and bug reports by design.

Illustration: a hand resting flat on the closed lid of a small white safe with an orange dial.
  • Free — no subscription.
  • No account — no sign-up.
  • On your device — no secret sent.

By design

What never leaves your browser

Secret values are excluded from requests, analytics and bug reports.

Browser cryptography

Random selection uses crypto.getRandomValues with rejection sampling to avoid modulo bias.

Session-only history

The recent list remains in React memory and disappears when the page session is reloaded.

Plain-text export warning

If you deliberately export a text file, you become responsible for storing and deleting that unencrypted file.

Questions

Frequently asked

Are my passwords sent to a server?

No. Generation happens in the browser; no generated value is sent to Belentia.

Is the clipboard cleared automatically?

No browser can guarantee it once another application has read the value. Clear it yourself after use.

What about the exported text file?

It is unencrypted. Delete it once the passwords are stored in a suitable manager.

One minute, no more

Generate your next password

Free, without an account, created in your browser.