DES-ECB
#7
(04-22-2020, 12:03 PM)hops Wrote: In DES the least significant bit of each key byte is used as parity bit and does not affect the en-/decryption process.
0xcc in binary is 11001100 while 0xcd is 11001101. Only the last bit (least significant bit) is different and therefore both produce the same result.

Edit: DES keys are still being provided with 64 bits but 8 of them are ignored making the effective key size 56 bits.

Thanks so much.

Is that why we need a special character set for DES, because with only 7 bits, it cant make the full 00-FF?
Reply


Messages In This Thread
DES-ECB - by Davidi74 - 04-21-2020, 11:35 PM
RE: DES-ECB - by undeath - 04-22-2020, 12:10 AM
RE: DES-ECB - by Davidi74 - 04-22-2020, 01:25 AM
RE: DES-ECB - by undeath - 04-22-2020, 01:29 AM
RE: DES-ECB - by Davidi74 - 04-22-2020, 02:00 AM
RE: DES-ECB - by hops - 04-22-2020, 12:03 PM
RE: DES-ECB - by Davidi74 - 04-22-2020, 09:49 PM
RE: DES-ECB - by undeath - 04-22-2020, 10:47 PM