blob: db91636172e441b9775444c8a272c06acce8e0cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
Warning :
Mat only remove metadata from your files, it does not anonymise their
content, nor it can handle watermarking, steganography, or any too custom
metadata field/system.
If you really want to be anonym, use format that does not contain any
metadata, or better : use plain-text.
Dependencies:
python2.7 : for tar, tar.bz2, tar.gz support
shred : for secure removal
Optionals dependencies:
python-poppler, python-poppler : for pdf support
python-mutagen : for massive audio format support
Usage:
python cli.py --help
or
python gui.py
Supported format:
see lib/mat.py
Known Bugs:
Zipfiles are not totally cleaned
|