Friday, May 30, 2008

My Projects

1. To apply Digital Signature using DSA
Exposure : Number theory algorithms, Java
Guide : Mr. R.S. Singh ,Computer Science and Engg. ,ITBHU
Summary : This is a year long academic project of my sophomore year. In this project,
we aim implement digital signature scheme. As an initial, I have
implemented the DSA as specified by NIST . I have further implemented
RSA as well. I have further implemented the project by implementing stegnography.

Period : 2007-08
2. Web Crawler :
Exposure : perl
Summary : I made a web search engine using crawling algorithm. The simplest crawling
algorithm uses a queue of URLs to be visited and fast mechanism to determine
whether it has been visited or not. The crawler initializes one or more "seeds" URL.
Crawling proceeds by making an HTTP request to fetch the page at the first URL in the queue. When the crawler fetches the page, it scans the contents for links to other URLs and adds each previously unseen URL to the queue. Finally, the crawler saves the page content for indexing. Crawling continues until the queue is empty.This project was presented in the Eniac event of Technex 08.
Period : January – February 2008

3. Web Crawler
Platform : Java
Summary : It was same as last project but with platform used as java.
Period : April 2008

0 Responses: