Aug. 3, 2026
5:55 p.m.
Games like Forza Motorsport imports an AES-128 key, sets the initialization vector with `BCryptSetProperty()` and then calls `BCryptDecrypt()` with a NULL pbIV. `set_key_property()` rejects the property with STATUS_NOT_IMPLEMENTED, so the game never decrypts any of its content. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/11561