Why does changing one bit in a Triple DES key or initial value not give different encrypted data?

后端 未结 1 1004
花落未央
花落未央 2020-12-11 22:27

I\'m using pyDes to encrypt some data. I wanted to demonstrate that if you change even one bit in the key or initial value, the encrypted data would be totally different.

相关标签:
1条回答
  • 2020-12-11 23:02

    In DES, some bits of the key are parity bits, and don't actually affect the encryption/decryption.

    0 讨论(0)
提交回复
热议问题