#!/bin/sh
# This script tries to emulate the rc4 program using mcrypt

mcrypt -a rc4 --hex --key $1 --keymode 8bit -m stream --bare --force
