diff --git a/pgp-encrypt/index.ts b/pgp-encrypt/index.ts index ccefea8..8a8b971 100644 --- a/pgp-encrypt/index.ts +++ b/pgp-encrypt/index.ts @@ -20,7 +20,7 @@ export function getDescription() { { id: "symmetricAlgorithmName", displayName: "Symmetric algorithm name (Idea, TripleDes, Cast5, Blowfish, Des, Aes128, Aes192, Aes256, Twofish, Camellia128, Camellia192, Camellia256)", - description: "Name of the RSA hash algorithm (Idea, TripleDes, Cast5, Blowfish, Des, Aes128, Aes192, Aes256, Twofish, Camellia128, Camellia192, Camellia256).", + description: "Symmetric algorithm name (Idea, TripleDes, Cast5, Blowfish, Des, Aes128, Aes192, Aes256, Twofish, Camellia128, Camellia192, Camellia256).", type: "String", defaultValue: "Aes256", required: true,