Reference
Secure Password Generator
Overview
Heavstal Keygen creates cryptographically secure passwords. Unlike standard random generators, this uses high-entropy randomness suitable for production security keys and user credentials.
Endpoint
POST /password-generator
Request Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| length | number | Optional | Length of the password (Min: 4, Max: 128, Default: 16). |
| uppercase | boolean | Optional | Include A-Z? (Default: true). |
| numbers | boolean | Optional | Include 0-9? (Default: true). |
| symbols | boolean | Optional | Include !@#$%...? (Default: true). |
Example Usage
javascript
Successful Response
json