C
C
Cexhaif2014-11-12 23:09:46
Cryptography
Cexhaif, 2014-11-12 23:09:46

On what principle does S - conversion to DES work?

After modulo addition with the keys, we get 8 consecutive 6-bit blocks B . After they are converted to 4-bit using S - transformations. On what basis does this happen?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
brutal_lobster, 2014-11-13
@Cexhaif

https://ru.wikipedia.org/wiki/DES#.D0.A1.D1.85.D0....
S-transformation is just a substitution from tables (S-boxes).
The first and last bits form the row index in the S-box.
The four bits in the middle form the column index in the S-box.
Each B has its own S-box.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question