Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FR] Support for Encrypted containers #8

Open
Kein opened this issue Dec 25, 2023 · 1 comment
Open

[FR] Support for Encrypted containers #8

Kein opened this issue Dec 25, 2023 · 1 comment

Comments

@Kein
Copy link

Kein commented Dec 25, 2023

It looks like no known file format is compatible with -EncryptionKeys=<KeyFile>
Neither the dummy that ZT itself generates:

"EncryptionKey":{"Name":null,"Guid":null,"Key":null},"SigningKey":null,"bEnablePakSigning":false,"bEnablePakIndexEncryption":false,"bEnablePakIniEncryption":false,"bEnablePakUAssetEncryption":false,"bEnablePakFullAssetEncryption":false,"bDataCryptoRequired":true,"PakEncryptionRequired":true,"PakSigningRequired":true,"SecondaryEncryptionKeys":null}

Nor the UnrealPak one:

https://raw.githubusercontent.com/allcoolthingsatoneplace/UnrealPakTool/master/Crypto.json

LogIoStoreTools: Warning: Failed to parse string 'EncryptionKey' as a valid Guid for encryption key
LogIoStoreTools: Warning: Failed to parse string 'SigningKey' as a valid Guid for encryption key
LogIoStoreTools: Warning: Failed to parse string 'bEnablePakSigning' as a valid Guid for encryption key
LogIoStoreTools: Warning: Failed to parse string 'bEnablePakIndexEncryption' as a valid Guid for encryption key
LogIoStoreTools: Warning: Failed to parse string 'bEnablePakIniEncryption' as a valid Guid for encryption key
LogIoStoreTools: Warning: Failed to parse string 'bEnablePakUAssetEncryption' as a valid Guid for encryption key
LogIoStoreTools: Warning: Failed to parse string 'bEnablePakFullAssetEncryption' as a valid Guid for encryption key
LogIoStoreTools: Warning: Failed to parse string 'bDataCryptoRequired' as a valid Guid for encryption key
LogIoStoreTools: Warning: Failed to parse string 'PakEncryptionRequired' as a valid Guid for encryption key
LogIoStoreTools: Warning: Failed to parse string 'PakSigningRequired' as a valid Guid for encryption key
LogIoStoreTools: Warning: Failed to parse string 'SecondaryEncryptionKeys' as a valid Guid for encryption key
@narknon
Copy link
Contributor

narknon commented Dec 25, 2023

What about the format in the readme?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants