1
0
Fork 0

Improve the threat-model again, thanks to @joe

This commit is contained in:
jvoisin 2018-06-20 00:10:21 +02:00
parent 120c3bf72f
commit c1f4426612
1 changed files with 7 additions and 0 deletions

View File

@ -17,6 +17,7 @@ Mat only removes standard metadata from your files, it does _not_:
- handle steganography nor homoglyphs
- handle stylometry
- handle any non-standard metadata field/system
- handle file-system related metadata
If you really want to be anonymous format that does not contain any
metadata, or better : use plain-text ASCII without trailing spaces.
@ -91,3 +92,9 @@ Requirements
- MAT2 *must not* fail silently. Upon failure,
MAT2 *must not* modify the file in any way.
- MAT2 *might* leak the fact that MAT2 was used on the file,
since it might be uncommon for some file formats to come
without any kind of metadata, an adversary might suspect that
the user used MAT2 on certain files.