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

--ssl-decrypt prints warning of depricated keyderivation used #322

Closed
zero-pytagoras opened this issue Feb 20, 2024 · 0 comments · Fixed by #323
Closed

--ssl-decrypt prints warning of depricated keyderivation used #322

zero-pytagoras opened this issue Feb 20, 2024 · 0 comments · Fixed by #323

Comments

@zero-pytagoras
Copy link
Contributor

Hello,
I have issue with makeself 2.5.0 while using --ssl-encrypt flag.
When ever I am creating the package with makeself I am getting error from openssl:

Decrypting and uncompressing ogun utility
         0% *** WARNING :  deprecated key derivation used.
Using -iter or -pbkdf2 would be better.
   100%
skip
...

I am working with :

  • RockyLinux 8.9
  • Kernel 5.18
  • Openssl version 1.1.1k FIPS 25 Mar 2021

the command that I am using to generate package is:

makeself.sh --nocomp --nomd5 --lsm /path/to/file.lsm --tar-quetly --notemp --nooverwrite --ssl-encrypt --ssl-passwd "SUPER_HARD_PASSWORD"  /path/to/my/project source_file 'my custom message' ./install.sh

anyone had this issue ?

@megastep megastep linked a pull request Feb 21, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant