diff --git a/hash-digest/index.ts b/hash-digest/index.ts index dd6081f..3104691 100644 --- a/hash-digest/index.ts +++ b/hash-digest/index.ts @@ -1,11 +1,11 @@ export function getDescription() { return { - description: "Generates a mac signed link.", + description: "Generates a MAC signed link.", input: [ { id: "baseUrl", - displayName: "Base url", - description: "Base url for the third party.", + displayName: "Base URL", + description: "Base URL for the third party.", type: "String", required: true, }, @@ -21,8 +21,8 @@ export function getDescription() { { id: "signedUrl", type: "String", - displayName: "Signed url", - description: "Signed url.", + displayName: "Signed URL", + description: "Signed URL.", }, ], } as const satisfies ScriptDescription; diff --git a/hash-digest/package.json b/hash-digest/package.json index b319cb1..576ca6f 100644 --- a/hash-digest/package.json +++ b/hash-digest/package.json @@ -1,7 +1,7 @@ { "name": "hash-digest", - "displayName": "Hash Digest operation", - "description": "Using hash digest to create mac-like string signature.", + "displayName": "Hash digest operation", + "description": "Using hash digest to create a MAC-like string signature.", "fromVersion": "24.10.1.1", "toVersion": null, "private": true diff --git a/hello-world/package.json b/hello-world/package.json index cf3b38a..ac8360d 100644 --- a/hello-world/package.json +++ b/hello-world/package.json @@ -1,7 +1,7 @@ { "name": "hello-world", "displayName": "Hello World", - "description": "A simple hello world example.", + "description": "A simple example that logs a 'Hello World.' message.", "fromVersion": "24.10.1.1", "toVersion": null, "private": true diff --git a/hmac-sign/index.ts b/hmac-sign/index.ts index 8f38fd2..136fb5e 100644 --- a/hmac-sign/index.ts +++ b/hmac-sign/index.ts @@ -1,6 +1,6 @@ export function getDescription() { return { - description: "Hmac Sign.", + description: "HMAC signing.", input: [ { id: "fileToSign", @@ -11,15 +11,15 @@ export function getDescription() { }, { id: "cryptoSecretParameter", - displayName: "CryptoSecret Parameter", - description: "CryptoSecret parameter used as an Hmac secret.", + displayName: "CryptoSecret parameter", + description: "CryptoSecret parameter to be used as an HMAC secret.", type: "CryptoSecret", required: true, }, { id: "hmacHashAlgorithmName", - displayName: "Hmac Hash Algorithm Name (SHA-1, SHA-256, SHA-384, SHA-512)", - description: "Hmac Hash Algorithm Name (SHA-1, SHA-256, SHA-384, SHA-512).", + displayName: "HMAC hash algorithm name (SHA-1, SHA-256, SHA-384, SHA-512)", + description: "Name of the HMAC hash algorithm (SHA-1, SHA-256, SHA-384, SHA-512).", type: "String", defaultValue: "SHA-256", required: true, diff --git a/hmac-verify/index.ts b/hmac-verify/index.ts index 72ff3a1..33ced8e 100644 --- a/hmac-verify/index.ts +++ b/hmac-verify/index.ts @@ -1,6 +1,6 @@ export function getDescription() { return { - description: "Hmac Sign and Verify.", + description: "HMAC Sign and Verify.", input: [ { id: "fileToSign", @@ -12,14 +12,14 @@ export function getDescription() { { id: "cryptoSecretParameter", displayName: "CryptoSecret Parameter", - description: "CryptoSecret parameter used as an Hmac secret.", + description: "CryptoSecret parameter used as an HMAC secret.", type: "CryptoSecret", required: true, }, { id: "hmacHashAlgorithmName", - displayName: "Hmac Hash Algorithm Name (SHA-1, SHA-256, SHA-384, SHA-512)", - description: "Hmac Hash Algorithm Name (SHA-1, SHA-256, SHA-384, SHA-512).", + displayName: "HMAC hash algorithm name (SHA-1, SHA-256, SHA-384, SHA-512)", + description: "Name of the HMAC hash algorithm (SHA-1, SHA-256, SHA-384, SHA-512).", type: "String", defaultValue: "SHA-256", required: true, @@ -37,7 +37,7 @@ export function getDescription() { id: "isVerified", type: "String", displayName: "Is verified", - description: "Is verified.", + description: "Specifies whether the file is verified or not.", }, ], } as const satisfies ScriptDescription; diff --git a/resource-copy/index.ts b/resource-copy/index.ts index ee2d5d5..8276500 100644 --- a/resource-copy/index.ts +++ b/resource-copy/index.ts @@ -1,7 +1,7 @@ export function getDescription(): ScriptDescription { return { displayName: "Resource Copy", - description: "Copies input resource into output resource.", + description: "Copies an input resource into an output resource.", category: "Utilities", input: [ { diff --git a/resource-copy/package.json b/resource-copy/package.json index 5f6ab6b..f26c36f 100644 --- a/resource-copy/package.json +++ b/resource-copy/package.json @@ -1,7 +1,7 @@ { "name": "resource-copy", "displayName": "Resource Copy", - "description": "Copies input resource into output resource.", + "description": "Copies an input resource into an output resource.", "fromVersion": "24.10.1.1", "toVersion": null, "private": true diff --git a/rsa-sign/certificate_private_key.pem b/rsa-sign/certificate_private_key.pem deleted file mode 100644 index 7376ea0..0000000 --- a/rsa-sign/certificate_private_key.pem +++ /dev/null @@ -1,28 +0,0 @@ ------BEGIN PRIVATE KEY----- -MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDs7GNdo7sRVCeI -9CTdKY7rV0lQ2Od43JLdXcSXP813LSji7MNOXi3uo3Q7VdpYN3ZA/J1qCr7F32Ds -1pWAmHQfLf7KDgfWDQCHoFo+Uu0+5mdjbG45vwY6T3I5LSxlVjWNFAmNcqy386x+ -Va2Bb+63RLIIUF3nqGSkkTnXVsdXYDi6NR35uuG15TZmZlwgWZc5CeKYpuxYU5D2 -9cJVQ9/LFsYCoNvVnjbTQM722Riqu6voItl3cErvAdMO9brZ+jne+Clp+fMzlJuq -G9StJzMR2IrMyvNCAWyStrc4mhIAd/mptkyAqXDKimbP3aL3QjJAyN8CA8RZGJth -F/wP2X5VAgMBAAECggEAHS+IlRQymvGgNieHNARm0fhsdGxn5VRcti7TJSOrsqrq -PrwWWhzRcTSLALU0gsoARASqepHsytDX7o0HmTIOmfmvSaI9VmG/JzX6b/OEvMsi -wNVuZagxwvSe+Eqnjas3SRQHEjjmbHm0zdJNn6SThlmMyefmjX9JuJkYRD3xLALW -hLbmTpovgBrcDRDixgdyCENVOMI9xco2r6ATKbjhJyy91eFMKnT4KXyL3yjC+/VO -mq1KnSrpwMp9uZMJta+jTVw1t3vkUm55U2od6okW6mFbLgH70qRwTy2VCcON0ouM -59KSJN1mlYZLwR/EMEoxDGD+Mn8CvgK+Se2I2DGrmQKBgQD3Y6VvDb5oYy4P1VJn -jNP1/tEKtZqwEUpDwBuh9E4LwjRrGmlmEbYMK9xBIrKKEMM9icA9oPMzhHDYBjaA -LNI5yUFkv3kr6nFP+of2sd34O3sPTGG9Huj071+o+P+924jhfZf3H4iYkeqVC4qx -O5GJG3CuLo0RJdjX26ZvBSfi6QKBgQD1K3x9hqqKc/WjNDHGhUsTcmp0HAwNWKCx -NTXy0YMpg6jPRxZ07MCpGPhdexb9sHOGqq6Ta5QjlBEIGLJQekRfd7A/3B4GXqbD -fxRaIsvNx+elvkFnxkn5vztuACotQ9zi/9AbWk8ulbY4qtIjPPNLuBRimD1CIXv0 -fcyYujrkjQKBgDfKpTiSZOqt02mGtnrb68GCoipEIoqqm5ED9jdkHWXRenjdEAAQ -5nmAOsAFzzYL6bwrIMvFTJPFvp05aXkmopKdrL3H4M/io4NiAN/F5UViRLKCi1hX -bDow8eXtod9zbz9LT8ZPukKORdUvMSwfPwcoxRTDMtU3L9wekT5gb0phAoGAZM6b -onVzu/gQISn96XW3N+jMsq8xmW8+q36Ijy3sc25qQ8gkCLGsShs1TCKngmpCJjYa -EA2k3LguBJk7AHI1mNd6xdc5FT9n7GxdLu6txBAVRIYlGIlks2cZBZLVxMTplwC+ -TfDlK+9s/IHoY4rVMuYeo6ebUIy6Df6H2KiCPKUCgYEAx2oCdkxMcnrGok0YZCq2 -nIfHhLI6hel2qLkyw2ixeaDy5hG2g3bxzncvs21lvTKdwGpdzZIrJS2rRepTulK3 -+yYyh8eLfmeHrgkSUqDaghLFCbJQkUgNvxVtb7fNE5/HHw7u/Xa0Z8i5F+LoigEt -wE0IBWC5pOklUtLQp7oY8dk= ------END PRIVATE KEY----- diff --git a/rsa-sign/index.ts b/rsa-sign/index.ts index f3cb4e2..ae28460 100644 --- a/rsa-sign/index.ts +++ b/rsa-sign/index.ts @@ -1,6 +1,6 @@ export function getDescription() { return { - description: "Rsa Sign.", + description: "RSA Sign.", input: [ { id: "fileToSign", @@ -12,22 +12,22 @@ export function getDescription() { { id: "privateCertificate", displayName: "Private Certificate", - description: "Private Certificate.", + description: "Private certificate used for signing.", type: "Certificate", required: true, }, { id: "rsaAlgorithmName", - displayName: "Rsa Algorithm Name (RSASSA-PKCS1-v1_5, RSA-PSS)", - description: "Rsa Algorithm Name (RSASSA-PKCS1-v1_5, RSA-PSS).", + displayName: "RSA algorithm name (RSASSA-PKCS1-v1_5, RSA-PSS)", + description: "Name of the RSA algorithm (RSASSA-PKCS1-v1_5, RSA-PSS).", type: "String", defaultValue: "RSASSA-PKCS1-v1_5", required: true, }, { id: "rsaHashAlgorithmName", - displayName: "Rsa Hash Algorithm Name (SHA-1, SHA-256, SHA-384, SHA-512)", - description: "Rsa Hash Algorithm Name (SHA-1, SHA-256, SHA-384, SHA-512).", + displayName: "RSA hash algorithm name (SHA-1, SHA-256, SHA-384, SHA-512)", + description: "Name of the RSA hash algorithm (SHA-1, SHA-256, SHA-384, SHA-512).", type: "String", defaultValue: "SHA-256", required: true, @@ -35,7 +35,7 @@ export function getDescription() { { id: "fileSignature", displayName: "Output file signature", - description: "Contains the created signature (type Connector used because this files is written and read in this example).", + description: "Contains the created signature (type Connector is used because this files is written and read in this example).", type: "OutputResource", required: true, }, diff --git a/rsa-verify/certificate_public_key.pem b/rsa-verify/certificate_public_key.pem deleted file mode 100644 index 8e9fd9b..0000000 --- a/rsa-verify/certificate_public_key.pem +++ /dev/null @@ -1,9 +0,0 @@ ------BEGIN PUBLIC KEY----- -MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7OxjXaO7EVQniPQk3SmO -61dJUNjneNyS3V3Elz/Ndy0o4uzDTl4t7qN0O1XaWDd2QPydagq+xd9g7NaVgJh0 -Hy3+yg4H1g0Ah6BaPlLtPuZnY2xuOb8GOk9yOS0sZVY1jRQJjXKst/OsflWtgW/u -t0SyCFBd56hkpJE511bHV2A4ujUd+brhteU2ZmZcIFmXOQnimKbsWFOQ9vXCVUPf -yxbGAqDb1Z4200DO9tkYqrur6CLZd3BK7wHTDvW62fo53vgpafnzM5SbqhvUrScz -EdiKzMrzQgFskra3OJoSAHf5qbZMgKlwyopmz92i90IyQMjfAgPEWRibYRf8D9l+ -VQIDAQAB ------END PUBLIC KEY----- diff --git a/rsa-verify/index.ts b/rsa-verify/index.ts index ce8ec47..84f89e8 100644 --- a/rsa-verify/index.ts +++ b/rsa-verify/index.ts @@ -1,6 +1,6 @@ export function getDescription() { return { - description: "Rsa Verify.", + description: "RSA Verify.", input: [ { id: "fileToVerify", @@ -12,22 +12,22 @@ export function getDescription() { { id: "publicCertificate", displayName: "Public Certificate", - description: "Public Certificate.", + description: "Public certificate used for verifying.", type: "Certificate", required: true, }, { id: "rsaAlgorithmName", - displayName: "Rsa Algorithm Name (RSASSA-PKCS1-v1_5, RSA-PSS)", - description: "Rsa Algorithm Name (RSASSA-PKCS1-v1_5, RSA-PSS).", + displayName: "RSA algorithm name (RSASSA-PKCS1-v1_5, RSA-PSS)", + description: "Name of the RSA algorithm (RSASSA-PKCS1-v1_5, RSA-PSS).", type: "String", defaultValue: "RSASSA-PKCS1-v1_5", required: true, }, { id: "rsaHashAlgorithmName", - displayName: "Rsa Hash Algorithm Name (SHA-1, SHA-256, SHA-384, SHA-512)", - description: "Rsa Hash Algorithm Name (SHA-1, SHA-256, SHA-384, SHA-512).", + displayName: "RSA hash algorithm name (SHA-1, SHA-256, SHA-384, SHA-512)", + description: "Name of the RSA hash algorithm (SHA-1, SHA-256, SHA-384, SHA-512).", type: "String", defaultValue: "SHA-256", required: true, diff --git a/rsa-verify/package.json b/rsa-verify/package.json index e653413..09591d0 100644 --- a/rsa-verify/package.json +++ b/rsa-verify/package.json @@ -1,7 +1,7 @@ { "name": "rsa-verify", "displayName": "RSA Verify operation", - "description": "Verifies a file using RSA against the signature from a file.", + "description": "Verifies a file using RSA against the signature read from a file.", "fromVersion": "24.10.1.1", "toVersion": null, "private": true