-
Notifications
You must be signed in to change notification settings - Fork 37
Update openssl command to follow recommandation
#3
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
Conversation
|
@darKitty oops, I thought this was an issue before. This PR looks good. Would you mind making another small change while you are here? Can you update: To use the same format as decrypt for the out file. Just change |
|
Done ❤️ :) |
|
So I assume if you've encrypted a file previously, and then you update to this version using |
|
Let me check if it work to decrypt a file encrypt without this parameter. |
|
It is not a breaking change. I try to encrypt without and decrypt with, and I get back the same origin file :) |
|
@darKitty actually what version of OpenSSL is required to support this flag? I am getting: I am running: |
|
I'm using |
|
@tete2soja I just merged this into a release On macOS using OpenSSL |
|
No errors here. 2.2.0 working fine.
|
Hello,
openssl recommand to use a derivation function for encryption with password.
You can found the documentation about PBKDF2 here : https://en.wikipedia.org/wiki/PBKDF2 and https://www.openssl.org/docs/manmaster/man1/openssl-enc.html
Thanks for the script. It's really useful 😃