mirror of
https://github.com/FiloSottile/age.git
synced 2026-09-04 07:07:16 +00:00
cmd/age-inspect: classify unknown recipient stanzas
Reported by Joe Doyle of Trail of Bits.
This commit is contained in:
@@ -101,6 +101,9 @@ func main() {
|
||||
case "no":
|
||||
fmt.Printf("This file does NOT use post-quantum encryption.\n")
|
||||
fmt.Printf("\n")
|
||||
case "unknown":
|
||||
fmt.Printf("It is unknown whether this file uses post-quantum encryption.\n")
|
||||
fmt.Printf("\n")
|
||||
}
|
||||
fmt.Printf("Size breakdown (assuming it decrypts successfully):\n")
|
||||
fmt.Printf("\n")
|
||||
|
||||
Reference in New Issue
Block a user