| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
A more slightly advanced encryption. | Java (JDK 1.5) | Advanced / Reid Booth | 8213 since 2/27/2008 5:55:06 PM | Unrated
|
| |
Encrypts a string by the given "key" (ScreenShot) |
| |
| |
| |
 |
A Port Scanner | Java (JDK 1.1), Java (JDK 1.2) | Intermediate / Adeel Qureshi | 26716 since 3/13/2002 10:34:35 PM |
By 7 Users 4 Excellent Ratings
|
| |
Keep an eye on the open ports in your local pc. A java written port scanner which looks for the open ports in the given server and logs a report of them. (ScreenShot) |
| |
| |
| |
 |
ANTIVIRUS 3.0.0.0 | Java (JDK 1.5) | Advanced / Pravin H. Rane | 4355 since 12/27/2011 1:52:03 PM |
By 2 Users
|
| |
this project required jdk 1.6 or higher version.
please visit my website for more java projects:
www.java-sourcecode.weebly.com/java-projects.html
for any suggestion or for any help regarding to any project,email me on:
pravin.rane38@gmail.com (ScreenShot) |
| |
Please support the site by visiting our
sponsor:
|
| |
| |
 |
AP Project Encryption | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.4), Java (JDK 1.5) | Beginner / Carl S. Finch | 10592 since 3/15/2005 4:16:17 PM |
By 1 Users
|
| |
Could some programmer please give me a few pointers on what I am doin wrong? I am currently working on a encryptor/decryptor that is also suppose to open/save files as they are encrypted/decrypted from my program. Could some one please lead me to the righ ...(description truncated) |
| |
| |
| |
 |
BasicEncryption | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Intermediate / MathematicZ | 9435 since 4/22/2007 6:15:34 PM | Unrated
|
| |
Simple little encryption example code reverses the string and prints it out on the screen as an encrypted word |
| |
| |
| |
 |
Byte Bump Encode | Java (JDK 1.1), Java (JDK 1.2) | Beginner / John McDonald | 9464 since 3/13/2002 3:42:39 PM |
By 2 Users
|
| |
My code takes a string, turns it to binary (a series of 1's and 0's) then adds a few extra fake bits at the begining of the series and a couple at the end(to even it out). Then turns it back into a Readable string again. It also does the reverse process.
...(description truncated) |
| |
| |
| |
 |
Caesers Shift encryption | Java (JDK 1.2) | Advanced / Steve Klein | 14098 since 11/13/2002 5:43:48 PM |
By 3 Users
|
| |
Encrypt by shifting x number of characters (ScreenShot) |
| |
| |
| |
 |
CODER AND DE-CODER | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Intermediate / Suyash Bhatt | 5339 since 5/11/2006 8:43:10 AM |
By 2 Users
|
| |
This code is written for the main purpose of security. It can code a sentence to an other string for some specific number and can be de coded back only if the coded form along with the secret number are entered. |
| |
| |
| |
 |
Credit Card Validation | Java (JDK 1.2) | Intermediate / FAzle AreFin | 14826 since 7/6/2002 4:20:36 PM |
By 2 Users
|
| |
Checks if credit card numbers are valid.
Please inform me if the program says invalid number even when you enter valid credit card numbers.
This program, in no way, stores or transmits credits card numbers to some other person or place. I would love to he ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
Cryptography and Steganography | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Intermediate / Punit Agarwal | 19641 since 5/7/2005 7:13:51 AM |
By 7 Users 5 Excellent Ratings
|
| |
This code provides use of cryptography and steganography by using DES and TripleDES and LSB algorithm( least significant bit) |
| |