|
Submitted By :
Rathi Vijay
(Member Since : 6/5/2004 2:19:56 AM)
|
|
|
Job Description :
Hi, I persued my graduation in computer engineering. The area of technology which interests me much is, systems programming, mobile and wireless, embedded linux/RTOS.
At present (as on 6th June, 04) I am working with 3Di Systems (I) Pvt. Ltd., as Sr. Software Engineer in embedded linux/RTOS area. |
View all (4) submissions by this author
(Birth Date : 12/31/1979 ) |
|
|
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
|
|
|
|
RC4 Algorithm implementation
|
Total Hit (7114) |
Hi,
RC4 is a symmetric encryption/decryption algorithm. RC4 uses same key to encrypt and decrypt the data length. The project attatched with this article contains Visual C++ source which presents example of RC4 implementation. Build the project and you will get cipherbin.exe in the root of it.
....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
|
|
|