mirror of
https://github.com/gchq/CyberChef
synced 2026-01-06 10:33:18 +00:00
Added tests
This commit is contained in:
@@ -101,8 +101,8 @@ class PGPDecryptAndVerify extends Operation {
|
||||
text += "\n";
|
||||
}
|
||||
text += [
|
||||
`PGP fingerprint: ${km.get_pgp_fingerprint().toString("hex")}`,
|
||||
`PGP key ID: ${km.get_pgp_short_key_id()}`,
|
||||
`PGP fingerprint: ${km.get_pgp_fingerprint().toString("hex")}`,
|
||||
`Signed on ${new Date(ds.sig.when_generated() * 1000).toUTCString()}`,
|
||||
"----------------------------------\n"
|
||||
].join("\n");
|
||||
|
||||
Reference in New Issue
Block a user