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

Cannot initialize the default message digest sha256, aborting no working #22

Open
ffpepwowa opened this issue Jan 6, 2022 · 1 comment

Comments

@ffpepwowa
Copy link

root@ubuntu:/home/ubuntu/ctf/c-jwt-cracker# ./jwtcrack eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWV9.cAOIAifu3fykvhkHpbuhbvtH807-Z2rI1FS3vX1XMjE
Cannot initialize the default message digest sha256, aborting

@Levak
Copy link

Levak commented May 13, 2022

Since OpenSSL 1.0.2o
Add OpenSSL_add_all_algorithms(); anywhere in main.c before the call to EVP_get_digestbyname.

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