Domain Name Service System With Secured Manner Project Source Code

Domain name service system with secured manner project Abstract:

Domain name service system with secured manner project is a 2010 cse project implemented in java platform. This project is used in mapping of ip address to host names and provide secure data transfer between sender and receiver. Existing system works on RSA algorithm which is a manually generated security key.

This method uses two prime numbers for creating new key pair which is not a effective method. In this method there are chances of mathematical and brute force attacks. Here private key is available on network.

Considering these issues we implement a secured cryptography method where both private key and public key are used for encryption and decryption. While sending data messages are encrypted with public key and on receiving site private key is used for decryption.

Detailed explanation about project is provided in project report and paper presentation.

 download Domain name service system with secured manner project base paper pdf, source code in java and project report with ppt.

2 Replies to “Domain Name Service System With Secured Manner Project Source Code”

  1. Really nice project. But i want to code the program in netbeans and i am finding it difficult to go through. Whenever i want to send something error message destination maybe switched of pops up.
    Please i need help on this

Leave a Reply

Your email address will not be published. Required fields are marked *