- Shared secret
In
cryptography , a shared secret is a piece of data only known to the parties involved in a secure communication. The shared secret can be apassword , apassphrase , 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 akey-agreement protocol , for-instance usingpublic-key cryptography such as Diffie-Hellman or using symmetric-key cryptography such as Kerberos.The shared secret can be used for authentication (for instance when logging in to a remote system) using methods such as challenge-response or it can be fed to a
key derivation function to produce one or more keys to use for encryption and/or MACing of messages.To make unique session and message keys the shared secret is usually combined with an
initialization vector (IV). An example of this is thederived unique key per transaction method.See also
*
Key strengthening - Methods to create a stronger key from a weak key or a weak shared secret.
*Secret sharing - Similar name but not the same thing as a shared secret.
*Security question - implementation methodReferences
* " [http://www.cacr.math.uwaterloo.ca/hac/ Handbook of Applied Cryptography] " by Menezes, van Oorschot and Vanstone (2001), chapter 10 and 12.
Wikimedia Foundation. 2010.