We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If an iOS client enables end-to-end encrypted backups, the chats are not stored in device backups anymore, but only in iCloud.
From a Mac it's very convenient to access the encrypted iCloud backup at
/Users/filippo/Library/Mobile Documents/57T9237FN3~net~whatsapp~WhatsApp/Accounts/XXXXXXXXXXXXX/backup/ChatStorage.sqlite.enc
I imagine this can be decrypted with the 64 character E2E key. It would be nice to add support to WhatsApp-Chat-Exporter.
The text was updated successfully, but these errors were encountered:
You mean iCloud Advanced Data Protection or the WhatsApp built-in E2E encryption?
Sorry, something went wrong.
ADP is transparent from a macOS client. ChatStorage.sqlite.enc is encrypted by WhatsApp's built-in E2E encryption.
Thanks! Will look into it when I have access to Mac.
I'd love this as well!
@FiloSottile, did you find some solution here? And how can you find the WhatsApp encryption key to use to read this file?
No branches or pull requests
If an iOS client enables end-to-end encrypted backups, the chats are not stored in device backups anymore, but only in iCloud.
From a Mac it's very convenient to access the encrypted iCloud backup at
I imagine this can be decrypted with the 64 character E2E key. It would be nice to add support to WhatsApp-Chat-Exporter.
The text was updated successfully, but these errors were encountered: