Hacker News new | ask | show | jobs
by bungle 1108 days 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.