Would it be possible for me to build an application that enables people to encrypt call coming to me with my public key and then for me to decrypt the call data at my end using my own private key. This way I basically have a more secure communication channel which I am assuming because RSA is hard to crack would be difficult to monitor.

I am asking this question from a research point of view and have absolutely not considered the factor as to how computationally feasible would such an application be. I would just like to know if there is a way for me to intercept my outgoing data using any built functions.

Thanks

link|improve this question

50% accept rate
feedback

2 Answers

up vote 1 down vote accepted

technically it should be possible with something like sipdroid to use encryption though i have not tried it on my android phone.

https://guardianproject.info/tag/sipdroid/

link|improve this answer
this looks like a place to start with! Thanks, but this seems to talk about only IP data traffic. I would like to create an application that takes my raw voice data encrypt that and then pass on that data to the phones outgoing call mechanism to do what it does best. So direct voice calls can be more secured! – traumatized Sep 13 '10 at 11:48
GSM and CDMA are already encrypted. – Blrfl Sep 13 '10 at 11:55
i do realise that's what you were asking first time around, tbh i think that would be impractical as it would depend on whoever calls you to have the your public key. sipdroid encrypting calls would probably be the closest you will get for now. i could be wrong but what you suggest sounds a bit far-fetched. best of luck though :) if there has ever been a time when this kind of thing is possible with the openness of Android, it is now. – warsong Sep 13 '10 at 11:55
@Blrfl Since its not done by me, don't really trust it. If the idea were anymore ridiculous I would probably be tagged a conspiracy theorist. :) – traumatized Sep 13 '10 at 12:13
@warsong I was worried people might might misinterpret what I am asking coz what I am asking is pretty ridiculous and infeasible. But then its just research interest, and you never know. :) – traumatized Sep 13 '10 at 12:14
show 5 more comments
feedback

PGP-phone has sourcecode available. You could try to be compatible with it, or just use it for inspiration.

link|improve this answer
hey thanks this looks pretty close. I will use it as reference, I was actually looking for a way for me to access the data stream which is sent out of my device at realtime. Would like a way to access that to start with. – traumatized Sep 13 '10 at 11:42
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.