Skip to content
PortJar

Random Password & API Key Generator

Generate cryptographically random passwords and API keys.

Utilities

About this tool

Uses Node's `crypto.randomInt` and `crypto.randomBytes` (CSPRNG, not Math.random). Length is configurable; you can mix lower/upper/digits/symbols. Three sample API keys (32-byte hex, 16-byte hex, 24-byte base64url) are generated alongside the password.

Related tools