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

Why do I only need to enter the password once when extracting the same encrypted zip file multiple times, even though I don't save the password in keka? #1347

Open
leesa666 opened this issue Oct 14, 2023 · 1 comment
Assignees
Milestone

Comments

@leesa666
Copy link

Keka version: 1.3.5 (5269)
macOS version: 14.0 (23A344)

I didn't save the password in keka, but keka can still extract the same encrypted zip file, just like in the video, why?

1.mov

I'm not sure if this is a feature of keka or a bug, because when I use other apps to extract encrypted zips, even the same file requires me to enter the password every time.

@aonez
Copy link
Owner

aonez commented Oct 14, 2023

Hi @leesa666,

This is indeed a feature. The last used password is temporarily stored in Keka's current session memory, not written or saved permanently anywhere.

While there's no option in the Preferences to enable or disable this feature you can do it by executing this command in the Terminal.app. Keka needs to be restarted to reload this option:

defaults write com.aone.keka ReusePassword 0

Just replace the 0 with a 1 to reenable the feature.

@aonez aonez added this to the How-to milestone Oct 14, 2023
@aonez aonez changed the title [BUG]Why do I only need to enter the password once when extracting the same encrypted zip file multiple times, even though I don't save the password in keka? Why do I only need to enter the password once when extracting the same encrypted zip file multiple times, even though I don't save the password in keka? Oct 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants