1
0
Fork 0
mat2 is a metadata removal tool, supporting a wide range of commonly used file formats, written in python3: at its core, it's a library, used by an eponymous command-line interface, and a nautilus extension.
Go to file
jvoisin cb8a016319 Bump the changelog 2019-02-28 00:13:28 +01:00
data Update logo 2018-10-05 11:13:31 +02:00
doc Bump the changelog 2019-02-28 00:13:28 +01:00
libmat2 Improve the previous commit 2019-02-27 23:53:07 +01:00
nautilus Rename the internal class used by the nautilus extension 2019-01-16 23:10:17 +01:00
tests Bump the changelog 2019-02-28 00:13:28 +01:00
.gitignore gitignore: exclude all hidden files from being committed 2018-08-24 09:14:05 +02:00
.gitlab-ci.yml Whenever possible, use bwrap for subprocesses 2019-02-03 19:18:41 +01:00
.mailmap Add a .mailmap file 2018-09-01 16:12:03 +02:00
.pylintrc Implement lightweight cleaning for png and tiff 2018-10-23 16:22:11 +02:00
CHANGELOG.md Bump the changelog 2019-02-28 00:13:28 +01:00
CONTRIBUTING.md mat2 is now available on pypi 2018-11-11 20:49:24 +01:00
INSTALL.md Bump the changelog 2019-02-17 17:02:17 +01:00
LICENSE Add LICENSE 2018-03-31 07:00:14 -07:00
README.md Mention bubblewrap in the README 2019-02-21 01:44:01 +01:00
mat2 Bump the changelog 2019-02-28 00:13:28 +01:00
setup.py Bump the changelog 2019-02-28 00:13:28 +01:00

README.md

 _____ _____ _____ ___
|     |  _  |_   _|_  |  Keep your data,
| | | |     | | | |  _|     trash your meta!
|_|_|_|__|__| |_| |___|

This software is currently in beta, please don't use it for anything critical.

Metadata and privacy

Metadata consist of information that characterizes data. Metadata are used to provide documentation for data products. In essence, metadata answer who, what, when, where, why, and how about every facet of the data that are being documented.

Metadata within a file can tell a lot about you. Cameras record data about when a picture was taken and what camera was used. Office documents like PDF or Office automatically adds author and company information to documents and spreadsheets. Maybe you don't want to disclose those information on the web.

This is precisely the job of MAT2: getting rid, as much as possible, of metadata.

Requirements

  • python3-mutagen for audio support
  • python3-gi-cairo and gir1.2-poppler-0.18 for PDF support
  • gir1.2-gdkpixbuf-2.0 for images support
  • FFmpeg, optionally, for video support
  • libimage-exiftool-perl for everything else
  • bubblewrap, optionally, for sandboxing

Please note that MAT2 requires at least Python3.5, meaning that it doesn't run on Debian Jessie.

Running the test suite

$ python3 -m unittest discover -v

And if you want to see the coverage:

$ python3-coverage run --branch -m unittest discover -s tests/
$ python3-coverage report --include -m --include /libmat2/*'

How to use MAT2

usage: mat2 [-h] [-v] [-l] [--check-dependencies] [-V]
            [--unknown-members policy] [-s | -L]
            [files [files ...]]

Metadata anonymisation toolkit 2

positional arguments:
  files                 the files to process

optional arguments:
  -h, --help            show this help message and exit
  -v, --version         show program's version number and exit
  -l, --list            list all supported fileformats
  --check-dependencies  check if MAT2 has all the dependencies it needs
  -V, --verbose         show more verbose status information
  --unknown-members policy
                        how to handle unknown members of archive-style files
                        (policy should be one of: abort, omit, keep)
  -s, --show            list harmful metadata detectable by MAT2 without
                        removing them
  -L, --lightweight     remove SOME metadata

Note that MAT2 will not clean files in-place, but will produce, for example, with a file named "myfile.png" a cleaned version named "myfile.cleaned.png".

Notes about detecting metadata

While MAT2 is doing its very best to display metadata when the --show flag is passed, it doesn't mean that a file is clean from any metadata if MAT2 doesn't show any. There is no reliable way to detect every single possible metadata for complex file formats.

This is why you shouldn't rely on metadata's presence to decide if your file must be cleaned or not.

Notes about the lightweight mode

By default, mat2 might alter a bit the data of your files, in order to remove as much metadata as possible. For example, texts in PDF might not be selectable anymore, compressed images might get compressed again, … Since some users might be willing to trade some metadata's presence in exchange of the guarantee that mat2 won't modify the data of their files, there is the -L flag that precisely does that.

Related software

Contact

If possible, use the issues system or the mailing list Should a more private contact be needed (eg. for reporting security issues), you can email Julien (jvoisin) Voisin at julien.voisin+mat2@dustri.org, using the gpg key 9FCDEE9E1A381F311EA62A7404D041E8171901CC.

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Copyright 2018 Julien (jvoisin) Voisin julien.voisin+mat2@dustri.org Copyright 2016 Marie Rose for MAT2's logo

Thanks

MAT2 wouldn't exist without:

Many thanks to them!