This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
dido:public:ra:xapend:xapend.a_glossary:c:cryptographic_algorithm [2022/01/05 19:02] nick created |
dido:public:ra:xapend:xapend.a_glossary:c:cryptographic_algorithm [2022/01/18 08:00] (current) nick |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| [[dido:public:ra:xapend:xapend.a_glossary:start| Return to Glossary ]] | [[dido:public:ra:xapend:xapend.a_glossary:start| Return to Glossary ]] | ||
| - | A **Cryptographic Algorithm**, or **cipher**, the means of altering data from a readable form (also known as **plaintext**) to a protected form (also known as **ciphertext**), and back to the readable form. Changing **plaintext** to **ciphertext** is known as **[[dido:public:ra:xapend:xapend.a_glossary:e:encryption]]**, whereas changing **ciphertext** to **plaintext** is known as **[[dido:public:ra:xapend:xapend.a_glossary:d:decryption]]**. | + | A **Cryptographic Algorithm**, or **cipher** or **Encryption Algorithm** or **Decryption Algorithm**, the means of altering data from a readable form (also known as **plaintext**) to a protected form (also known as **ciphertext**), and back to the readable form. Changing **plaintext** to **ciphertext** is known as **[[dido:public:ra:xapend:xapend.a_glossary:e:encryption]]**, whereas changing **ciphertext** to **plaintext** is known as **[[dido:public:ra:xapend:xapend.a_glossary:d:decryption]]**. |
| + | |||
| + | See also: [[dido:public:ra:xapend:xapend.a_glossary:e:encryption_algorithm]] | ||
| Source: [[https://www.yourdictionary.com/cipher-or-cryptographic-algorithm ]] | Source: [[https://www.yourdictionary.com/cipher-or-cryptographic-algorithm ]] | ||
| + | |||
| + | : **Note:** Often there are two **Cryptographic Algorithms** in use. One to **Encrypt** the data and the other to **Decrypt** the data. | ||