Skip to content

Commit

Permalink
Update AES and DES meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
ffraenz committed Apr 2, 2023
1 parent d58f538 commit 534ff1a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions extensions/forge/src/aes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down
4 changes: 2 additions & 2 deletions extensions/forge/src/des.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down
8 changes: 4 additions & 4 deletions packages/app-web/src/slices/directory/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down Expand Up @@ -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: [
{
Expand Down

0 comments on commit 534ff1a

Please sign in to comment.