Skip to content
Open

Jaqu #16

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# WhatsApp Crypt12 Database Decrypter
Decrypts WhatsApp msgstore.db.crypt12 files.
# WhatsApp Crypt12 Base Decrypter
Descripcia los archivos WhatsApp msgstore.db.crypt12.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Juan


###### Usage:
###### Uso:

python decrypt12.py key msgstore.db.crypt12 msgstore.db
java -jar decrypt12.jar key msgstore.db.crypt12 msgstore.db
python decrypt12.py key msgstore.db.crypt12 msgstore.db
java -jar decrypt12.jar key msgstore.db.crypt12 msgstore.db

###### Requirements:
###### Requisitos:

Python 2.x or 3.x with pycrypto and pycryptodome packages installed or Java.
Python 2.x o 3.x con paquetes pycrypto y pycryptodome instalados o Java.

###### Credits:
Author: TripCode
###### Créditos:
Autor: TripCode