1 # 2 # Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved. 3 # 4 # Licensed under the Apache License 2.0 (the "License"). You may not use 5 # this file except in compliance with the License. You can obtain a copy 6 # in the file LICENSE in the source distribution or at 7 # https://www.openssl.org/source/license.html 8 9 Title = DES ECB Tests (from destest) 10 11 Availablein = legacy 12 Cipher = DES-ECB 13 Key = 0000000000000000 14 Plaintext = 0000000000000000 15 Ciphertext = 8CA64DE9C1B123A7 16 17 Availablein = legacy 18 Cipher = DES-ECB 19 Key = FFFFFFFFFFFFFFFF 20 Plaintext = FFFFFFFFFFFFFFFF 21 Ciphertext = 7359B2163E4EDC58 22 23 Availablein = legacy 24 Cipher = DES-ECB 25 Key = 3000000000000000 26 Plaintext = 1000000000000001 27 Ciphertext = 958E6E627A05557B 28 29 Availablein = legacy 30 Cipher = DES-ECB 31 Key = 1111111111111111 32 Plaintext = 1111111111111111 33 Ciphertext = F40379AB9E0EC533 34 35 Availablein = legacy 36 Cipher = DES-ECB 37 Key = 0123456789ABCDEF 38 Plaintext = 1111111111111111 39 Ciphertext = 17668DFC7292532D 40 41 Availablein = legacy 42 Cipher = DES-ECB 43 Key = 1111111111111111 44 Plaintext = 0123456789ABCDEF 45 Ciphertext = 8A5AE1F81AB8F2DD 46 47 Availablein = legacy 48 Cipher = DES-ECB 49 Key = FEDCBA9876543210 50 Plaintext = 0123456789ABCDEF 51 Ciphertext = ED39D950FA74BCC4 52 53 Title = DES Tests (from FIPS PUB 81) 54 55 Availablein = legacy 56 Cipher = DES-CBC 57 Key = 0123456789abcdef 58 IV = 1234567890abcdef 59 Plaintext = 4e6f772069732074 60 Ciphertext = e5c7cdde872bf27c 61 NextIV = e5c7cdde872bf27c 62 63 Availablein = legacy 64 Cipher = DES-CFB8 65 Key = 0123456789abcdef 66 IV = 1234567890abcdef 67 Plaintext = 4e6f7720697320746865 68 Ciphertext = f31fda07011462ee187f 69 70 Availablein = legacy 71 Cipher = DES-CFB 72 Key = 0123456789abcdef 73 IV = 1234567890abcdef 74 Plaintext = 4e6f77206973207468652074696d6520666f7220616c6c20 75 Ciphertext = f3096249c7f46e51a69e839b1a92f78403467133898ea622 76 NextIV = 03467133898ea622 77 78 Title = DES Tests (various sources) 79 80 Availablein = legacy 81 Cipher = DES-EDE3-CFB1 82 Key = 000102030405060708090A0B0C0D0E0F1011121314151617 83 IV = 0001020304050607 84 Plaintext = "Hello World" 85 Ciphertext = 3CF55D656E9C0664513358 86 87 Availablein = legacy 88 Cipher = DES-EDE3-CFB1 89 Key = 000102030405060708090A0B0C0D0E0F1011121314151617 90 IV = 0001020304050607 91 Operation = DECRYPT 92 Plaintext = "Hello World" 93 Ciphertext = 3CF55D656E9C0664513358 94 95 Availablein = legacy 96 Cipher = DESX-CBC 97 Key = 0123456789abcdeff1e0d3c2b5a49786fedcba9876543210 98 IV = fedcba9876543210 99 Plaintext = 37363534333231204E6F77206973207468652074696D6520666F722000000000 100 Ciphertext = 846B2914851E9A2954732F8AA0A611C115CDC2D7951B1053A63C5E03B21AA3C4 101