
|
Authentication |
The process of verifying the claimed identity of an individual. |
|
Certificate |
Data record that provides the public key of an individual, together with some other information related to the name of the individual and the certification authority that issued the certificate. |
|
Certification |
Trusted Third Party that creates, assigns and distributes certificates. |
|
Ciphertext |
The output of an encryption function. Encryption transforms plaintext into ciphertext |
|
Confidentiality |
The property that information is not made available or disclosed to unauthorised parties. |
|
DES |
Secret key cryptosystem (Data Encryption Standard). |
|
Digital Signature |
Data appended to, or a cryptographic transformation of, a data unit that allows a recipient of the data unit to prove the source and integrity of the data unit and to protect against forgery (eg by the recipient). |
|
Integrity |
The property of ensuring that data is transmitted from a source to a destination, or stored, without undetected alteration. |
|
Key |
A sequence of symbols that controls the operations of encipherment and decipherment. |
|
Key Management |
The generation, storage, distribution, deletion, archiving and application of keys securely. |
|
Key Pair |
A set of a public and a private key that belong together. |
|
Non-repudiation |
The property of a receiver being able to prove that the sender of some data did in fact send the data even though the sender might later desire to deny ever having sent it. |
|
Plaintext |
The input of an encryption function or the output of a decryption function. Decryption transforms ciphertext into plaintext. |
|
Private Key |
Cryptographic key used in public key cryptography to sign and/or decrypt information. |
|
Public Key |
The key used in an asymmetric cryptosystem that is publicly available. |
|
RC2, RC4 and RC5 |
Secret key cryptosystems. |
|
RSA |
Public key cryptosystem (Rivest, Shamir and Adleman). |
|
Secret key |
The key used in a symmetric cryptosystem that is shared between the communicating parties. |
|
Trusted Third Party |
A security authority or its agent, trusted by other entities with respect to security-related activities. |