0

I'm trying to decrypt my whatsapp password using a tutorial, but got stuck at the step for compiling wa_pbkdf2.c. I pasted the code at Pastebin Untitled.

I tried in on my Ubuntu laptop, but it said

Fatal Error: openssl/509.h No such file or directory

I have OpenSLL installed but somehow the compiler can't find it. Any ideas how to compile it?

jww
  • 97,681
  • 90
  • 411
  • 885
  • Please post the relevant code here if you can. – hoodaticus Feb 01 '17 at 21:30
  • 1
    That C# code looks and sounds suspiciously like C to me... You might want to swap the tag. – Luke Joshua Park Feb 01 '17 at 21:31
  • The amswer to *"Fatal Error: openssl/509.h No such file or directory"* is to install the developer packages. If you only install `openssl`, then you only get the binaries and shared objects. To get the headers like `openssl/509.h`, you need the dev package. It applies to other libraries as well. – jww Feb 02 '17 at 02:31
  • @jww Are they still called openssl/509.h? Or something like openssl-dev/509.h? –  Feb 03 '17 at 06:53
  • @coolnickname - No, I believe OpenSSL calls it ``. – jww Feb 03 '17 at 11:45

0 Answers0