/sigkill

Cross-platform decryption and export utility for Signal Desktop

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

sigkill

Cross-platform decryption and export utility for Signal Desktop

Preqrequisites

You might need to compile pysqlite3 from source. See this on GitHub answer for more information.

Using in scripts

Dumping is easy enough:

from sigkill import SigKill

# create an instance of SigKill
sk = SigKill()

# dump the database
sk.dump()

See examples directory for more examples.

Reference material

Checkout references directory for more reading about Signal forensics.