Skip to content
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.

Warning from openssl about deprecated key derivation prevents encrypt/decrypt #23

Open
ghost opened this issue Feb 9, 2019 · 1 comment

Comments

@ghost
Copy link

ghost commented Feb 9, 2019

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.

@ghost ghost mentioned this issue Feb 9, 2019
@mediaupstream
Copy link
Owner

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant