瀏覽代碼

add new one-liners to 'gpg'

- signed-off-by: trimstray <trimstray@gmail.com>
pull/98/head
trimstray 4 年之前
父節點
當前提交
338c10f616
共有 1 個檔案被更改,包括 7 行新增0 行删除
  1. +7
    -0
      README.md

+ 7
- 0
README.md 查看文件

@@ -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…
取消
儲存