v1
latestOpenAPI 3.0.02026-07-246171,3332.1 MBv2
post/derive-key
Request body
accessibilitystring
for personal password manager
algstring required
Kdf algorithm
hash-functionstring
HashFunction the hash function to use (relevant for pbkdf2)
iterinteger required
IterationCount the number of iterations
jsonboolean
Set output format to JSON
key-leninteger required
KeyLength the byte length of the generated key
meminteger
MemorySizeInKb the memory paramter in kb (relevant for argon2id)
namestring required
Static Secret full name
parallelisminteger
Parallelism the number of threads to use (relevant for argon2id)
saltstring
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
tokenstring
Authentication token (see /auth and /configure)
uid-tokenstring
The universal identity token, Required only for universal_identity authentication
Response
DeriveKeyResponse wraps response body.
Keystring
Saltstring