Services/Sync/Developer/StorageFormat: Difference between revisions

Jump to navigation Jump to search
Line 73: Line 73:


== Changes from v1 -> v2 ==
== Changes from v1 -> v2 ==
There is only one field, <tt>keyring</tt>, in the <tt>payload</tt> now that <tt>bulkIV</tt> is removed.
The <tt>keyring</tt> object still has field entries of the key to decrypt the wrapped symmetric key, but instead of the wrapped key being the value of the field, it is now an object with two fields: <tt>wrapped</tt> and <tt>hmac</tt>. The wrapped symmetric key from v1 is now the value of <tt>wrapped</tt>. The <tt>hmac</tt> can be used to verify that the wrapped key has not been tampered with.


== Version 1 ==
== Version 1 ==
383

edits

Navigation menu