-
-
Notifications
You must be signed in to change notification settings - Fork 272
Closed
Description
Configuration
- Keka version: 1.3.8-r5320 (WEB) (Sandboxed) (en-GB)
- macOS version: 14.4.1 (Build 23E224) (arm64)
Describe the bug
Trying to compress little files with ZIP output using password (256 zip).
The password length is base64 148 characters using this format: Word---Word---Word (till 148 characters).
To Reproduce
Steps to reproduce the behavior:
- Go to 'Keka' and set zip output (tick "Use AES 256 encryption) + Slow compression.
- Tick "Exclude Mac resource forks".
- Tick "Verify compression integrity".
- Use long password (148 characters, or even 49 characters...).
- Drag & drop the folder (7 small items) on Keka.
- Error.
Expected behavior
Keka should compress.
Screenshots
None.
Additional context
Changing the source folder doesn't change anything.
It looks like the problem is the password length.
Do we have a maximum password length? Please specify if it's the case.