You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.
Thanks for this! One way we could make this more user friendly is to try the decryption first using pbkdf2 and if it fails remove the flag and try again. That way existing users wouldn't have to update their settings (setting pbkdf2 to False)
If I have time i'll implement this I think
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
With the latest openssl, a warning is output that is detected as an error by the plugin, preventing normal operation.
I had put in a PR to simply add the -pbkdf2 flag which is a "dirty fix" for this but would break decryption for current files. See here.
I'm creating this issue for visibility, but plan to submit a better PR soon, per comments there.
The text was updated successfully, but these errors were encountered: