Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.4 KB

DeriveKey.md

File metadata and controls

20 lines (16 loc) · 1.4 KB

akeyless.DeriveKey

Properties

Name Type Description Notes
accessibility String for personal password manager [optional] [default to 'regular']
alg String Kdf algorithm [default to 'pbkdf2']
hashFunction String HashFunction the hash function to use (relevant for pbkdf2) [optional] [default to 'sha256']
iter Number IterationCount the number of iterations
json Boolean Set output format to JSON [optional] [default to false]
keyLen Number KeyLength the byte length of the generated key
mem Number MemorySizeInKb the memory paramter in kb (relevant for argon2id) [optional] [default to 16384]
name String Static Secret full name
parallelism Number Parallelism the number of threads to use (relevant for argon2id) [optional] [default to 1]
salt 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 [optional]
token String Authentication token (see `/auth` and `/configure`) [optional]
uidToken String The universal identity token, Required only for universal_identity authentication [optional]