Simplified DES (S-DES) Has Similar Properties and Structure To DES With Much Smaller Parameters (See Following S-DES Scheme)
Simplified DES (S-DES) Has Similar Properties and Structure To DES With Much Smaller Parameters (See Following S-DES Scheme)
LS-1 is a circular left shift of 1 bit position, and LS-2 is a circular left shift of 2 bit positions. P8 is another permutation with the following rule: P8 6 3 7 4 8 5 10 9
Encryption:
Function fK consists of a combination of permutation and substitution functions. fK(L, R) = (L F(R, SK), R) where SK is a subkey (i.e. K1 or K2). E/P is an expansion permutation, with the following rules: E/P 4 1 2 3 2 3
S0 and S1 are to S-boxes operates according to the following tables: S0: 1 0 3 2 3 2 1 0 0 2 1 3 3 1 3 2 S1: 0 2 3 2
1 0 0 1
2 1 1 0
3 3 0 3