|
|
RC4 Implementation in java
|
Total Hit (18231) |
This code will help you to use RC4 in java. you dont require javax.sec.. blah blah.. Just compile and run
Remember the crypt routine here changes the argument input. You can easily use this code for file encrytpion also.
For file encr./decr. just open file and get the input/output stream, then
....Read More |
Rating
|
|
|
|