Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/31/14 in Posts

  1. How to Decrypt WhatsApp crypt7 Database Messages: (commands below are run from a linux enviroment) Extract Key File: /data/data/com.whatsapp/files/key Extract crypt7 file: /sdcard/WhatsApp/Databases/msgstore.db.crypt7 Extract Decryption Keys from "key" file extracted in step 1: 256-bit AES key: hexdump -e '2/1 "%02x"' key | cut -b 253-316 > aes.txt IV (initialisation vector): hexdump -e '2/1 "%02x"' key | cut -b 221-252 > iv.txt Strip Header in crypt7 File: dd if=msgstore.db.crypt7 of=msgstore.db.crypt7.nohdr ibs=67 skip=1 Note: Size of header stripped file in bytes must be divisible by 16 Decrypt crypt7 File: openssl enc -aes-256-cbc -d -nosalt -nopad -bufsize 16384 -in msgstore.db.crypt7.nohdr -K $(cat aes.txt) -iv $(cat iv.txt) > msgstore.db
    1 point
  2. Salut, Folositi voucherul PERKS20 pentru a beneficia de oferta. Se livreaza in Romania fara probleme prin DHL Express va ajunge acasa/la munca/pe plaja si in gaura de sarpe va gasesc astia. Nu sunt taxe vamale sau alte costuri. Nu ratati ocazia. Succes. L.E. Oferta valabila doar astazi pana la ora 2 noaptea.
    -1 points
×
×
  • Create New...