From 338c10f616b8e628671cc4e9e2efe3bd11e6d442 Mon Sep 17 00:00:00 2001 From: trimstray Date: Wed, 10 Jul 2019 14:28:12 +0200 Subject: [PATCH] add new one-liners to 'gpg' - signed-off-by: trimstray --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 918dfaa..f36554c 100644 --- a/README.md +++ b/README.md @@ -2453,6 +2453,13 @@ gpg --keyserver hkp://keyserver.ubuntu.com --search-keys "" * `--keyserver` - set specific key server * `--search-keys` - search for keys on a key server +###### List all of the packets in an encrypted file + +```bash +gpg --batch --list-packets archive.gpg +gpg2 --batch --list-packets archive.gpg +``` + ___ ##### Tool: [system-other](https://github.com/trimstray/the-book-of-secret-knowledge#tool-system-other)