Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Error while decrypting the ciphertext provided to safeStorage.decryptString. #7005

Open
2 tasks done
assarbad opened this issue Sep 2, 2024 · 39 comments
Open
2 tasks done
Labels

Comments

@assarbad
Copy link

assarbad commented Sep 2, 2024

Using a supported version?

  • I have searched searched open and closed issues for duplicates.
  • I am using Signal-Desktop as provided by the Signal team, not a 3rd-party package.

Overall summary

Signal desktop reports:

Database startup error:

Error: Error while decrypting the ciphertext provided to safeStorage.decryptString.
    at getSQLKey ([REDACTED]\app\main.js:1268:39)
    at initializeSQL ([REDACTED]\app\main.js:1317:11)
    at App.<anonymous> ([REDACTED]\app\main.js:1538:20)

App Version: 7.22.2
OS: win32

Steps to reproduce

No idea. For me it happens every other start since a few versions ago

Possibly of interest, given the error message: this is on a system where the DPAPI is defunct (Microsoft ticket has been pending for ages, they can't seem to find the root cause). DPAPI is the lowest-level Win32 API with only the NT native API being lower-level used to store and retrieve encrypted secrets such as credentials (used by Edge, Chrome etc. as well as by Credential Manager).

Expected result

I'd expect it simply to run and perform as it did a few versions back.

Actual result

Error message with the option to delete the database and start over (again: this happens every other start of the app without exaggeration).

Screenshots

image

Signal version

7.22.2

Operating system

Windows 10 22H2 (up-to-date)

Version of Signal on your phone

7.15.4

Link to debug log

No response

@assarbad
Copy link
Author

assarbad commented Sep 3, 2024

Let me clarify why this is an issue: every time I need to start over it takes time to link the device afresh. But what's worse is that I lose all message history over and over again on the desktop app.

As a side note: in the aforementioned support ticket open with Microsoft, they stated that more tailored solutions should be used rather than DPAPI.

@ayumi-signal
Copy link
Contributor

@assarbad Hi there and sorry this is happening for you. This is the first report we've heard of a nonfunctional DPAPI, and it seems like it's not persisting correctly. It's not possible right now to disable the DB key encryption on Windows (although it is supported on Linux). We may consider adding a command line flag for Windows.

(Also it's interesting that Microsoft support says DPAPI shouldn't be used.)

@assarbad
Copy link
Author

assarbad commented Sep 4, 2024

@assarbad Hi there and sorry this is happening for you. This is the first report we've heard of a nonfunctional DPAPI, and it seems like it's not persisting correctly. It's not possible right now to disable the DB key encryption on Windows (although it is supported on Linux). We may consider adding a command line flag for Windows.

Is it correct to assume that this is newly introduced functionality, given that it didn't happen a few weeks back and suddenly appeared?

Any chance you could point out the Linux-side option for that? I could have a look whether I can get it going on Windows.

(Also it's interesting that Microsoft support says DPAPI shouldn't be used.)

So was I, since generally it's a catch 22 situation to securely store data. In some way the key to unseal the credentials must exist, but on the other hand it would have to be stored outside the machine on which it gets stored.

Because DPAPI uses a secret derived from the user's password hash (or optionally a machine-wide secret) and it's managed via LSASS in an opaque manner, it's always possible to decrypt secrets. After all the key is "readily" (little effort required) available.

@ayumi-signal
Copy link
Contributor

Correct-- this is a new functionality to improve on-device security. We are still improving it, so appreciate your patience.

Electron docs for Linux safeStorage: --password-store="basic"
https://www.electronjs.org/docs/latest/api/safe-storage#safestoragegetselectedstoragebackend-linux

It's not going to work for Windows though, as Electron only includes this code path for Linux builds.

@assarbad
Copy link
Author

assarbad commented Sep 9, 2024

Hi @ayumi-signal and thanks for the response. Are the old installers that aren't affected by this issue still around and available for download somehow? It would be great if you could share a download URL.

I also wanted to mention that in my professional work I have come across this on multiple customer machines as well (this is the main reason why it hasn't been fixed on my machine, because it makes more sense for Microsoft to fix it on their end¹). This bit us because we use DPAPI to store the credentials for some services encrypted. Chrome-based browsers and the Teams desktop app behave the same (using DPAPI to store credentials) and are amnesic on my system w.r.t. credentials. The worst case scenario here is that the user needs to log in time and time again. With Signal the desktop app has become unusable to me for the time being.


¹The underlying issue why DPAPI is defunct is as follows:

If the per-user DPAPI is used, %APPDATA%\Microsoft\Protect\%USERSID% (%USERSID% denoting the SID of the user) is used to store the chain of keys that have been used to encrypt anything with DPAPI ever. The key would generally only be created the first time a user logs on and then again when the password gets changed every now and then. On systems where DPAPI is defunct, the chain of keys keeps growing because something keeps triggering the key re-creation logic. This seems to be the consequence of one or several previous DPAPI calls failing to successfully decrypt stored secrets. I have sent traces and event logs as well as TTD traces to Microsoft in the scope of the ticket with them (at work, opened in Oct. 2022!), but so far nothing came off of it other than the suggestion to use something other than DPAPI. When I lock and unlock my system it appears to increase the likelihood of the above mentioned logic getting triggered. But I have not been able to pinpoint the cause and moreover my journey in trying to track this down has taken me down to kernel mode and up again, because the actual primitives used by DPAPI (and transiently the LSASS) are implemented there. I suspect some sort of race condition, but am not able to prove it with the level of introspection I have into Windows as a mere user.

@scottnonnenberg-signal
Copy link
Contributor

@assarbad You could potential go find old Signal Desktop installers, but they will soon expire. Have you tried reinstalled windows from scratch on your machine? Or perhaps it's a hardware issue? Is there anything interesting the computer where windows is installed? Perhaps there's an underlying incompatibility?

@bozho
Copy link

bozho commented Sep 10, 2024

Hi,

I've hit the same issue, but for a different use case. I mostly use my Windows desktop, but I also have a Windows laptop, which I use when I'm away (and that can be weeks sometimes).

Losing history on the desktop application is supremely annoying for me, since I mostly use my computers to chat, I rarely use the phone. I sync my desktop and my laptop (docs, project, select application settings), so I have set up my %APPDATA%\Roaming\Signal folder to be synced as well.

This used to work fine up until recently and when I synced my laptop a few days ago after coming back from a multi-week trip, I was greeted with this error on my desktop. Now I know why :-) My laptop and my desktop have different DPAPI keys.

I understand the desire to increase on-device security, but DPAPI is hardly the way, IMHO. If a user is logged in, the data is transparently decrypted anyway. If a user is worried about their computer getting stolen, they should be using full disk encryption anyway and any off-site backups of data should be client-side encrypted.

The only attack vector I can see where something like this might help would be a malware with just enough access to steal the encrypted data, but now enough access to be able to fetch DPAPI decryption key(s).

If you want to keep this approach, would it perhaps be possible to use Signal PIN as the key (or use it to derive a stable key) and use DPAPI to encrypt the PIN? That way, if DPAPI key changes, Signal could prompt the user for the PIN, derive the same key to decrypt the data and re-encrypt the PIN using DPAPI. If you know the PIN, you don't lose your history.

@assarbad
Copy link
Author

assarbad commented Sep 10, 2024

You could potential go find old Signal Desktop installers, but they will soon expire.

Alright, so no real option either. Thanks.

Have you tried reinstalled windows from scratch on your machine?

Nope, and I won't (because of the open ticket among other things). Technically I probably need to clean out said directory once for my user or start over with the profile. Certainly this is no reason to reinstall Windows.

Or perhaps it's a hardware issue?

I've seen this on a variety of customer machines, as mentioned. I've also seen it on VMs I've used. So probably nothing hardware related per-se.

Is there anything interesting the computer where windows is installed? Perhaps there's an underlying incompatibility?

It can't run Windows 11 (not supported anyway), if that's what you mean. But DPAPI doesn't require a TPM or a particular version of one.

If I had more leads, I'd provide them. I have really dug deep on this one both alone and together with Microsoft's engineers and came up empty-handed. Tavis Ormandy discovered a defect that surfaces in a similar fashion and was related to S4U-type scheduled tasks. But I don't have those on my machine or the affected VMs that I can freely access. On some of the customer machines I was able to check and only one had S4U in use, IIRC. According to MS the S4U-related issue has been resolved, though. I contacted Tavis some time ago (probably ~2 years ago) and he wished me luck and voiced that he suspects a similar cause but that with all the RPC (endpoint in LSASS, IIRC, with some calls into a particular kernel driver for actual CNG stuff) calls it's very hard to debug anything.

If you read up on these threads or scour the web for NTE_BAD_KEY_STATE, you can find plenty of circumstantial evidence that DPAPI is an okay-ish choice for storing credentials that a user can then re-enter, but since we can't re-enter credentials that are created by the software under the hood, there's no way Signal desktop is ever going to work for us again without the ability to disable this — probably well-intended — feature.

References:

@assarbad
Copy link
Author

Losing history on the desktop application is supremely annoying for me, since I mostly use my computers to chat, I rarely use the phone. I sync my desktop and my laptop (docs, project, select application settings), so I have set up my %APPDATA%\Roaming\Signal folder to be synced as well.

Same here.

This used to work fine up until recently and when I synced my laptop a few days ago after coming back from a multi-week trip, I was greeted with this error on my desktop. Now I know why :-) My laptop and my desktop have different DPAPI keys.

Yep, and syncing these with a roaming profile has been known in the past to cause issues. When syncing doesn't work properly you get a similar effect as I do with defunct DPAPI or someone would get where DPAPI is used with the per-machine keys used for storing something in the roaming profile.

The only attack vector I can see where something like this might help would be a malware with just enough access to steal the encrypted data, but now enough access to be able to fetch DPAPI decryption key(s).

Actually once you're running in a user's context you can shoot the respective API calls as needed. No limits. You have full access. This includes malware running in said context.

If you want to keep this approach, would it perhaps be possible to use Signal PIN as the key (or use it to derive a stable key) and use DPAPI to encrypt the PIN? That way, if DPAPI key changes, Signal could prompt the user for the PIN, derive the same key to decrypt the data and re-encrypt the PIN using DPAPI. If you know the PIN, you don't lose your history.

Exactly.

@dosqe
Copy link

dosqe commented Sep 11, 2024

I have the same problem. Signal is installed in windows profile x. When I log in in profile y and run a program (in my case Joplin) with

runas /user:x /savecred

and after that logout from y and log in again with x, Signal will show the aforementioned error and forces me to delete all data. That is reproducible. It seems it is indeed a problem with DPAPI. Joplin also loses it's encryption key, which I think is also stored via DPAPI.

@scottnonnenberg-signal
Copy link
Contributor

@DOSQue To be very clear - are you seeing DPAPI problems outside of that runas scenario? Like, if you log in as 'user x' and run Signal Desktop and other programs like that, do you have the problems?

@assarbad
Copy link
Author

@dosqe you may want to have a look at the DPAPI-related event logs (or even first enable them). Your scenario is somewhat unconventional, because it looks as if you are running something with another user's token (affecting the way DPAPI derives the key) but not necessarily redirecting the way APPDATA and LOCALAPPDATA are accessed. I can see how that may trigger a new key being generated and thereby "breaking the chain" of keys (file is named credhist). Have a look in %APPDATA%\Microsoft\Protect and see if there is more than a single subdirectory. If there is you need to figure out your own SID and the SID of the other account (one way is whoami /all, another is to use regedit to list loaded profiles in HKEY_USERS). If there is more than one, it's already very unusual. If there is one and you can see new keys (sort by timestamp!) that correlate with your runas, it's an issue.

But to be honest that's not the same issue we're having. The symptom is the same, though. And it's the same for the same reason. And you can only start over for the same reason (no way to decrypt the credential used to encrypt the database because you never even saw Signal create that or were able to "guide" it in some way).

@warp-9000
Copy link

+1 as I'm also experiencing this issue.

I'm wondering if a work-around would be to setup an Active Directory server at home on my NAS so my Windows profile Master Keys and other Credentials are copied across devices. While overkill, my theory is that this would solve @dosqe's scenario (which is mine as well).

@olelond
Copy link

olelond commented Sep 26, 2024

Not sure if this contains any new info, but here we go:

I've installed Signal via snap on fedora.
This happens to me EVERY time there is a new update for signal:

Signal comes up at tells me to close and it will update automatically. And when I get a notification that it is ready to launch I get the mentioned error dialog. Clicking the copy error and quit gives me:

Database startup error:

Error: Error while decrypting the ciphertext provided to safeStorage.decryptString.
at getSQLKey ([REDACTED]/app/main.js:1268:39)
at initializeSQL ([REDACTED]/app/main.js:1317:11)
at App. ([REDACTED]/app/main.js:1538:20)

App Version: 7.25.0
OS: linux

@liamreoch
Copy link

Just adding onto this, same error, Signal installed via flatpak on Fedora 40

Database startup error:

Error: Error while decrypting the ciphertext provided to safeStorage.decryptString.
at getSQLKey ([REDACTED]/app/main.js:1268:39)
at initializeSQL ([REDACTED]/app/main.js:1317:11)
at App. ([REDACTED]/app/main.js:1538:20)

App Version: 7.24.1
OS: linux

@s-brekke
Copy link

s-brekke commented Sep 26, 2024

Same exact problem on my end (Fedora 40). Happens every time I start the desktop client.

Database startup error:

Error: Error while decrypting the ciphertext provided to safeStorage.decryptString.
    at getSQLKey ([REDACTED]/app/main.js:1272:39)
    at initializeSQL ([REDACTED]/app/main.js:1321:11)
    at App.<anonymous> ([REDACTED]/app/main.js:1542:20)

App Version: 7.26.0
OS: linux

@brfk
Copy link

brfk commented Sep 26, 2024

Same issue, also on Fedora 40.

Database startup error:

Error: Error while decrypting the ciphertext provided to safeStorage.decryptString.
    at getSQLKey ([REDACTED]/app/main.js:1268:39)
    at initializeSQL ([REDACTED]/app/main.js:1317:11)
    at App.<anonymous> ([REDACTED]/app/main.js:1538:20)

App Version: 7.24.1
OS: linux

image

@marekmarecki
Copy link

marekmarecki commented Sep 26, 2024

I will just share my experience, maybe it will help someone, but I'm very unsure if cause was the same. But it's worth a try if nothing else helps.

To this day I'm not sure what caused this, but in my case ~/.local/share/keyrings/login.keyring (it's where Signal stores encryption key now) must have changed by unknown reason and I got similar message on Signal startup. I restored login.keyring (or whole ~/.local/share/keyrings/ dir, I don't remember) from backup from couple of days earlier, rebooted the system, unlocked the keyring, and Signal started correctly.

If you have possibility, check if keyring file changed recently. And backup everything before doing any changes! :)

@tinyoverflow
Copy link

I'm on Linux Mint 22 with Signal installed via Flatpak and I have the same issue.

@marekmarecki Nice find!

My keyring files also changed recently (yesterday), though it worked earlier the day. After my last reboot, Signal stopped working.

I tried to restore a nearly 300kb smaller backup from a few days ago, rebooted, made sure that it wasn't overwritten by something in the meantime and then started Signal: Still the same error. After looking at the login.keyring file again, it has grown to the same size as the old file. I'm glad it worked for you. Unfortunately it didn't work for me :(

@liamreoch
Copy link

liamreoch commented Sep 26, 2024

I will just share my experience, maybe it will help someone, but I'm very unsure if cause was the same. But it's worth a try if nothing else helps.

To this day I'm not sure what caused this, but in my case ~/.local/share/keyrings/login.keyring (it's where Signal stores encryption key now) must have changed by unknown reason and I got similar message on Signal startup. I restored login.keyring (or whole ~/.local/share/keyrings/ dir, I don't remember) from backup from couple of days earlier, rebooted the system, unlocked the keyring, and Signal started correctly.

If you have possibility, check if keyring file changed recently. And backup everything before doing any changes! :)

There's a few ways to have Signal restart correctly, though I found it breaks again the moment I close and open it.

I will test your approach again just to be sure.


Update:

This was not successful for me, unfortunately.

@moedn
Copy link

moedn commented Sep 28, 2024

same issue on Fedora 39

Database startup error:

Error: Error while decrypting the ciphertext provided to safeStorage.decryptString.
    at getSQLKey ([REDACTED]/app/main.js:1268:39)
    at initializeSQL ([REDACTED]/app/main.js:1317:11)
    at App.<anonymous> ([REDACTED]/app/main.js:1538:20)

App Version: 7.24.1
OS: linux

After a few failed starts, signal eventually launched, but with an empty database (had to re-link my phone and then all started from scratch). The error comes back after closing signal – even before restarting the system

@liamreoch
Copy link

@moedn

flathub/org.signal.Signal#753 (comment)

Try these steps - you may only need the second step for your issue, but it resolved it for me.

@moedn
Copy link

moedn commented Sep 28, 2024

thanks for pointing out! but following those steps gave me this instead:

Database startup error:

SafeStorageBackendChangeError: Detected change in safeStorage backend, can't decrypt DB key (previous: gnome_libsecret, current: basic_text)
    at getSQLKey ([REDACTED]/app/main.js:1256:11)
    at initializeSQL ([REDACTED]/app/main.js:1317:11)
    at App.<anonymous> ([REDACTED]/app/main.js:1538:20)

App Version: 7.24.1
OS: linux

@moedn
Copy link

moedn commented Sep 29, 2024

this issue could also just be a duplicate of flathub/org.signal.Signal#723 (which itself seems to come from electron/electron#32598)

@liamreoch
Copy link

@moedn if you look back at the comment I linked, there's a link to a second comment which should fix that (it's the same error I had).

There's actually two changes you'd need to make on Flatseal to resolve this.

@Messie1
Copy link

Messie1 commented Sep 29, 2024

App Version: 7.24.1
OS: Xubuntu 24.04.1
@marekmarecki : It worked. I renamed the two files in ~/.local/share/keyrings/ (just in case), copied the older saved versions there, reboot, and signal desktop is fine.

@moedn
Copy link

moedn commented Oct 9, 2024

thanks @liamreoch for pointing out the workaround 🙏 I just saw the pull request above and noticed that signal is on v7.27.0 on snap (instead of v7.24.1 on flathub). Replaced v7.24.1 by v7.27.0 and now everything works 👌

@assarbad
Copy link
Author

Tested with a newer version of Signal and --password-store="basic" (mind you, still on Windows) and of course it provides no remedy.

Database startup error:

Error: Error while decrypting the ciphertext provided to safeStorage.decryptString.
    at getSQLKey ([REDACTED]\app\main.js:1272:39)
    at initializeSQL ([REDACTED]\app\main.js:1321:11)
    at App.<anonymous> ([REDACTED]\app\main.js:1542:20)

App Version: 7.28.0
OS: win32

@yavor-atanasov
Copy link

yavor-atanasov commented Oct 24, 2024

Same thing happened to me today on MacOS. No idea if it's related, but it happened right after I rebooted my machine (for the first time a while) and started the Signal app for the first time after reboot:

Database startup error: Error: Error while decrypting the ciphertext provided to safeStorage.decryptString.     at getSQLKey ([REDACTED]/app/main.js:1274:39)     at initializeSQL ([REDACTED]/app/main.js:1323:11)     at App.<anonymous> ([REDACTED]/app/main.js:1545:20)  App Version: 7.30.0 OS: darwin

@LKSPRV
Copy link

LKSPRV commented Nov 16, 2024

Same Problem here on Windows 10 22H2.
It seems to affect other Applications aswell like Mega Sync or Discord.

My current workaround is to start Signal (and other Programs) in Sandboxie-Plus.

@Vargrul
Copy link

Vargrul commented Nov 18, 2024

I am also having this problem.

OS Name	Microsoft Windows 11 Business
Version	10.0.26100 Build 26100
Database startup error:

Error: Error while decrypting the ciphertext provided to safeStorage.decryptString.
    at getSQLKey ([REDACTED]\app\main.js:1280:39)
    at initializeSQL ([REDACTED]\app\main.js:1329:11)
    at App.<anonymous> ([REDACTED]\app\main.js:1551:20)

App Version: 7.33.0
OS: win32

If I run signal from the terminal this is the output I get:

Set Windows Application User Model ID (AUMID) { AUMID: 'org.whispersystems.signal-desktop' }
NODE_ENV production
NODE_CONFIG_DIR C:\Users\user\AppData\Local\Programs\signal-desktop\resources\app.asar\config
NODE_CONFIG {}
ALLOW_CONFIG_MUTATIONS undefined
HOSTNAME TP-003
NODE_APP_INSTANCE undefined
SUPPRESS_NO_CONFIG_WARNING undefined
SIGNAL_ENABLE_HTTP undefined
userData: C:\Users\user\AppData\Roaming\Signal
config/get: Successfully read user config file
config/get: Successfully read ephemeral config file
2024-11-18 10:55:13.482: ERROR CORE sqlcipher_page_cipher: hmac check failed for pgno=1
2024-11-18 10:55:13.482: ERROR CORE sqlite3Codec: error decrypting page 1 data: 1
2024-11-18 10:55:13.483: ERROR CORE sqlcipher_codec_ctx_set_error 1
2024-11-18 10:55:13.484: ERROR CORE sqlcipher_cipher_ctx_key_derive: error occurred from provider kdf generating encryption key
2024-11-18 10:55:13.484: ERROR CORE sqlcipher_codec_key_derive: error occurred deriving read_ctx key
2024-11-18 10:55:13.484: ERROR CORE sqlite3Codec: error occurred during key derivation: 1
2024-11-18 10:55:13.484: ERROR CORE sqlcipher_codec_ctx_set_error 1

Let me know if you need any more information!

@ayumi-signal
Copy link
Contributor

@Vargrul sorry this is happening-- what was the last working version, and has anything changed on your system, for example login related, or if it's on a roaming profile, or if anything was reset recently?

@mitomenai
Copy link

@ayumi-signal I just had this problem yesterday. I changed my Windows password followed by a reboot.

@timonsku
Copy link

Running into this same issue trying to migrate to a new Windows installation going from Windows 10 to 11. Migrating the data directory used to work fine as outlined by others here and is crucial for me as I need my message history esp. on Desktop.
I tried a decrypted key in the hopes that it will re-encrypt with the DAAPI key of the new machine but that greets me with this slightly different error:

Database startup error:

Error: Error while decrypting the ciphertext provided to safeStorage.decryptString. Ciphertext does not appear to be encrypted.
    at getSQLKey ([REDACTED]\app\main.js:1280:39)
    at initializeSQL ([REDACTED]\app\main.js:1329:11)
    at App.<anonymous> ([REDACTED]\app\main.js:1551:20)

App Version: 7.37.0
OS: win32

Is there any work around like migrating the DAAPI key my old user account used?

@ayumi-signal
Copy link
Contributor

ayumi-signal commented Jan 13, 2025

@timonsku If you have the decrypted key, then you can put it in config.json under the legacy key attribute rather than encryptedKey so it's handled correctly. After starting the app, it will reencrypt the key under the new environment and migrate to the encryptedKey attribute.

(Also you probably know this but please make sure to back up your data before working with the data directory.)

@timonsku
Copy link

@ayumi-signal ah thank you I indeed missed changing the attribute, now it works!

For anyone else stumbling over this problem and in need of a workaround, I used this script to temporarily decrypt my key (make sure to run with PS7+): https://github.com/MatejKafka/PSSignalDecrypt

@samjones3
Copy link

@timonsku @ayumi-signal et all: I would love to use that PS script to get to the crypto key, but once the old Windows install is gone (and all I have is a file system backup), it appears my Signal data is essentially lost?

I am looking at two parallel Signal installs, each with years of family photos and chats. I have full file system backup of the old (dead) laptop. Trying to migrate the data to the new Windows laptop.

Is there a path for that? I have, I believe, every file from the old file system on backup.

@timonsku
Copy link

timonsku commented Jan 21, 2025

@timonsku @ayumi-signal et all: I would love to use that PS script to get to the crypto key, but once the old Windows install is gone (and all I have is a file system backup), it appears my Signal data is essentially lost?

I am looking at two parallel Signal installs, each with years of family photos and chats. I have full file system backup of the old (dead) laptop. Trying to migrate the data to the new Windows laptop.

Is there a path for that? I have, I believe, every file from the old file system on backup.

If you have a full disk backup with partitions then you can just boot that. If its copy paste style backup of a live system it might be nore tricky but should still hold all the data. Not the place to discuss this but have a search for booting a Windows filesystem, you mostly are missing the bootloader which a Windows Installer can usually fix for you (search for "repair windows installation" f.e.)

Important that you boot this from the same computer this backup originates from though. Afaik this is derrived from the TPM.

@samjones3
Copy link

@timonsku If I could boot the old disk... I would! But I can't. I have a full file system backup, so have access to any and all files from the old (dead) system.

The question is: Is there a way to find [in the backup I have] the needed crypto pieces to make my old signal data accessible?

Years of data are in my signal database. Pictures and much more. I thought with my full system backup that I was covered. It is shocking (and painful) that I have all my data (truly all of it) except for signal.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests