🔼Generate passphrase

Generate passphrase

This can be generated to encrypt the wallet's private keys and other sensitive information. This encryption secures the wallet contents, making it inaccessible without the passphrase.

Generate passphrase

GET /api/Utility/Generate-passphrase

Returns the passphrases in full

Query Parameters

NameTypeDescription

max*

Integer

Number of words to be generated

Headers

NameTypeDescription

Content-Type*

application/json

application in JSON format

Base URL: https://kakromnilayer.io

Wallet passphrase with Javascript SDK

Liaas SDK package installation

/** 
 * Returns passphrase of specified length
 **/
 
 
 //pass your API key, wallet name, and the encrypted key
const response = await liaasSdk.generatePassphrase(max);

Last updated