Encryption

Method for protecting data by converting it into unreadable code.

Encryption transforms readable data (plaintext) into unreadable code (ciphertext). Only with the correct key can the data be decrypted again. We distinguish between encryption in transit (data during transmission) and encryption at rest (stored data). Modern standards are AES-256 and RSA.

Related Terms