top | item 36194430

(no title)

bungle | 2 years ago

You need to get the 256 bit key (probably represented as 32 bytes in your computer's memory - usually crypto random bytes, e.g. key derivation like HKDF). Not sure how Zoom exactly does it, but it is likely that this key is rotated frequently. You might need associated authenticated data too (or AAD) to be sure that you got decryption right.

discuss

order

No comments yet.