diff --git a/docs/data-redaction.md b/docs/data-redaction.md index e4d53de5..68eafecd 100644 --- a/docs/data-redaction.md +++ b/docs/data-redaction.md @@ -18,6 +18,34 @@ You should **never** use blur to redact [text in images](https://bishopfox.com/b +## MetadataZero + +
+ +![MetadataZero logo](assets/img/data-redaction/metadatazero.png){ align=right } + +**MetadataZero** is a free and open-source, cross-platform desktop application for removing metadata from photos, videos, and PDF files. + +The application uses [ExifTool](#exiftool-cli) under the hood and provides a modern graphical interface with drag-and-drop support, batch processing, and a real-time preview of detected metadata prior to removal. + +MetadataZero allows limited granular control, enabling users to preserve certain non-identifying metadata such as orientation or color profiles while removing the rest. + +[:octicons-repo-16: Repository](https://github.com/metadatazero/metadatazero){ .md-button .md-button--primary } +[:octicons-info-16:](https://github.com/metadatazero/metadatazero#readme){ .card-link title="Documentation" } +[:octicons-code-16:](https://github.com/metadatazero/metadatazero){ .card-link title="Source Code" } + +
+Downloads + +- [:fontawesome-brands-windows: Windows](https://github.com/metadatazero/metadatazero#download) +- [:simple-apple: macOS](https://github.com/metadatazero/metadatazero#download) +- [:simple-linux: Linux](https://github.com/metadatazero/metadatazero#download) +- [:simple-homebrew: Homebrew (macOS)](https://github.com/metadatazero/homebrew-tap) + +
+ +
+ ## MAT2
diff --git a/theme/assets/img/data-redaction/metadatazero.png b/theme/assets/img/data-redaction/metadatazero.png new file mode 100644 index 00000000..cd032595 Binary files /dev/null and b/theme/assets/img/data-redaction/metadatazero.png differ