whatsapp-viewer icon indicating copy to clipboard operation
whatsapp-viewer copied to clipboard

Suggestion: Encrypt Whatsapp database

Open edwa opened this issue 4 years ago • 2 comments

Add feature for encrypt msgstore.db or messages.decrypted.db to msgstore.db.crypt12.

sugestion

All My chat history in /sdcard/Whatsapp/Databases/ is corupted but I can read msgstore.db (in /data/data/com.whatsapp/databases/) with Whatsapp-Viewer. If Whatsapp-Viewer can encrypt msgstore.db to msgstore.db.crypt12 we can copy that file to /sdcard/Whatsapp/Databases/. And when reinstall Whatsapp maybe WA can restore that file.

*other link like my problem https://forum.xda-developers.com/showpost.php?p=78571368&postcount=3

Thankyou

edwa avatar Aug 08 '19 20:08 edwa

It is quite difficult to combine backups and new state and have WA accept it. I'd welcome any attempt at this.

yoshimo avatar Aug 30 '20 11:08 yoshimo

To implement this, we need to find how the header and footer are constructed. See https://stackoverflow.com/questions/55948189/how-to-generate-the-header-and-footer-for-whatsapps-crypt12-format

DurandA avatar Apr 04 '21 21:04 DurandA