Talk:Services/Sync/SimplifiedCrypto: Difference between revisions

Line 11: Line 11:


* What is the value of HMAC_INPUT?
* What is the value of HMAC_INPUT?
** [http://hg.mozilla.org/services/fx-sync/file/37150bc0bf62/services/sync/modules/constants.js source]
** it is the string "Sync-AES_256_CBC-HMAC256"
* what is enc + HMAC_INPUT + u + "\x02"? (enc is a byte array, the others are strings)
* what is enc + HMAC_INPUT + u + "\x02"? (enc is a byte array, the others are strings)