Hacker News new | ask | show | jobs
by perryflynn 420 days ago
No. They use a unique IV for each frame:

> Every Frame is using a unique IV (Initialization Vector), which ensures that the AES Block Cipher generates always different cipher texts and makes brute force harder. This works similar to a Password Salt.

1 comments

Oh thanks. I missed that. I guess that works pretty well too!