ADITYA AAYUSH
PROJECTS & PUBLICATIONS
Research Publication
Understanding SSL Protocol and Its Cryptographic Weaknesses
Accepted at 3rd IEEE International Conference on Intelligent Engineering and Management (ICIEM) 2022
This paper briefly mentions client-server interaction based on HTTP protocol. It gives a detailed explanation of the design and implementation of the Secure Socket Layer protocol, followed by a discussion on the cryptographic vulnerabilities associated with SSL and possible ways to tackle them.
Personal Projects
Movie Information and Seat Booking Application
Jan 2023 - Mar 2023
Movie ticket booking and management is an application that allows users to register, book movie tickets online, and gather information about upcoming movies. It is built using flutter, making it compatible with Android and iOS devices. User sign-in is supported using Firebase Authentication, and the backend database uses Firebase Realtime Database.
Analysis of Elliptic-Curve-Cryptography
Mar 2022 - Aug 2022
I implemented a research project to identify a lightweight cryptographic algorithm to efficiently secure communication between IoT devices. I Analyzed the performance of the Elliptic Curve Cryptography (ECC) algorithm, used extensively in IoT devices, by testing them on varying data sizes and tracking the time to encrypt and decrypt the data.
Regression Analysis of Crime Data
Mar 2021 - Jun 2021
This project analyzes crime data from various resources to find crime patterns and trends. The dataset was analyzed using Linear Regression, Support Vector Regression, Decision Tree Regression, and Random Forest Regression models. By the Cross Validation score, Linear regression had the best performance and was used for further generalization. The frameworks used include Pandas, Numpy, Seaborn, Matplotlib, and Scikit learn. Additionally, this analysis can be applied to increase efficiency in solving crimes by managing the large volume of data generated, which can be complex and difficult to manage.
Attendance Tracking Application
Feb 2021 - Jun 2021
This application is mainly designed for an organization's faculties and other staff members to maintain attendance regularly. Using this system, the subject handlers, staff, or authorities can verify the number of students present or absent in a classroom session. This application allows users to mark attendance through mobile devices. Furthermore, this enables the teachers to observe and edit the attendance in the system database for future retrieval. The application is built on Android Studios and integrated with Firebase Database.