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

Stopped working on Atom 1.41.0 #5

Open
hykilpikonna opened this issue Nov 12, 2019 · 1 comment
Open

Stopped working on Atom 1.41.0 #5

hykilpikonna opened this issue Nov 12, 2019 · 1 comment

Comments

@hykilpikonna
Copy link

I've always been using this plugin since a year ago, but after a recent Atom update, it stopped working. When I'm trying to open any encrypted file, it prompts password error all the time, and it's not that I'm just inputting the password incorrectly. I'm sure that the password is correct, and I tried copying and pasting the password, but nothing worked. After that, I also tried creating a testing file to see if encryption works or not, but encryption failed too: when I tried to use cmd+S to save it, nothing happened, and when I tried to close the window and hit save, it prompted 'Error: undefined' (shown in image 2 below).

image
image

@acidicchip
Copy link

acidicchip commented Feb 18, 2021

To fix this, open
Windows: %userprofile%\.atom\packages\bombe\encryption.coffee
Linux/Mac: ~/.atom/packages/bombe/encryption.coffee
and replace both instances of aes192 with aes-256-cbc

You may need to rollback to 1.40.1 to decrypt everything, then apply the fix and re-encrypt.

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