From c412acdc29bbb246f98f782c032d619189075c07 Mon Sep 17 00:00:00 2001 From: SayMoon Date: Wed, 2 Jul 2025 14:36:42 +0200 Subject: [PATCH] Fix PGP input param description --- pgp-encrypt/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,