getSecretPassphrase
Retrieve a secure, randomly generated passphrase using a JSON-RPC 2.0 interface in Node.js. Ideal for creating unique and memorable credentials for authentication or application security.
Instructions
Whats the password?
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {},
"required": [],
"type": "object"
}