|
|
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
|
|
|
Easy image conversion
|
Total Hit (5903) |
This java application will help to convert any image (bmp,jpg,gif,png...) to any (jpg,gif,bmp,png).
How to run!!!!
1. Compile ConvertImage.java file (the source code is listed with this article
2. Modify class path to include com.zip OR use -djava.class.path directive
3. Run ConvertImage as
....Read More |
Rating
|
|
|
|
|
|