wforensic
wforensic copied to clipboard
stopped working
Hey, used it a couple of month ago. Tried it again today and it stopped working. I'm not sure if this is a django or whatsapp related problem. Whatsapp database structure changed slightly.
Here's my logfile: http://pastebin.com/E6NteNDq
Same here.
[i] Setting AES key....... OK
[+] Decrypting msgstore-2015-04-19.1.db.crypt8 (msgstore-2015-04-19.1.db8) -> 6296144 Bytes
Traceback (most recent call last):
File "tools/encryption.py", line 228, in <module>
work_dir(args.dir, args.output)
File "tools/encryption.py", line 166, in work_dir
work_file( filename, dest )
File "tools/encryption.py", line 132, in work_file
ptext.write(aes.decrypt(block))
File "/usr/lib/python2.7/dist-packages/Crypto/Cipher/blockalgo.py", line 295, in decrypt
return self._cipher.decrypt(ciphertext)
ValueError: Input strings must be a multiple of 16 in length
did anybody find a solution to this?
Something similar here: [i] Setting AES key....... OK
[+] Decrypting msgstore.db2019XIAOMI.crypt12 (msgstore.db2019XIAOMI12) -> 16 Byt86630640 Bytes
Traceback (most recent call last):
File "encryption.py", line 228, in