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

Signal attachments not rendering #3

Open
thephm opened this issue Sep 21, 2024 · 1 comment
Open

Signal attachments not rendering #3

thephm opened this issue Sep 21, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@thephm
Copy link
Owner

thephm commented Sep 21, 2024

On Windows Desktop I used to be able to copy attachment files from C:\Users\micro\AppData\Roaming\Signal\attachments.noindex to another folder and append the appropriate suffix like .jpg. After that the file would be seen as an image by Windows. Now this no longer works. My theory is they're now encrypting the files.

@thephm thephm added the bug Something isn't working label Sep 21, 2024
@thephm
Copy link
Owner Author

thephm commented Dec 1, 2024

thanks to someone on reddit, pointed me to: signalapp/Signal-Desktop#5751 (comment)

Every attachment is encrypted with a unique **per-attachment key** that is locally stored in an encrypted SQLCipher database. The local database encryption key is also [protected by the Electron safeStorage API](https://github.com/signalapp/Signal-Desktop/commit/e449702a3ad4d07a603b1779914810dc77d7efde) which utilizes the system keystore provided by your operating system to restrict access and securely store the database encryption key on supported platforms. Existing attachments will be automatically migrated to the new storage system too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant