2019-11-15 22:15:09 +08:00
|
|
|
#
|
2020-10-15 21:10:06 +08:00
|
|
|
# Copyright 2019-2020 The OpenSSL Project Authors. All Rights Reserved.
|
2019-11-15 22:15:09 +08:00
|
|
|
#
|
|
|
|
# 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 = Self generated BF test vectors
|
|
|
|
|
2020-12-02 19:56:31 +08:00
|
|
|
Availablein = legacy
|
2019-11-15 22:15:09 +08:00
|
|
|
Cipher = BF-ECB
|
|
|
|
Key = 000102030405060708090a0b0c0d0e0f
|
|
|
|
Plaintext = 0f0e0c0d0b0a09080706050403020100
|
|
|
|
Ciphertext = 079590e0010626685653b9b6c2a406e0
|
|
|
|
|
|
|
|
#Bigger key
|
2020-12-02 19:56:31 +08:00
|
|
|
Availablein = legacy
|
2019-11-15 22:15:09 +08:00
|
|
|
Cipher = BF-ECB
|
|
|
|
Key = 000102030405060708090a0b0c0d0e0f00000000
|
|
|
|
Plaintext = 0f0e0c0d0b0a09080706050403020100
|
|
|
|
Ciphertext = 7a0fe3734ad4785b49e59296b7861789
|
|
|
|
|
2020-12-02 19:56:31 +08:00
|
|
|
Availablein = legacy
|
2019-11-15 22:15:09 +08:00
|
|
|
Cipher = BF-CBC
|
|
|
|
Key = 000102030405060708090a0b0c0d0e0f
|
|
|
|
IV = 0101010101010101
|
|
|
|
Plaintext = 0f0e0c0d0b0a09080706050403020100
|
|
|
|
Ciphertext = 39c65006742b62a49f7a40ff69749c0a
|
|
|
|
|
|
|
|
#Bigger key
|
2020-12-02 19:56:31 +08:00
|
|
|
Availablein = legacy
|
2019-11-15 22:15:09 +08:00
|
|
|
Cipher = BF-CBC
|
|
|
|
Key = 000102030405060708090a0b0c0d0e0f00000000
|
|
|
|
IV = 0101010101010101
|
|
|
|
Plaintext = 0f0e0c0d0b0a09080706050403020100
|
|
|
|
Ciphertext = 3a5cefdb91e56e7aab45e7ea562bd465
|
|
|
|
|
2020-12-02 19:56:31 +08:00
|
|
|
Availablein = legacy
|
2019-11-15 22:15:09 +08:00
|
|
|
Cipher = BF-OFB
|
|
|
|
Key = 0001020304050607
|
|
|
|
IV = 0101010101010101
|
|
|
|
Plaintext = 0f0e0c0d0b0a09080706050403020100
|
|
|
|
Ciphertext = 27be8331cdc52dc61724029d302b9358
|
|
|
|
|
|
|
|
#Bigger key
|
2020-12-02 19:56:31 +08:00
|
|
|
Availablein = legacy
|
2019-11-15 22:15:09 +08:00
|
|
|
Cipher = BF-OFB
|
|
|
|
Key = 000102030405060700000000
|
|
|
|
IV = 0101010101010101
|
|
|
|
Plaintext = 0f0e0c0d0b0a09080706050403020100
|
|
|
|
Ciphertext = f108f229cc1cbe228aa3b2407979289a
|
|
|
|
|
2020-12-02 19:56:31 +08:00
|
|
|
Availablein = legacy
|
2019-11-15 22:15:09 +08:00
|
|
|
Cipher = BF-CFB
|
|
|
|
Key = 0001020304050607
|
|
|
|
IV = 0101010101010101
|
|
|
|
Plaintext = 0f0e0c0d0b0a09080706050403020100
|
|
|
|
Ciphertext = 27be8331cdc52dc675a93625f90f5db4
|
|
|
|
|
|
|
|
#Bigger key
|
2020-12-02 19:56:31 +08:00
|
|
|
Availablein = legacy
|
2019-11-15 22:15:09 +08:00
|
|
|
Cipher = BF-CFB
|
|
|
|
Key = 000102030405060700000000
|
|
|
|
IV = 0101010101010101
|
|
|
|
Plaintext = 0f0e0c0d0b0a09080706050403020100
|
|
|
|
Ciphertext = f108f229cc1cbe2214f00c3a8611cb46
|