Skip to content
New issue

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

Can this program be made working with encrypted iOS backups? #39

Open
johangroenewold opened this issue Mar 29, 2021 · 1 comment
Open
Labels

Comments

@johangroenewold
Copy link

So, I have this kind-of specific situation. I have an iPhone from my employer and it has Remote Management enabled to force employees to set strong passwords and such. However, this 'security feature' also prevents my Mac from creating unencrypted back-ups, stating the administrator won't allow backups without encryption.

Is there a way to make this tool work with encrypted backups, of course providing the user knows the actual password used for encryption?

@residentsummer
Copy link
Owner

Hi, @johangroenewold !

Short answer

Yes

Long answer

This tool operates on whatsapp database file, pulled from the backup, the rest of the instruction is just how to extract it and put the modified version back. Instead of doing this by hand with console commands (and for free :) ), you can use one of the available iOS backup tools that support encryption. There are some that can read files, not sure about writing.

Also, if you have some programming skills, you can try to use some of the free tools that can work with encrypted iOS backups from other members of github community :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants