language-icon Old Web
English
Sign In

Cryptosystem

In cryptography, a cryptosystem is a suite of cryptographic algorithms needed to implement a particular security service, most commonly for achieving confidentiality (encryption). In cryptography, a cryptosystem is a suite of cryptographic algorithms needed to implement a particular security service, most commonly for achieving 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. Mathematically, a cryptosystem or encryption scheme can be defined as a tuple ( P , C , K , E , D ) {displaystyle ({mathcal {P}},{mathcal {C}},{mathcal {K}},{mathcal {E}},{mathcal {D}})} with the following properties. For each e ∈ K {displaystyle ein {mathcal {K}}} , there is d ∈ K {displaystyle din {mathcal {K}}} such that D d ( E e ( p ) ) = p {displaystyle D_{d}(E_{e}(p))=p} for all p ∈ P {displaystyle pin {mathcal {P}}} . 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. A classical example of a cryptosystem is the Caesar cipher. A more contemporary example is the RSA cryptosystem.

[ "Encryption", "Cryptography", "Public-key cryptography", "Cramer–Shoup cryptosystem", "Niederreiter cryptosystem", "Binary Goppa code", "Post-quantum cryptography", "chaotic cryptosystems" ]
Parent Topic
Child Topic
    No Parent Topic