evpciph_bf.txt 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. #
  2. # Copyright 2019 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. Title = Self generated BF test vectors
  9. Cipher = BF-ECB
  10. Availablein = default
  11. Key = 000102030405060708090a0b0c0d0e0f
  12. Plaintext = 0f0e0c0d0b0a09080706050403020100
  13. Ciphertext = 079590e0010626685653b9b6c2a406e0
  14. #Bigger key
  15. Cipher = BF-ECB
  16. Availablein = default
  17. Key = 000102030405060708090a0b0c0d0e0f00000000
  18. Plaintext = 0f0e0c0d0b0a09080706050403020100
  19. Ciphertext = 7a0fe3734ad4785b49e59296b7861789
  20. Cipher = BF-CBC
  21. Availablein = default
  22. Key = 000102030405060708090a0b0c0d0e0f
  23. IV = 0101010101010101
  24. Plaintext = 0f0e0c0d0b0a09080706050403020100
  25. Ciphertext = 39c65006742b62a49f7a40ff69749c0a
  26. #Bigger key
  27. Cipher = BF-CBC
  28. Availablein = default
  29. Key = 000102030405060708090a0b0c0d0e0f00000000
  30. IV = 0101010101010101
  31. Plaintext = 0f0e0c0d0b0a09080706050403020100
  32. Ciphertext = 3a5cefdb91e56e7aab45e7ea562bd465
  33. Cipher = BF-OFB
  34. Availablein = default
  35. Key = 0001020304050607
  36. IV = 0101010101010101
  37. Plaintext = 0f0e0c0d0b0a09080706050403020100
  38. Ciphertext = 27be8331cdc52dc61724029d302b9358
  39. #Bigger key
  40. Cipher = BF-OFB
  41. Availablein = default
  42. Key = 000102030405060700000000
  43. IV = 0101010101010101
  44. Plaintext = 0f0e0c0d0b0a09080706050403020100
  45. Ciphertext = f108f229cc1cbe228aa3b2407979289a
  46. Cipher = BF-CFB
  47. Availablein = default
  48. Key = 0001020304050607
  49. IV = 0101010101010101
  50. Plaintext = 0f0e0c0d0b0a09080706050403020100
  51. Ciphertext = 27be8331cdc52dc675a93625f90f5db4
  52. #Bigger key
  53. Cipher = BF-CFB
  54. Availablein = default
  55. Key = 000102030405060700000000
  56. IV = 0101010101010101
  57. Plaintext = 0f0e0c0d0b0a09080706050403020100
  58. Ciphertext = f108f229cc1cbe2214f00c3a8611cb46