paint-brush
Glossary of Security Terms: Keyby@mozilla

Glossary of Security Terms: Key

by Mozilla ContributorsSeptember 5th, 2020
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

Mozilla (stylized as moz://a) is a free software community founded in 1998 by members of Netscape. A key is a piece of information used by a cipher for encryption and/or decryption. In symmetric-key cryptography, the same key is used for both encryption and decryption. In public-key, the public key is freely available, whereas the private key is kept secret. The public key can encrypt messages that only the corresponding private key can decrypt, and vice versa.

Company Mentioned

Mention Thumbnail
featured image - Glossary of Security Terms: Key
Mozilla Contributors HackerNoon profile picture

A key is a piece of information used by a cipher for encryption and/or decryption. Encrypted messages should remain secure even if everything about the cryptosystem, except for the key, is public knowledge.

In symmetric-key cryptography, the same key is used for both encryption and decryption. In public-key cryptography, there exists a pair of related keys known as the public key and private key. The public key is freely available, whereas the private key is kept secret. The public key is able to encrypt messages that only the corresponding private key is able to decrypt, and vice versa.

View Previous Terms: