mirror of
https://github.com/openssl/openssl.git
synced 2024-12-09 05:51:54 +08:00
e3f3ee448f
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9954)
65 lines
1.5 KiB
Plaintext
65 lines
1.5 KiB
Plaintext
#
|
|
# Copyright 2019 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)
|
|
|
|
Cipher = DES-ECB
|
|
Key = 0000000000000000
|
|
Plaintext = 0000000000000000
|
|
Ciphertext = 8CA64DE9C1B123A7
|
|
|
|
Cipher = DES-ECB
|
|
Key = FFFFFFFFFFFFFFFF
|
|
Plaintext = FFFFFFFFFFFFFFFF
|
|
Ciphertext = 7359B2163E4EDC58
|
|
|
|
Cipher = DES-ECB
|
|
Key = 3000000000000000
|
|
Plaintext = 1000000000000001
|
|
Ciphertext = 958E6E627A05557B
|
|
|
|
Cipher = DES-ECB
|
|
Key = 1111111111111111
|
|
Plaintext = 1111111111111111
|
|
Ciphertext = F40379AB9E0EC533
|
|
|
|
Cipher = DES-ECB
|
|
Key = 0123456789ABCDEF
|
|
Plaintext = 1111111111111111
|
|
Ciphertext = 17668DFC7292532D
|
|
|
|
Cipher = DES-ECB
|
|
Key = 1111111111111111
|
|
Plaintext = 0123456789ABCDEF
|
|
Ciphertext = 8A5AE1F81AB8F2DD
|
|
|
|
Cipher = DES-ECB
|
|
Key = FEDCBA9876543210
|
|
Plaintext = 0123456789ABCDEF
|
|
Ciphertext = ED39D950FA74BCC4
|
|
|
|
Title = DES Tests (from FIPS PUB 81)
|
|
|
|
Cipher = DES-CBC
|
|
Key = 0123456789abcdef
|
|
IV = 1234567890abcdef
|
|
Plaintext = 4e6f772069732074
|
|
Ciphertext = e5c7cdde872bf27c
|
|
|
|
Cipher = DES-CFB8
|
|
Key = 0123456789abcdef
|
|
IV = 1234567890abcdef
|
|
Plaintext = 4e6f7720697320746865
|
|
Ciphertext = f31fda07011462ee187f
|
|
|
|
Cipher = DES-CFB
|
|
Key = 0123456789abcdef
|
|
IV = 1234567890abcdef
|
|
Plaintext = 4e6f77206973207468652074696d6520666f7220616c6c20
|
|
Ciphertext = f3096249c7f46e51a69e839b1a92f78403467133898ea622
|