Talk:Services/Sync/SimplifiedCrypto: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with "== Deriving encryption and HMAC keys from the Sync Key == The hmac used is an SHA-256 HMAC. (A deep link to Utils.makeHMACKey() would be helpful here.)")
 
Line 1: Line 1:
== sync key representation ==
The sync key is represented to the user as:
X-XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
== Deriving encryption and HMAC keys from the Sync Key  ==
== Deriving encryption and HMAC keys from the Sync Key  ==



Revision as of 07:42, 4 December 2010

sync key representation

The sync key is represented to the user as:

X-XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

Deriving encryption and HMAC keys from the Sync Key

The hmac used is an SHA-256 HMAC.

(A deep link to Utils.makeHMACKey() would be helpful here.)