From CISO Marketplace — the hub for security professionals Visit

Encryption

Cryptography

Definition

Converting data into unreadable ciphertext using cryptographic algorithms for protection.

Technical Details

Encryption is a process by which plaintext data is transformed into an unreadable format known as ciphertext, using algorithms and keys. The primary goal is to protect the confidentiality and integrity of the data. There are two main types of encryption: symmetric encryption, where the same key is used for both encryption and decryption (e.g., AES, DES), and asymmetric encryption, which uses a pair of keys (public and private keys) for the encryption and decryption process (e.g., RSA, ECC). Encryption relies on cryptographic principles such as confusion and diffusion to secure data against unauthorized access.

Practical Usage

Encryption is widely used in various applications to safeguard sensitive information. For example, it is utilized in secure communications through protocols like HTTPS, where data transmitted over the web is encrypted to prevent eavesdropping. In data storage, organizations encrypt files on servers and databases to protect sensitive information from unauthorized access, ensuring compliance with regulations like GDPR and HIPAA. Moreover, encryption is crucial in securing digital signatures and electronic transactions, ensuring authenticity and integrity.

Examples

Related Terms

Cryptography Decryption Hashing Digital Signatures Public Key Infrastructure (PKI)
← Back to Glossary