globaleaks / whistleblowing-software

GlobaLeaks is free, open-source whistleblowing software enabling anyone to easily set up and maintain a secure reporting platform.
https://www.globaleaks.org
Other
1.22k stars 268 forks source link

feature request: remove some metadata from uploaded files #305

Open akosmaroy opened 11 years ago

akosmaroy commented 11 years ago

it would be nice to have an automatism that removes some (maybe telling) metadata from uploaded files, or even from files within uploaded zip/tar/etc archives. I'm thinking about the following kind of metadata:

this would make it less possible to trace uploaded file to the originator, in case he wasn't careful enough

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

fpietrosanti commented 11 years ago

Added in backlog of tickets.

This request related to two different requests:

The application design of file sterilizer + metadata removal should be done in a way that let create an independent application, very well sandboxed, interacting with globaleaks trough a simple REST interface.

evilaliv3 commented 7 years ago

The recent ideas on this ticket are to:

this could be implemented on the backend by sending the file in plaintext (and so in regression with the upcoming browsercrypto design) or partially in the client supposing to be able to remove the metadata at runtime while making the user save the file.

NSkelsey commented 7 years ago

For text based content using an input box like a text area and saying copy and paste here sometimes works much better.

This is very common for online forms where you are asked to provide a CV or a resume.

If the content is what you are interested in then the formatting is only slightly important.