name
label
description
image
AES256-GCM
keys used to encrypted and decrypt user data. Data Encryption Keys are stored in the Keystore encrypted with the Key Encryption Key.AES256-GCM
key, but the serialization format of encrypted data used in the Meeco platform allows for adding new encryption algorithms without breaking backwards compatibility.https://sandbox.meeco.me/keystore
endpoint.PBKDF2
key. To generate or re-generate this key, a passphrase and derivation artefacts are required. Derivation artefacts include:Number of iterations
and Derived key length
are static and the Salt is pulled from the Secret Key.username
is generated by the serversalt
is a 256 bit randomly generated key, which is base58 encoded and has a hypen (-
) at each 6th character.name
property. Each Slot has a name
, a label
, and a value
. Note that the API does not return the value
property, but encrypted_value
. The API will not allow storing any unencrypted data in either value
or encrypted_value
.key_value
bool
date
datetime
image
url
phone_number
email
password
attachment
key_value
should be the default type used.https://sandbox.meeco.me/vault
endpoint.