Ciphers Question:
Download Questions PDF

What is a Block Cipher?

Answer:

A block cipher transforms a fixed-length block of plaintext data into a block of ciphertext data of the same length. This transformation takes place under the action of a user-provided secret key. Decryption is performed by applying the reverse transformation to the ciphertext block using the same secret key. The fixed length is called the block size, and for many block ciphers, the block size is 64 bits.

Download Ciphers Interview Questions And Answers PDF

Previous QuestionNext Question
What is an Iterated Block Cipher?What is IDEA?