-
-
Notifications
You must be signed in to change notification settings - Fork 501
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
DietPi-Software | GLOBAL_PW: OpenSSL key decrypt deprecated key derivation #2213
Comments
It should warning the user and let the user to make the decision. please help to give the ordinary user, like me, a way to migrate to new version. |
@sfetome Also the issue is currently visual only here, so decrypting works still well, just the warning is annoying. EDITAh sorry found your post in the OpenSSL-side issue, so I guess you don't use DietPi or even Debian as OS? |
Had another look into this:
The problem is that the above options are not yet available in Stretch (and Jessie). So this has to be implemented for Buster only. Other things we can do:
Aside from that Finally:
|
PR merged: #2625 |
@MichaIng |
openssl enc -base64 -d -aes-256-cbc -nosalt -pass pass:XXX
seems to use some deprecated method. But I don't know enough to solve this. Simply adding/replacing the provided arguments does not work, lead to error or bad output. I guess encryption needs to be adjusted as well?Not urgent, since this shows up on Debian Buster (testing) only, but should be easy to fix, if one knows how to use openssl 😉.
The text was updated successfully, but these errors were encountered: