Services/Sync/Developer/StorageFormat: Difference between revisions

m
(→‎Version 2: clarify hmac)
Line 92: Line 92:
! hmac
! hmac
| string
| string
| SHA256 HMAC of the <tt>ciphertext</tt> with a key of the base64 decrypted symmetric key -- the same key used to decrypt the <tt>ciphertext</tt>
| SHA256 HMAC of the <tt>ciphertext</tt> and the same symmetric key used to encrypt the <tt>ciphertext</tt>, encoded as a base-16 (hex) string.
|}
|}


11

edits