385
edits
| Line 72: | Line 72: | ||
! ciphertext | ! ciphertext | ||
| string | | string | ||
| | | Encrypted JSON-stringified Browser Object | ||
|- | |- | ||
! encryption | ! encryption | ||
| string | | string | ||
| | | Url of the crypto record containing the symmetric key to decrypt the <tt>ciphertext</tt> | ||
|- | |- | ||
! IV | ! IV | ||
| string | | string | ||
| | | Initialization vector used when decrypting the <tt>ciphertext</tt> | ||
|- | |- | ||
! hmac | ! hmac | ||
| string | | string | ||
| | | SHA256 HMAC of the ciphertext and key derived from the decrypted base64 symmetric key string that would be used to decrypt the <tt>ciphertext</tt> | ||
|} | |} | ||
| Line 92: | Line 92: | ||
! id | ! id | ||
| string | | string | ||
| | | The original id used when encrypting the payload to ensure the encrypted data is of the requested record | ||
|- | |- | ||
! deleted | ! deleted | ||
| boolean | | boolean | ||
| | | Set to true if this record represents a "delete" action | ||
|} | |} | ||
edits