]> git.ipfire.org Git - thirdparty/openssl.git/blame - test/recipes/30-test_evp_data/evpciph_bf.txt
Update copyright year
[thirdparty/openssl.git] / test / recipes / 30-test_evp_data / evpciph_bf.txt
CommitLineData
18385800 1#
eec0ad10 2# Copyright 2019-2020 The OpenSSL Project Authors. All Rights Reserved.
18385800
MC
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
10Title = Self generated BF test vectors
11
12Cipher = BF-ECB
18385800
MC
13Key = 000102030405060708090a0b0c0d0e0f
14Plaintext = 0f0e0c0d0b0a09080706050403020100
15Ciphertext = 079590e0010626685653b9b6c2a406e0
16
17#Bigger key
18Cipher = BF-ECB
18385800
MC
19Key = 000102030405060708090a0b0c0d0e0f00000000
20Plaintext = 0f0e0c0d0b0a09080706050403020100
21Ciphertext = 7a0fe3734ad4785b49e59296b7861789
22
23Cipher = BF-CBC
18385800
MC
24Key = 000102030405060708090a0b0c0d0e0f
25IV = 0101010101010101
26Plaintext = 0f0e0c0d0b0a09080706050403020100
27Ciphertext = 39c65006742b62a49f7a40ff69749c0a
28
29#Bigger key
30Cipher = BF-CBC
18385800
MC
31Key = 000102030405060708090a0b0c0d0e0f00000000
32IV = 0101010101010101
33Plaintext = 0f0e0c0d0b0a09080706050403020100
34Ciphertext = 3a5cefdb91e56e7aab45e7ea562bd465
35
36Cipher = BF-OFB
18385800
MC
37Key = 0001020304050607
38IV = 0101010101010101
39Plaintext = 0f0e0c0d0b0a09080706050403020100
40Ciphertext = 27be8331cdc52dc61724029d302b9358
41
42#Bigger key
43Cipher = BF-OFB
18385800
MC
44Key = 000102030405060700000000
45IV = 0101010101010101
46Plaintext = 0f0e0c0d0b0a09080706050403020100
47Ciphertext = f108f229cc1cbe228aa3b2407979289a
48
49Cipher = BF-CFB
18385800
MC
50Key = 0001020304050607
51IV = 0101010101010101
52Plaintext = 0f0e0c0d0b0a09080706050403020100
53Ciphertext = 27be8331cdc52dc675a93625f90f5db4
54
55#Bigger key
56Cipher = BF-CFB
18385800
MC
57Key = 000102030405060700000000
58IV = 0101010101010101
59Plaintext = 0f0e0c0d0b0a09080706050403020100
60Ciphertext = f108f229cc1cbe2214f00c3a8611cb46