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

openssl: WARNING : deprecated key derivation used. Using -iter or -pbkdf2 would be better. #169

Closed
njfamirm opened this issue Jul 11, 2023 · 2 comments

Comments

@njfamirm
Copy link

hi
when I'm update openssl to latest

λ openssl version
LibreSSL 3.3.6
λ transcrypt --version
transcrypt 2.2.3

and when I'm use transcrypt, have this warning in cli

*** WARNING : deprecated key derivation used.
Using -iter or -pbkdf2 would be better.

how can fix this?

https://www.phind.com/search?cache=2644031a-8c01-4f24-8ba8-60bdc30e9aba

@njfamirm
Copy link
Author

please help me!

@jmurty
Copy link
Collaborator

jmurty commented Jul 16, 2023

Hi @njfamirm the warning message is from OpenSSL, you can ignore those messages because transcrypt will still work fine. It just isn't using the strongest encryption algorithm it could.

This is a known issue. Removing those warnings requires a new encryption approach to use the PBKDF2 algorithm, which we are working on, but slowly. See related issues #55, #59, #134 and a few pull requests where we are working on it.

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