I have a backup which suffers from the Bad MAC issue. This tool can decrypt it and stores all the various bits of information.
I did have to fix one thing. __handle_statement was trying to create a table called sqlite_sequence so I special excepted it out. Apparently in my version of sqlite (Ubuntu 18.04) it's a special value.
What I need now is the ability to repack the information I have to reconstruct a clean backup. This looks like it should be possible to do, but I'd like to hear your expertise on if you think this is even possible.
I have a backup which suffers from the Bad MAC issue. This tool can decrypt it and stores all the various bits of information.
I did have to fix one thing.
__handle_statementwas trying to create a table calledsqlite_sequenceso I special excepted it out. Apparently in my version of sqlite (Ubuntu 18.04) it's a special value.What I need now is the ability to repack the information I have to reconstruct a clean backup. This looks like it should be possible to do, but I'd like to hear your expertise on if you think this is even possible.