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. 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 …

  3. 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? …

  4. 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 …

  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. 3DES security when K1=K3 - Cryptography Stack Exchange

    Oct 15, 2020 · 2 When two of the three keys with 3DES are the same, you are using a 2*56-bit keyspace that would need to be brute forced. So, when K1=K3, the brute force difficulty will be 2^112. As …

  7. What is the keyspace of 2-key 3DES? - Cryptography Stack Exchange

    Oct 25, 2018 · The answer is not clear and does not seem to answer the question since the answer only hints at the security of 3-key-3DES. Also 2-key-3DES has security close to $\ {0,1\}^ {80}$ See …

  8. des - ISO 9797 MAC algorithm 3 for 7 bytes - Cryptography Stack …

    Jul 31, 2020 · I should implement ISO 9797 MAC algorithm 3 with initial transformation 1, without truncation, and using DES as a block cipher. I should add padding of 0x80, then enough zero bytes if …

  9. Why are credits cards using 3DES instead of AES?

    Dec 14, 2022 · Why are credit cards using 3DES instead of AES? As far I understood, even DES3 is less secure than AES. Why it is still used? I searched already in the internet and forum to check out if …

  10. 3des - Is it possible to perform a meet-in-the-middle within a block ...

    Jun 27, 2019 · Standard meet-in-the-middle explanations show that you can perform a meet-in-the-middle attack on a repeated block cipher such as double-DES (performing DES twice in a row). …