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 9Title = RC4 tests 10 11Availablein = legacy 12Cipher = RC4 13Key = 0123456789abcdef0123456789abcdef 14Plaintext = 0123456789abcdef 15Ciphertext = 75b7878099e0c596 16 17Availablein = legacy 18Cipher = RC4 19Key = 0123456789abcdef0123456789abcdef 20Plaintext = 0000000000000000 21Ciphertext = 7494c2e7104b0879 22 23Availablein = legacy 24Cipher = RC4 25Key = 00000000000000000000000000000000 26Plaintext = 0000000000000000 27Ciphertext = de188941a3375d3a 28 29Availablein = legacy 30Cipher = RC4 31Key = ef012345ef012345ef012345ef012345 32Plaintext = 0000000000000000000000000000000000000000 33Ciphertext = d6a141a7ec3c38dfbd615a1162e1c7ba36b67858 34 35Availablein = legacy 36Cipher = RC4 37Key = 0123456789abcdef0123456789abcdef 38Plaintext = 123456789ABCDEF0123456789ABCDEF0123456789ABCDEF012345678 39Ciphertext = 66a0949f8af7d6891f7f832ba833c00c892ebe30143ce28740011ecf 40 41Availablein = legacy 42Cipher = RC4 43Key = ef012345ef012345ef012345ef012345 44Plaintext = 00000000000000000000 45Ciphertext = d6a141a7ec3c38dfbd61 46 47Title = RC4 tests (From RFC6229) 48 49Availablein = legacy 50Cipher = RC4-40 51Key = 0102030405 52Plaintext = 00000000000000000000000000000000 53Ciphertext = b2396305f03dc027ccc3524a0a1118a8 54 55Availablein = legacy 56Cipher = RC4-40 57Key = 833222772a 58Plaintext = 00000000000000000000000000000000 59Ciphertext = 80ad97bdc973df8a2e879e92a497efda 60 61Availablein = legacy 62Cipher = RC4 63Key = 0102030405060708090a0b0c0d0e0f10 64Plaintext = 00000000000000000000000000000000 65Ciphertext = 9ac7cc9a609d1ef7b2932899cde41b97 66 67Availablein = legacy 68Cipher = RC4 69Key = ebb46227c6cc8b37641910833222772a 70Plaintext = 00000000000000000000000000000000 71Ciphertext = 720c94b63edf44e131d950ca211a5a30 72 73#Self generated. Long key 74Availablein = legacy 75Cipher = RC4 76Key = ebb46227c6cc8b37641910833222772a00000000 77Plaintext = 00000000000000000000000000000000 78Ciphertext = 358b23dba47770e72c7ea8ce5bd68da3 79