Cryptosystem

From Wikipedia, the free encyclopedia

Page Module:Message box/ambox.css has no content.

Page Module:Message box/ambox.css has no content.

Template:Short description

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

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.

Formal definition

Mathematically, a cryptosystem or encryption scheme can be defined as a tuple (𝒫,𝒞,𝒦,,𝒟) with the following properties.

  1. 𝒫 is a set called the "plaintext space". Its elements are called plaintexts.
  2. 𝒞 is a set called the "ciphertext space". Its elements are called ciphertexts.
  3. 𝒦 is a set called the "key space". Its elements are called keys.
  4. ={Ek:k𝒦} is a set of functions Ek:𝒫𝒞. Its elements are called "encryption functions".
  5. 𝒟={Dk:k𝒦} is a set of functions Dk:𝒞𝒫. Its elements are called "decryption functions".

For each e𝒦, there is d𝒦 such that Dd(Ee(p))=p for all p𝒫.[2]

Note; typically this definition is modified in order to distinguish an encryption scheme as being either a symmetric-key or public-key type of cryptosystem.

Examples

A classical example of a cryptosystem is the Caesar cipher. A more contemporary example is the RSA cryptosystem.

Another example of a cryptosystem is the Advanced Encryption Standard (AES). AES is a widely used symmetric encryption algorithm that has become the standard for securing data in various applications.

Paillier cryptosystem is another example used to preserve and maintain privacy and sensitive information. It is featured in electronic voting, electronic lotteries and electronic auctions.[3]

See also

References

Page Template:Reflist/styles.css has no content.

  1. ^ Page Module:Citation/CS1/styles.css has no content.Menezes, A.; Oorschot, P. van; Vanstone, S. (1997). Handbook of Applied Cryptography (5th ed.). CRC Press. ISBN 0-8493-8523-7.
  2. ^ Page Module:Citation/CS1/styles.css has no content.Buchmann, Johannes A. (13 July 2004). Introduction to Cryptography (2nd ed.). Springer. ISBN 0-387-20756-2.
  3. ^ Page Module:Citation/CS1/styles.css has no content.Xia, Zhe; Yang, Xiaoyun; Xiao, Min; He, Debiao (2016). "Provably Secure Threshold Paillier Encryption Based on Hyperplane Geometry". In Liu, Joseph K.; Steinfeld, Ron (eds.). Information Security and Privacy. Lecture Notes in Computer Science. Vol. 9723. Cham: Springer International Publishing. pp. 73–86. doi:10.1007/978-3-319-40367-0_5. ISBN 978-3-319-40367-0.

Template:Cryptography navbox

Lua error in package.lua at line 80: module 'Module:Authority control/config' not found.