About 50 results
Open links in new tab
  1. Calculating 3DES Key Check Value (KCV)

    Jun 30, 2016 · Why KCV is 4 bytes if 3des encryption of a "zero block" yields 8? In other words - there is a mistake somewhere, you need to nail it down. Try a different online tool, check if the result is the …

  2. 3des - Why is triple-DES using three different keys vulnerable to a ...

    Let me just see if I understand this correctly. The absolute security of a two-key 3DES EDE (or said differently, three-key EDE where K1 == K3) scheme is very near identical to that of a three …

  3. What is DES-EDE3-CBC? - Cryptography Stack Exchange

    Jul 28, 2022 · I came across DES-EDE3-CBC and a quick search didn't yield a clear explanation of what it is. Clearly, DES is the Data Encryption Standard and CBC is the Cipher Block Chaining mode. …

  4. 3des - Why is DUKPT TDES allowed by PCI negating NIST

    Apr 19, 2024 · We know that NIST disallows TDES (PDF). So why is PCI still allowing DUKPT TDES? They do use one unique key per transaction. Is there any supporting logic or official statement for it?

  5. Is Triple DES still considered safe to use?

    Sep 19, 2017 · What it says on the tin. Is it still used in things like TLS?

  6. Meet-in-the-Middle attack on 3DES - Cryptography Stack Exchange

    May 14, 2015 · How can I apply the Meet-in-the-Middle attack to the 3DES algorithm, and why does the literature say that 3DES is more secure than DES?

  7. 128 bit 3DES Key and AES Key: what's the difference?

    Mar 2, 2015 · I have heard some Info Sec colleagues talking about creating an AES key in preference to a DES or 3DES key but I don't know the difference; I thought a key was just a random string of bits? …

  8. Modes of Triple DES - Cryptography Stack Exchange

    Mar 3, 2017 · The short answer is to use AES instead of the obsolete 3DES. AES is stronger, faster and can encrypt more than a few GB of data without leaking information. The only reason to use 3DES is …

  9. Key sizes supported by 3DES - Cryptography Stack Exchange

    Mar 27, 2015 · 5 I read about 3DES encryption but I don't understand exactly what the specific meaning of key size is. For example I found that 3DES supports 64, 128, 192, and 256 bits key size. What are …

  10. How 3DES work in a simple way? - Cryptography Stack Exchange

    3DES decryption is thus to 3DES encryption what DES decryption is to DES encryption; the main external difference between 3DES and DES being the larger key. Because the plaintext is …