From 534ff1ae5be0e9883529fea3c7abd57fdcd9f270 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A4nz=20Friederes?= Date: Sun, 2 Apr 2023 23:14:21 +0200 Subject: [PATCH] Update AES and DES meta data --- extensions/forge/src/aes.ts | 4 ++-- extensions/forge/src/des.ts | 4 ++-- packages/app-web/src/slices/directory/index.ts | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/extensions/forge/src/aes.ts b/extensions/forge/src/aes.ts index 9880b06..66e579e 100644 --- a/extensions/forge/src/aes.ts +++ b/extensions/forge/src/aes.ts @@ -7,8 +7,8 @@ const contribution: Contribution = { type: 'operation', name: '@ciphereditor/extension-forge/aes', label: 'AES encryption', - description: 'Advanced Encryption Standard (AES) is a symmetric-key algorithm for data encryption', - url: 'https://ciphereditor.com/explore/aes-advanced-encryption-standard', + description: 'Advanced Encryption Standard (AES) is a symmetric-key algorithm considered to be the most frequently used method of data encryption.', + url: 'https://ciphereditor.com/explore/aes-encryption', keywords: ['rijndael', 'block cipher', 'encryption'], controls: [ { diff --git a/extensions/forge/src/des.ts b/extensions/forge/src/des.ts index 0c2b267..5b6e4fd 100644 --- a/extensions/forge/src/des.ts +++ b/extensions/forge/src/des.ts @@ -7,8 +7,8 @@ const contribution: Contribution = { type: 'operation', name: '@ciphereditor/extension-forge/des', label: 'DES encryption', - description: 'Data Encryption Standard (DES) is a symmetric-key algorithm for data encryption', - url: 'https://ciphereditor.com/explore/des-data-encryption-standard', + description: 'Data Encryption Standard (DES) is a legacy symmetric-key algorithm that has been highly influential in the advancement of cryptography.', + url: 'https://ciphereditor.com/explore/des-encryption', keywords: ['block cipher', 'encryption'], controls: [ { diff --git a/packages/app-web/src/slices/directory/index.ts b/packages/app-web/src/slices/directory/index.ts index 5dc78eb..c4e9b3d 100644 --- a/packages/app-web/src/slices/directory/index.ts +++ b/packages/app-web/src/slices/directory/index.ts @@ -550,8 +550,8 @@ const defaultDirectoryState: DirectoryState = { name: '@ciphereditor/extension-forge/aes', extensionUrl: 'https://cdn.ciphereditor.com/extensions/@ciphereditor/extension-forge/1.0.0-alpha.1/extension.js', label: 'AES encryption', - description: 'Advanced Encryption Standard (AES) is a symmetric-key algorithm for data encryption', - url: 'https://ciphereditor.com/explore/aes-advanced-encryption-standard', + description: 'Advanced Encryption Standard (AES) is a symmetric-key algorithm considered to be the most frequently used method of data encryption.', + url: 'https://ciphereditor.com/explore/aes-encryption', keywords: ['rijndael', 'block cipher', 'encryption'], controls: [ { @@ -637,8 +637,8 @@ const defaultDirectoryState: DirectoryState = { name: '@ciphereditor/extension-forge/des', extensionUrl: 'https://cdn.ciphereditor.com/extensions/@ciphereditor/extension-forge/1.0.0-alpha.1/extension.js', label: 'DES encryption', - description: 'Data Encryption Standard (DES) is a symmetric-key algorithm for data encryption', - url: 'https://ciphereditor.com/explore/des-data-encryption-standard', + description: 'Data Encryption Standard (DES) is a legacy symmetric-key algorithm that has been highly influential in the advancement of cryptography.', + url: 'https://ciphereditor.com/explore/des-encryption', keywords: ['block cipher', 'encryption'], controls: [ {