diff options
| author | jvoisin | 2012-02-01 23:19:42 +0100 |
|---|---|---|
| committer | jvoisin | 2012-02-01 23:19:42 +0100 |
| commit | 43ddba48316f5003e4cd6482f73546a5dfdedb0d (patch) | |
| tree | 6f508e3a41e7f117da8a7bb067be017bdba46c8f /mat.1 | |
| parent | 544fe9bf1782a027b3f31bf4c10a050d783e32ac (diff) | |
Oops, forgot to add "mat"
Diffstat (limited to 'mat.1')
| -rw-r--r-- | mat.1 | 78 |
1 files changed, 78 insertions, 0 deletions
| @@ -0,0 +1,78 @@ | |||
| 1 | .TH METADATA "1" "August 2011" "Metadata Anonymisation Toolkit" "User Commands" | ||
| 2 | |||
| 3 | |||
| 4 | .SH NAME | ||
| 5 | MAT \- Metadata Anonymisation Toolkit | ||
| 6 | |||
| 7 | |||
| 8 | .SH SYNOPSIS | ||
| 9 | .B mat-cli | ||
| 10 | [\fIoptions\fR] \fIfiles\fR | ||
| 11 | .TP | ||
| 12 | .B mat-gui | ||
| 13 | |||
| 14 | |||
| 15 | .SH DESCRIPTION | ||
| 16 | The \fBMetadata Anonymisation Toolkit\fR is a lib (with a CLI and a GUI) | ||
| 17 | created to anonymise file's \fBmetadata\fR. In essence, metadata answer who, | ||
| 18 | what, when, where, why, and how about every face of the data that are being | ||
| 19 | documented. They can be a \fBrisk for privacy\fR. | ||
| 20 | |||
| 21 | |||
| 22 | .SH OPTIONS | ||
| 23 | .TP | ||
| 24 | \fB\-h\fR, \fB\-\-help\fR | ||
| 25 | show this help message and exit | ||
| 26 | .TP | ||
| 27 | \fB\-a\fR, \fB\-\-add2archive\fR | ||
| 28 | Add to outputed archive non\-supported filetypes | ||
| 29 | .TP | ||
| 30 | \fB\-b\fR, \fB\-\-backup\fR | ||
| 31 | Keep a backup copy | ||
| 32 | .TP | ||
| 33 | \fB\-c\fR, \fB\-\-check\fR | ||
| 34 | Check if a file is free of harmful metadatas | ||
| 35 | .TP | ||
| 36 | \fB\-d\fR, \fB\-\-display\fR | ||
| 37 | List all the harmful meta of a file without removing them | ||
| 38 | .TP | ||
| 39 | \fB\-f\fR, \fB\-\-force\fR | ||
| 40 | Don't check if files are clean before cleaning | ||
| 41 | .TP | ||
| 42 | \fB\-l\fR, \fB\-\-list\fR | ||
| 43 | List all supported fileformat | ||
| 44 | .TP | ||
| 45 | \fB\-u\fR, \fB\-\-strict\fR | ||
| 46 | Remove harmful meta, but loss can occure | ||
| 47 | .TP | ||
| 48 | \fB\-v\fR, \fB\-\-version\fR | ||
| 49 | Display version and exit | ||
| 50 | |||
| 51 | |||
| 52 | .SH EXAMPLES | ||
| 53 | .TP | ||
| 54 | \fBmat-cli \-\-display\fR mydocument.pdf | ||
| 55 | Display the mydocument.pdf's harmful metadata | ||
| 56 | .TP | ||
| 57 | \fBmat-cli \-\-check *.jpg\fR | ||
| 58 | Check all the jpg images from the current folder | ||
| 59 | |||
| 60 | |||
| 61 | .SH NOTES | ||
| 62 | MAT \fBonly process metadata\fR, it does \fBnot\fR handle file data. | ||
| 63 | Blame yourself if you are traced back because of the data of your files. | ||
| 64 | MAT is not perfect : In most of the cases, a forensic expert with a lot | ||
| 65 | of time \fBcan trace back\fR your document. | ||
| 66 | If you want absolute privacy, use plain-text. | ||
| 67 | |||
| 68 | |||
| 69 | .SH AUTHOR | ||
| 70 | Julien (\fBjvoisin\fR) Voisin <pouicpouicpouic@gmail.com>, during the GSoC 2011 | ||
| 71 | |||
| 72 | |||
| 73 | .SH BUGS | ||
| 74 | MAT does not handle watermaking/tattoo for now. | ||
| 75 | |||
| 76 | |||
| 77 | .SH "SEE ALSO" | ||
| 78 | exiftool, hachoir-metadata | ||
