-
-
Notifications
You must be signed in to change notification settings - Fork 240
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
Cannot unlock password-protected 7Z/ZIP #477
Comments
Hi! Can you share the password used in that file? Does it contain any
symbols?
|
Is this with the stable release (1.1.21) or the development build? |
Even if I just use lower case “test” it doesn’t work. My regular password
is more complex, and has numbers, but no symbols.
It appears to protect the file correctly, as I CAN un protect it and unlock
it on a PC. I can’t un-password protect it and get the the files to extract
using Keka. It sometimes happens on zip files if I choose AES, but less
often, but always on 7z.
This is a new bug and never used to happen, as I have used this app for
over a year with zero issues.
Thanks so much for the fast response!!
|
@jman50 can you share a sample file that fails for you? |
I am at work right now and do not have any files, but will give them to you
later today when I get home.
1. I did a plain *.png that was on my macOS desktop.
2. I did a plain Word doc that had no contents in it - no text, no graphs,
no images, etc. It just says "test.docx". It zips correctly as IS openable
on Windows. It does not unzip correctly using Keka on a mac. This is a new
bug that did not used to happen. It is more consistent on 7z files than on
zip, but I have had it happen on zip also. The reason I did "test" was to
see if my regular Word doc was too complex, etc. However, even that just
has plain text with no images, no graphs, etc.
Not sure if that helps, but maybe it does.
I am super impressed with how fast you are at dealing with this. Thank you
so much for looking into this.
Also, I am just using the newest build that came down the pipe with
automatic updates on my computer. I don't manually update anything, it just
does it on its own in the middle of the night, if I have the computer
plugged in.
|
@jman50 can you share some sample file to reproduce this issue? |
Oh wow, I am so impressed by your email, as I forgot to send them.
I have taken a Word document and a .png file and attached them, but I can't
email the compressed files that I did with keka. The compressed files can
be un-extracted with the password on Windows, but I keep getting the popup
for the password showing up over and over again using kaka on the newest
macOS. Keka never used to do this.
Thank you so much for contacting me! If you have somewhere where I can
upload the .7z files, let me know.
|
You can compress that 7Z in ZIP and attach it to this ticket or use any
free upload service like
https://filebin.net.
|
Thanks for the link to files bin, as gmail blocked these from even being
attached, let alone sent.
Here is the URL:
https://filebin.net/b4zaxknryd4qahne
1. I compressed these using Keka on a Mac.
2. The password is "test" for both, all lowercase.
3. They do extract successfully using 7z in Windows 10.
4. I cannot get them to extract on Keka, but they used to do it just fine
(as I am sure I've mentioned). I just get the password dialog box
re-opening over and over.
Thank you so much for your efforts with me, even if you are not able to
reproduce this. I just recently upgraded to Catalina and I kind of wonder
if maybe that was it? As a note, my MacBook Pro was purchased almost one
year ago exactly.
|
ps: filebin.net is now blocked by Chrome and Safari safe browsing lists, maybe use another one |
I downloaded without any issue @gingerbeardman. @jman50 I’lo test those in a while. |
Ah, maybe my setup then, I use Adguard DNS. (so ignore me) |
@jman50 just tried in a Mojave installation (I don’t have a Catalina at hand right now) and extracted the files without issue. While I don’t have a Catalina to test (tomorrow), maybe you can try to reset the preferences of Keka: |
both uncompress for me |
Are you on Catalina already? 🤔
|
I am having the same issue compressing to 7z format with a password. The password is not accepted. I am on Mac OS X Catalina. |
@aonez could this be App Translocation side-effect? |
I do not have this file or directory;
~/Library/Containers/com.aone.keka
because I do not even have a Containers folder. Perhaps this is the
problem? This app most definitely used to work 100% of the time, and I
can't remember when the password issue started, but I think around my
upgrade makes sense.
|
Both files extracted on macOS 10.15.1 Catalina. @jman50 can you enable the verbose mode, reproduce the issue and let me know what the Console.app says? Specifically you need to enable those: defaults write com.aone.keka DevLog -bool true
defaults write com.aone.keka DevLogReader -bool true @mikecarlson is your problem about extraction or compression? |
I still have the same issue.
But it totally works fine if unzipped with Keka |
@ShreeshaN as said in the first and last comments macOS does not support AES encryption. Fill a bug report with Apple if you want them to support it. Otherwise use ZIP without AES, that is supported. |
Just change your default archiver to Keka. This will resolve your problem. |
......我尝试了重现这个问题:
这个是我使用的压缩文件和系统日志 |
@CharlotteFallices so it compressed and extracted properly, right? |
Thanks for the solution. Whole evening trying passwords and saying to myself, "why is not working ?, I do not remember to change this password" BTW, If you are using terminal to open and extract 7z files with passwords, you can use this alias in your terminal
for example: keka myFileWithPassword.7z It will open keka by default and you won't get any problem with the extraction. |
Hello, I found this problem in the Big Sur release (macOS Big Sur 11.0 beta) Steps to reproduce:
Note: File successfully extracted from command prompt with I created archive with password 'test', you will can try extract with this password - https://filebin.net/b4zaxknryd4qahne (test-keka.7z) or you can try download file from direct link - https://filebin.net/b4zaxknryd4qahne/test-keka.7z P.S. File link expires from 1 week |
@m0zgen just updated the main issue to state that Big Sur supports AES encrypted ZIP files but still no support for AES encrypted 7Z files. Note this is not a new issue, simply they did not added support to AES 7Z in the upcoming Big Sur. Thanks for the feedback! |
I don't know if this the same issue or not. but came across a .zip file that is password protected with numbers only. |
@hazemfm can you share the file? here or at info@keka.io |
Solution is to set before unzipping the Keka as a default program to opening .7z files - the problem appears when the default app for .7z is "Archive utility" |
Solution
Keka password dialog:
Archive Utility password dialog:
Original issue
Steps to reproduce on macOS Catalina (
but happened before upgrade)Actual:
The password dialog keeps re-appearing over and over, and never extracts the file
The dialog box goes away and the file is extracted.
Thank you for looking into this.
The text was updated successfully, but these errors were encountered: