panzi/rust-u4pak

Decryption for v2-v4 is broken

Closed this issue · 1 comments

There seems to be a problem with the encryption for version 2 - 4.

UnrealPak takes a aes128 key for encrypting files. Currently we only support aes256.

Old versions also use aes256. The error was caused by the way the encryption key was read while creating example files.