I need to perform RC4 encryption with 256-bits key. Surprisingly. openssl won't let me:
# printf 'cleartext' |openssl rc4 -K 3132333435363738393031323334353637383930313233343536373839303132 -iv 0 -a -p
salt=0100000000000000
key=31323334353637383930313233343536
Q9z20FaRqfFn
As you can see the key is forced to be 128 bits. Any ideas?