Please enable JavaScript.
Coggle requires JavaScript to display documents.
Block Ciphers (CAST 128 (Sub-key Size (Rotation-5bits, Masking-32 bits),…
Block Ciphers
DES
-
-
-
-
PROCEDURE
-
- Use of Round Key:(48 bits).
- Splitting: Each six bit value is passed into an S-box to produce a four bit result in a nonlinear
way.
-
-
IDEA
-
encrypts 64-bit plaintext to 64-bit
ciphertext blocks, using a 128-bit input key K.
-
CAST 128
-
-
-
Operations Used
modulo add,modulo subtract,xor,shift
-
-
-
TEA
-
-
64 bit block, 128 bit key.
-
-
-
Fast, low memory requirement
RC5
Encryption can be described by the following pseudo-code,where the input block is
(A,B):
Where A and B are w-bit halves of the state, r is the number of rounds, and b is the
number of bytes in the key
-
-
-
-
-
-
-