|
|
|
|
|
by pseudohadamard
98 days ago
|
|
TFA says it all in the first sentence describing the problem: The Bug
Mode 4 uses AES-256 in ECB mode ...
ECB is the least secure encryption mode you can use, the one that's warned against in every beginner text. Seeing this is a bit like seeing "We vibe-coded our firewall in PHP...", it's pretty much a written guarantee that the rest of it will be a catalogue of wrong.They did use AES-256 though, because using keys that go to 11 for your insecure encryption looks good in the marketing materials. |
|