signal_for_android_decryption icon indicating copy to clipboard operation
signal_for_android_decryption copied to clipboard

An (unofficial) tool which decrypts backup files produced by the Signal Android app.

Results 3 signal_for_android_decryption issues
Sort by recently updated
recently updated
newest added

Hello, I was testing your tool but I think there is some problem with the extraction of attachments. I have a > 800MB backup, I do not know how many...

Getting the error "google.protobuf.message.DecodeError: Error parsing message" in line 152 in `decrypt_frame` (`return BackupFrame.FromString(frame_bytes)`) when trying to decrypt a backup. The backup was generated a few weeks ago, using the...

Traceback (most recent call last): File "signal_for_android_decryption-main/decrypt_backup.py", line 39, in from Backups_pb2 import BackupFrame, qlStatement # type: ignore File "/cygdrive/c/Users/Robert/Downloads/signal_for_android_decryption-main/Backups_pb2.py", line 21, in _SQLSTATEMENT = DESCRIPTOR.message_types_by_name['SqlStatement'] AttributeError: 'NoneType' object has...