tbvdm / sigtop

Export messages from Signal Desktop
Other
251 stars 9 forks source link

How to use the exported kay to connect with sqllite #58

Open barsifedron opened 1 day ago

barsifedron commented 1 day ago

Hi.

Probbaly the wrong spot to write this question and a bit out of scope with the project.

But once one used sigtop export-key

Is there a way to use thsi key with DB browser for sql lite?

If yes, would you have any tips on how to do that?

tbvdm commented 1 day ago

Probbaly the wrong spot to write this question and a bit out of scope with the project.

It's a good question and this is the right place to ask.

Is there a way to use thsi key with DB browser for sql lite?

No, you need a different key for that. Currently export-key is intended to be used in conjunction with the -k option of the other commands. But I'll add an option to export the database key itself, which is the key you want.

barsifedron commented 1 day ago

Thanks a lot!