diff options
| author | jvoisin | 2011-07-30 22:25:22 +0200 |
|---|---|---|
| committer | jvoisin | 2011-07-30 22:25:22 +0200 |
| commit | 7c8c23b5bc843a9901a7410bb63f2ed37d74f276 (patch) | |
| tree | e5ed9609cf37085da38c754463253317db5819cd | |
| parent | 4e44cba5d6b65415f145ba3ded191c07a8c9c660 (diff) | |
Update README
| -rw-r--r-- | README | 25 |
1 files changed, 22 insertions, 3 deletions
| @@ -1,7 +1,26 @@ | |||
| 1 | Warning : | ||
| 2 | Mat only remove metadata from your files, it does not anonymise their | ||
| 3 | content, nor it can handle watermarking, steganography, or any too custom | ||
| 4 | metadata field/system. | ||
| 5 | |||
| 6 | If you really want to be anonym, use format that does not contain any | ||
| 7 | metadata, or better : use plain-text. | ||
| 8 | |||
| 1 | Dependencies: | 9 | Dependencies: |
| 2 | graphicsmagick : for full pdf support | 10 | python2.7 : for tar, tar.bz2, tar.gz support |
| 3 | python2.7 : | 11 | shred : for secure removal |
| 12 | |||
| 13 | Optionals dependencies: | ||
| 14 | python-poppler, python-poppler : for pdf support | ||
| 15 | python-mutagen : for massive audio format support | ||
| 4 | 16 | ||
| 5 | Usage: | 17 | Usage: |
| 6 | cli.py --help | 18 | python cli.py --help |
| 19 | or | ||
| 20 | python gui.py | ||
| 21 | |||
| 22 | Supported format: | ||
| 23 | see lib/mat.py | ||
| 7 | 24 | ||
| 25 | Known Bugs: | ||
| 26 | Zipfiles are not totally cleaned | ||
