Java Implementing RC4 Algorithm

 Implementing RC4 Algorithm Code :             import.java.io.*; class RC4Demo { String strPlain; static char cipher[]; RC4Demo(String...