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.
/api/Utility/Generate-passphrase Generate passphrase Returns the passphrases in ful
Parameters | Header | ||
---|---|---|---|
Query | max* | Integer | Number of words to be generated |
Header | Content-Type* | application/json | application in JSON format |
Responses | |
---|---|
200: OK | Success! Wallet information retrieved |
Base URL: https://kakromnilayer.io
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);
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article