Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 

README.md

Overview

This application can decrypt backups produced by Wire for iOS using the correct password.

After applying, you get a zip-compressed file containing several other files. The most interesting one are sqlite-databases.

Compiling

For compiling you need the meson build system, ninja, a good c++-compiler and libsodium installed with its headers.

In the source directory run:

meson build && cd build && ninja

You get the executable named "decrypt".

On MacOS the default clang compiler does not support std::any, which was introduced in c++17. At least the headers cannot be found. As a workaround you can install gcc (e.g. with homebrew) and run

CXX=g++-8 meson build && cd build && ninja

About

Decrypt wire for iOS backups files

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.