mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-07 15:07:11 -04:00
Improve PGP operation descriptions
This commit is contained in:
parent
ab1d199a03
commit
fa309ca6ea
1 changed files with 9 additions and 6 deletions
|
@ -3150,7 +3150,7 @@ var OperationConfig = {
|
||||||
},
|
},
|
||||||
"PGP Encrypt": {
|
"PGP Encrypt": {
|
||||||
description: [
|
description: [
|
||||||
"Input: An ASCII-Armoured PGP public key.",
|
"Input: The ASCII-armoured PGP public key of the recipient.",
|
||||||
"<br><br>",
|
"<br><br>",
|
||||||
"Pretty Good Privacy is an encryption standard (OpenPGP) used for encrypting, decrypting, and signing messages.",
|
"Pretty Good Privacy is an encryption standard (OpenPGP) used for encrypting, decrypting, and signing messages.",
|
||||||
"<br><br>",
|
"<br><br>",
|
||||||
|
@ -3171,7 +3171,8 @@ var OperationConfig = {
|
||||||
},
|
},
|
||||||
"PGP Decrypt": {
|
"PGP Decrypt": {
|
||||||
description: [
|
description: [
|
||||||
"Input: An ASCII-Armoured PGP private key (and optionally, the password needed to decrypt the private key).",
|
"Input: The ASCII-armoured PGP private key of the recipient, ",
|
||||||
|
"(and the private key password if necessary).",
|
||||||
"<br><br>",
|
"<br><br>",
|
||||||
"Pretty Good Privacy is an encryption standard (OpenPGP) used for encrypting, decrypting, and signing messages.",
|
"Pretty Good Privacy is an encryption standard (OpenPGP) used for encrypting, decrypting, and signing messages.",
|
||||||
"<br><br>",
|
"<br><br>",
|
||||||
|
@ -3195,7 +3196,8 @@ var OperationConfig = {
|
||||||
},
|
},
|
||||||
"PGP Sign": {
|
"PGP Sign": {
|
||||||
description: [
|
description: [
|
||||||
"Input: An ASCII-Armoured PGP private key (and optionally, the password needed to decrypt the private key); the public key of the recipient.",
|
"Input: The ASCII-armoured PGP public key of the recipient, ",
|
||||||
|
"the ASCII-armoured private key of the sender (and the private key password if necessary).",
|
||||||
"<br><br>",
|
"<br><br>",
|
||||||
"This operation uses PGP to produce an encrypted digital signature.",
|
"This operation uses PGP to produce an encrypted digital signature.",
|
||||||
"<br><br>",
|
"<br><br>",
|
||||||
|
@ -3228,7 +3230,7 @@ var OperationConfig = {
|
||||||
},
|
},
|
||||||
"PGP Verify": {
|
"PGP Verify": {
|
||||||
description: [
|
description: [
|
||||||
"Input: An ASCII-Armoured PGP public key.",
|
"Input: The ASCII-armoured PGP public key of the sender.",
|
||||||
"<br><br>",
|
"<br><br>",
|
||||||
"This operation uses PGP to decrypt and verify an encrypted digital signature.",
|
"This operation uses PGP to decrypt and verify an encrypted digital signature.",
|
||||||
"<br><br>",
|
"<br><br>",
|
||||||
|
@ -3297,7 +3299,8 @@ var OperationConfig = {
|
||||||
},
|
},
|
||||||
"Sign PGP Cleartext": {
|
"Sign PGP Cleartext": {
|
||||||
description: [
|
description: [
|
||||||
"Input: An ASCII-Armoured PGP private key (and optionally, the password needed to decrypt the private key).",
|
"Input: The ASCII-armoured PGP private key of the sender, ",
|
||||||
|
"(and the private key password if necessary).",
|
||||||
"<br><br>",
|
"<br><br>",
|
||||||
"This operation uses PGP to produce a digital signature.",
|
"This operation uses PGP to produce a digital signature.",
|
||||||
"<br><br>",
|
"<br><br>",
|
||||||
|
@ -3325,7 +3328,7 @@ var OperationConfig = {
|
||||||
},
|
},
|
||||||
"Verify PGP Cleartext": {
|
"Verify PGP Cleartext": {
|
||||||
description: [
|
description: [
|
||||||
"Input: An ASCII-Armoured PGP public key.",
|
"Input: The ASCII-armoured PGP public key of the sender.",
|
||||||
"<br><br>",
|
"<br><br>",
|
||||||
"This operation uses PGP to verify a cleartext digital signature.",
|
"This operation uses PGP to verify a cleartext digital signature.",
|
||||||
"<br><br>",
|
"<br><br>",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue