Blokcijfers
Blokcijfers, also known as block ciphers, are a fundamental type of symmetric encryption algorithm. They operate on fixed-size blocks of plaintext data, encrypting each block independently to produce a corresponding block of ciphertext. The size of these blocks is a defining characteristic of a block cipher, typically ranging from 64 bits to 128 bits or more. A key is used to control the encryption and decryption process. The same key is used for both operations, which is characteristic of symmetric encryption.
The process of block cipher encryption involves a series of substitutions and permutations applied in rounds.
Block ciphers are often used in conjunction with modes of operation, such as Electronic Codebook (ECB), Cipher