xeals / signal-back

Decrypt Signal encrypted backups outside the app
Apache License 2.0
704 stars 67 forks source link

No way to determine conversation address for media #36

Open Fmstrat opened 6 years ago

Fmstrat commented 6 years ago

With the export only supplying the datetime in the filename, there is no way to determine which conversation the media was a part of.

Detailed description

Pretty straight forward, files are named as:

1522082357628.gif

When it would be better if they used <address>_<date>.<ext> such as:

+15555555555_1522082357628.gif

Full relevant output

n/a

xeals commented 5 years ago

This is doable and I can have it working, but after playing with it a bit I'd like a more solid foundation for it. Definitely coming.