I am a student in Computer Science.As a part of final project I need to do a project on the security side of Android like demonstrating attacks or remedies of that.
I searched for different ideas which I can implement on Android within a span of 2-3 months.
Can anyone please suggest some ideas for simple security apps which I can develop within 2-3 months?
I am a student in Computer Science.As a part of final project I need
Share
One of the main concerns with mobile devices (Not just Android) is privacy. This entails not only privacy from peering eyes, but also people packet sniffing. Supposedly one university/organization(I can’t remember which) did a test to see if they could grab data from the air and piece it back together to get some sort of information… Do I think you could do this in 2-3 months? Perhaps, but probably not.
How about something that create a secure point-to-point data connection between two android phones? Through this pipeline, create the ability to successfully send anything from text to files of varying sizes. Have two versions: one encrypted, the other not. Prove the encrypted pipeline is actually secure by showing the ability to acquire the data from the unencrypted line.
If this is too time consuming, maybe just simply show all the holes in a generic Android system, whether it’s a vanilla Android version or a certain company’s spin of it. I’m not saying you have to break a phone, but maybe you could show that you can acquire sensitive data!