Что такое метаданные?

Метаданные — «данные о данных», которые обычно автоматически встраиваются в компьютерные файлы. Метаданные используются для описания, идентификации, классификации и сортировки файлов.

Увы, метаданные иногда также деанонимизируют пользователей и раскрывают приватную информацию.

Есть много примеров метаданных.

  • In image files:

    • The location where a photo was taken

    • The date and time a photo was taken

    • The model and serial number of the camera used to take a photo

  • In text document files:

    • The author of the document

    • Changes to the document

О том, как метаданные могут использоваться для идентификации и раскрытия личной информации, см. Что стоит за данными: исследование метаданных.

It is impossible to reliably find and remove all metadata in complex file formats. For example, Microsoft Office documents can contain embedded images, audio, and other files containing their own metadata that Tails cannot remove.

You should remove metadata on any files before you embed them into another document.

Чем проще формат сохранения файла, тем лучше. Например, простой текстовый документ можно сохранить не в .docx, а в .txt.

Removing metadata using Metadata Cleaner

Tails includes Metadata Cleaner so you can remove metadata from files before you publish or share them.

Metadata Cleaner works on many file formats, including:

  • Image files, such as .jpeg, .png, and .gif

  • LibreOffice files, such as .odt and .ods

  • Microsoft Office documents, such as .docx, .xlsx, and .pptx

  • Audio files, such as .mp3, .flac, and .ogg

  • Video files, such as .mp4 and .avi

  • Archive files, such as .zip and .tar

To open Metadata Cleaner choose Applications ▸ Accessories  ▸ Metadata Cleaner.

Removing metadata from the command line

Metadata Cleaner is a graphical interface for mat2.

You can also use mat2 directly on the command line:

  1. Open a Terminal.

  2. Execute the following command.

    Replace file.ext with a path to the file that you want to clean.

    mat2 file.ext

  3. After mat2 finishes, a copy of your file without metadata is available as file.cleaned.ext.