Encryption

Block Cipher

English

Overview

An encryption method that splits data into fixed-size blocks before encrypting.

Details

An encryption method that splits plaintext into fixed-length blocks before encrypting each. AES is a leading example, used together with a mode of operation.

More Security terms