Symmetric-key algorithm in the context of Shared secret


Symmetric-key algorithm in the context of Shared secret

Symmetric-key algorithm Study page number 1 of 1

Play TriviaQuestions Online!

or

Skip to study material about Symmetric-key algorithm in the context of "Shared secret"


HINT:

👉 Symmetric-key algorithm in the context of Shared secret

In cryptography, a shared secret is a piece of data, known only to the parties involved, in a secure communication. This usually refers to the key of a symmetric cryptosystem. The shared secret can be a PIN code, a password, a passphrase, a big number, or an array of randomly chosen bytes.

The shared secret is either shared beforehand between the communicating parties, in which case it can also be called a pre-shared key, or it is created at the start of the communication session by using a key-agreement protocol, for instance using public-key cryptography such as Diffie–Hellman or using symmetric-key cryptography such as Kerberos.

↓ Explore More Topics
In this Dossier

Symmetric-key algorithm in the context of Cryptosystem

In cryptography, a cryptosystem is a suite of cryptographic algorithms needed to implement a particular security service, such as confidentiality (encryption).

Typically, a cryptosystem consists of three algorithms: one for key generation, one for encryption, and one for decryption. The term cipher (sometimes cypher) is often used to refer to a pair of algorithms, one for encryption and one for decryption. Therefore, the term cryptosystem is most often used when the key generation algorithm is important. For this reason, the term cryptosystem is commonly used to refer to public key techniques; however both "cipher" and "cryptosystem" are used for symmetric key techniques.

View the full Wikipedia page for Cryptosystem
↑ Return to Menu