You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: