From 949712db58fde4e7e04ea5fa205e228f3ed935a5 Mon Sep 17 00:00:00 2001 From: pe3zx Date: Fri, 8 Dec 2017 22:45:49 +0700 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1640b8..9387180 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ My curated list of awesome links, resources and tools ### Anti Forensics - [Removing Your PDF Metadata & Protecting PDF Files](https://blog.joshlemon.com.au/protecting-your-pdf-files-and-metadata/) - - This guideline used `exiftool` to gather metdata. `qpdf` and `pdftk` for cleaning + - This guideline used `exiftool` to gather and validate current file's metadata. `qpdf` and `pdftk` for cleaning - The function below can be used to remove metadata and create new encrypted PDF with 128-bit AES. ```sh