Improve PGP operation descriptions

This commit is contained in:
toby 2017-03-20 14:22:00 -04:00
parent ab1d199a03
commit fa309ca6ea

View file

@ -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>",