-
Notifications
You must be signed in to change notification settings - Fork 21
Error: Wrong Password? #25
Comments
Are you able to use openssl from the command line? What is the output of running
in your terminal? Also, what is the output of running
|
Hi Derek, thanks for the plugin. |
Thanks @jayknyn i'll try to reproduce with those settings and see if I can get an idea why it happens. Are you using Linux or Mac? |
These settings were from a Mac (mojave).
I've come across another issue about encrypting/decrypting from Sublime on
Mac and Linux. I'll open another ticket for that.
…On Mon, Aug 26, 2019 at 4:21 PM Derek Anderson ***@***.***> wrote:
Thanks @jayknyn <https://github.com/jayknyn> i'll try to reproduce with
those settings and see if I can get an idea why it happens. Are you using
Linux or Mac?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#25?email_source=notifications&email_token=AK464TQWIGPBQPGO2PXPTCTQGRCMXA5CNFSM4ILJBO7KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5FXBUQ#issuecomment-525037778>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AK464TXT3FA32YCZFSEJJ63QGRCMXANCNFSM4ILJBO7A>
.
|
Version is
Again, same as I had previously stated when I opened the issue, standard location: $ /usr/bin/openssl |
Just out of pure curiosity, decided to try on some Mac's. I just tried this on two Mac machines, both running on up-to-date dev channel 3208 RC: The first is and the other running Mojave with identical settings to @jayknyn Resulting in:
|
Thanks for checking @DOSputin I've reverted the last few commits which should fix the issue, can you confirm? (You might need to uninstall / reinstall the plugin) |
@mediaupstream What commits did you revert to fix this? I think this change may have broken decryption for one of my files. |
@evhub this was the PR that I reverted: https://github.com/mediaupstream/SublimeText-Crypto/pull/24/files I just pushed up a change that may have been causing the issue, if you want to reinstall the plugin and try decrypting again. It's possible that you encrypted your files while the changes from the reverted PR were in the codebase, resulting in your files being encrypted using If that's true, you could always drop down into openssl and manually decrypt your files using openssl enc -d -pbkdf2 -aes128 -base64 -pass "password here" -in encrypted-file.zip -out decrypted-file.zip you would need to change the cypher to match what you have in your settings (if, for exmaple you switched from the default of |
Please let me know if that worked, or if I can help in any other way |
@mediaupstream I already had the change you just pushed on my local branch. I tried using |
are you sure that you used openssl enc -d -aes128 -base64 -pass "password here" -in encrypted-file.zip -out decrypted-file.zip |
also, ensure there are no extra trailing spaces or missing characters in your encrypted file |
Same as closed issue #16
I'm on Arch Linux (manjaro) / Subl 3.2.1 build 3207, and same Same issue.
Error: Wrong Password?
Path to
openssl
is the standard/usr/bin/openssl
Any idea what could be the issue?
Went looking for logs, but didn't find anything.
The text was updated successfully, but these errors were encountered: