Block Cipher: A method of encrypting data where plaintext is divided into fixed-size blocks, typically 64 or 128 bits, which are then encrypted one block at a time using a specific key. Common block ciphers include AES (Advanced Encryption Standard) and DES (Data Encryption Standard). Block ciphers provide strong security by ensuring each block of data is encrypted independently, making unauthorized decryption more difficult.
Categories: CC D5: Security Operations | CCSP D2: Cloud Data Security | CISM D3: Information Security Program | CISSP D3: Security Architecture and Engineering | Security+ D1: General Security Concepts | SSCP D5: Cryptography
Related Articles:
- thors-glossary-thorteaches-com
- Glossary: Twofish
- Glossary: Rivest Cipher 5 (RC5)
- Glossary: Rijndael
- Glossary: Linear cryptanalysis
- Glossary: International Data Encryption Algorithm (IDEA)
- Glossary: Initialization vector (IV)
- Glossary: Electronic Code Book (ECB) Mode
- Glossary: Counter (CTR) Mode
- Glossary: CMAC (Cipher-based Message Authentication Code)