14 lines
336 B
Markdown
14 lines
336 B
Markdown
|
|
# age-inspect
|
||
|
|
|
||
|
|
> Inspect `age` encrypted files.
|
||
|
|
> See also: `age`, `age-keygen`.
|
||
|
|
> More information: <https://manned.org/age-inspect>.
|
||
|
|
|
||
|
|
- Print the recipient type, the file size, and whether it uses post-quantum encryption:
|
||
|
|
|
||
|
|
`age-inspect {{path/to/file}}`
|
||
|
|
|
||
|
|
- Print the output to `stdout` as JSON:
|
||
|
|
|
||
|
|
`age-inspect --json {{path/to/file}}`
|