A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
Kerberos
A single sign-on type system utilizing symmetric key encryption through a ticket-oriented mechanism for network security.
Key
Data used in cryptosystems in order to execute encryption, which comes in different forms like ssl encryption and also 128 bit encryption which provides internet security and online security. (Cert)
Key Length
Because many modern encryption algorithms are mathematically founded, the length of keys is a crucial determining factor in the strength of an algorithm and in the work factor involved in breaking a cryptographic system.
Key Management
the process of handling and controlling cryptographic keys and associated material during their life cycle in a cryptographic system. This includes ordering, generating, distributing, storing, loading, escrowing, archiving, auditing, and destroying the different types of material.
Key Pair
A private, or secret, key and its related public key in an asymmetric encryption system, as a "Key Pair". See also encryption, PKI, private key, and public key.
Key Space
The scope and extent of possible values of a cryptographic key, or the number of totally different transformations that are supported by a certain cryptographic algorithm.
Keyed Hash
A cryptographic hash or digest in which the mapping to a hash result is assorted by a second input parameter which is a cryptographic key. The secret key protects the hash result in order for it to be used as a checksum.