/derive-key

Body Params
string
Defaults to regular

for personal password manager

string
required
Defaults to pbkdf2

Kdf algorithm

string
Defaults to sha256

HashFunction the hash function to use (relevant for pbkdf2)

int64
required

IterationCount the number of iterations

boolean
Defaults to false

Set output format to JSON

int64
required

KeyLength the byte length of the generated key

int64
Defaults to 16384

MemorySizeInKb the memory paramter in kb (relevant for argon2id)

string
required

Static Secret full name

int64
Defaults to 1

Parallelism the number of threads to use (relevant for argon2id)

string

Salt Base64 encoded salt value. If not provided, the salt will be generated as part of the operation. The salt should be securely-generated random bytes, minimum 64 bits, 128 bits is recommended

string

Authentication token (see /auth and /configure)

string

The universal identity token, Required only for universal_identity authentication

Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
Footer Section