andreas-mausch / whatsapp-viewer

Small tool to display chats from the Android msgstore.db database (crypt12)
https://andreas-mausch.de/whatsapp-viewer/
MIT License
1.23k stars 381 forks source link

Tool usage for MacBook #148

Open Jamil226 opened 2 years ago

Jamil226 commented 2 years ago

How can i use this tool for my mackbook m1. Is there any way to decrypt crypt14 file.

1115414801 commented 2 years ago

How can i use this tool for my mackbook m1. Is there any way to decrypt crypt14 file.

use this tool if you just want to decrypt crypt14 file:https://github.com/ElDavoo/WhatsApp-Crypt14-Crypt15-Decrypter

gusbemacbe commented 2 years ago

How can i use this tool for my mackbook m1. Is there any way to decrypt crypt14 file.

use this tool if you just want to decrypt crypt14 file:https://github.com/ElDavoo/WhatsApp-Crypt14-Crypt15-Decrypter

It is exclusive of Windows.

1115414801 commented 2 years ago

How can i use this tool for my mackbook m1. Is there any way to decrypt crypt14 file.

use this tool if you just want to decrypt crypt14 file:https://github.com/ElDavoo/WhatsApp-Crypt14-Crypt15-Decrypter

It is exclusive of Windows.

No,I just used it in macbook. In macbook you just need download python3.7 and then run these in your terminal:

git clone https://github.com/ElDavoo/WhatsApp-Crypt14-Crypt15-Decrypter.git cd WhatsApp-Crypt14-Crypt15-Decrypter python -m venv venv source venv/bin/activate python -m pip install --upgrade pip python -m pip install -r requirements.txt

python ./decrypt14_15.py ./key ./msgstore.db.crypt14 ./msgstore.db

Jamil226 commented 2 years ago

Thank you so much for kind help.

On 27-May-2022, at 5:33 AM, Gustavo Reis @.***> wrote:

How can i use this tool for my mackbook m1. Is there any way to decrypt crypt14 file.

use this tool if you just want to decrypt crypt14 file:https://github.com/ElDavoo/WhatsApp-Crypt14-Crypt15-Decrypter https://github.com/ElDavoo/WhatsApp-Crypt14-Crypt15-Decrypter It is exclusive of Windows.

— Reply to this email directly, view it on GitHub https://github.com/andreas-mausch/whatsapp-viewer/issues/148#issuecomment-1139173182, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGFT5NYXZR2QY6YANH7T6ITVMAJ5DANCNFSM5UDYZESA. You are receiving this because you authored the thread.