c-jwt-cracker icon indicating copy to clipboard operation
c-jwt-cracker copied to clipboard

Cannot initialize the default message digest sha256, aborting no working

Open ffpepwowa opened this issue 3 years ago • 1 comments

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

ffpepwowa avatar Jan 06 '22 07:01 ffpepwowa

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

Levak avatar May 13 '22 17:05 Levak