mirror of
https://github.com/trimstray/the-book-of-secret-knowledge
synced 2024-11-26 05:00:18 +00:00
add new one-liners to 'gpg'
- signed-off-by: trimstray <trimstray@gmail.com>
This commit is contained in:
parent
1bd0e7d87d
commit
338c10f616
1 changed files with 7 additions and 0 deletions
|
@ -2453,6 +2453,13 @@ gpg --keyserver hkp://keyserver.ubuntu.com --search-keys "<username>"
|
|||
* `--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)
|
||||
|
|
Loading…
Reference in a new issue