Selected Projects

B.E Final Year Project Project - Time Series Data Mining Tool

Time Series Data Mining Tool
2013 R.V College Of Engineering
The project focused on analysis of Rainfall time series of Chikkaballapur District.
The tool was used to perform anomaly detection, forecasting, similarity detection and temporal pattern detection on the above data set.
A web based interface with chart visualisation was provided for the end user. This was done using Java Server pages and Servlets.
Github Link | Report

Key Based Data Embedding Technique in Image Steganography

Key Based Data Embedding Technique in Image Steganography
2012.
The project implemented a novel method of data embedding in images by making use of a key.
The key was used for internally embedding data in the image. An additional level of security is added by using the Advanced Encryption Standard (AES)for encrypting the data before embedding it. For the key distribution, Diffie Hellman Key Exchange Protocol was used. A data embedding capacity of 12.5% was achieved.
Github Link

SSL Web Server Rating Application

2012.
SSL is widely used in web applications that involve electronic ordering and payments. It is assumed that as long as the website is protected using SSL, it is secure. However that is not true. The objective of the project was to find out the safety of a transaction by taking cipher suites, signature algorithms, public key length, Certificate and other factors into consideration.
Github Link