| # |
| # Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved. |
| # |
| # Licensed under the Apache License 2.0 (the "License"). You may not use |
| # this file except in compliance with the License. You can obtain a copy |
| # in the file LICENSE in the source distribution or at |
| # https://www.openssl.org/source/license.html |
| |
| Title = DES ECB Tests (from destest) |
| |
| Availablein = legacy |
| Cipher = DES-ECB |
| Key = 0000000000000000 |
| Plaintext = 0000000000000000 |
| Ciphertext = 8CA64DE9C1B123A7 |
| |
| Availablein = legacy |
| Cipher = DES-ECB |
| Key = FFFFFFFFFFFFFFFF |
| Plaintext = FFFFFFFFFFFFFFFF |
| Ciphertext = 7359B2163E4EDC58 |
| |
| Availablein = legacy |
| Cipher = DES-ECB |
| Key = 3000000000000000 |
| Plaintext = 1000000000000001 |
| Ciphertext = 958E6E627A05557B |
| |
| Availablein = legacy |
| Cipher = DES-ECB |
| Key = 1111111111111111 |
| Plaintext = 1111111111111111 |
| Ciphertext = F40379AB9E0EC533 |
| |
| Availablein = legacy |
| Cipher = DES-ECB |
| Key = 0123456789ABCDEF |
| Plaintext = 1111111111111111 |
| Ciphertext = 17668DFC7292532D |
| |
| Availablein = legacy |
| Cipher = DES-ECB |
| Key = 1111111111111111 |
| Plaintext = 0123456789ABCDEF |
| Ciphertext = 8A5AE1F81AB8F2DD |
| |
| Availablein = legacy |
| Cipher = DES-ECB |
| Key = FEDCBA9876543210 |
| Plaintext = 0123456789ABCDEF |
| Ciphertext = ED39D950FA74BCC4 |
| |
| Title = DES Tests (from FIPS PUB 81) |
| |
| Availablein = legacy |
| Cipher = DES-CBC |
| Key = 0123456789abcdef |
| IV = 1234567890abcdef |
| Plaintext = 4e6f772069732074 |
| Ciphertext = e5c7cdde872bf27c |
| NextIV = e5c7cdde872bf27c |
| |
| Availablein = legacy |
| Cipher = DES-CFB8 |
| Key = 0123456789abcdef |
| IV = 1234567890abcdef |
| Plaintext = 4e6f7720697320746865 |
| Ciphertext = f31fda07011462ee187f |
| |
| Availablein = legacy |
| Cipher = DES-CFB |
| Key = 0123456789abcdef |
| IV = 1234567890abcdef |
| Plaintext = 4e6f77206973207468652074696d6520666f7220616c6c20 |
| Ciphertext = f3096249c7f46e51a69e839b1a92f78403467133898ea622 |
| NextIV = 03467133898ea622 |
| |
| Title = DES Tests (various sources) |
| |
| Availablein = legacy |
| Cipher = DES-EDE3-CFB1 |
| Key = 000102030405060708090A0B0C0D0E0F1011121314151617 |
| IV = 0001020304050607 |
| Plaintext = "Hello World" |
| Ciphertext = 3CF55D656E9C0664513358 |
| |
| Availablein = legacy |
| Cipher = DES-EDE3-CFB1 |
| Key = 000102030405060708090A0B0C0D0E0F1011121314151617 |
| IV = 0001020304050607 |
| Operation = DECRYPT |
| Plaintext = "Hello World" |
| Ciphertext = 3CF55D656E9C0664513358 |
| |
| Availablein = legacy |
| Cipher = DESX-CBC |
| Key = 0123456789abcdeff1e0d3c2b5a49786fedcba9876543210 |
| IV = fedcba9876543210 |
| Plaintext = 37363534333231204E6F77206973207468652074696D6520666F722000000000 |
| Ciphertext = 846B2914851E9A2954732F8AA0A611C115CDC2D7951B1053A63C5E03B21AA3C4 |