Hi! I wanted to create a Voice Encryption Application that will handle the calls when it is running. Are there libraries or API's that would might help me in making this?
Hi! I wanted to create a Voice Encryption Application that will handle the calls when it is running. Are there libraries or API's that would might help me in making this?
ohh
i try more and searching about this from greater than 30 days but i not get the solution and i have some information but i postpone this because this is some hard try to look:
http://discussion.forum.nokia.com/fo...d.php?t=170598
and search with "secure voice call" and u can do with "data call"
Ahmed Mahfouz
Researcher
Handset
Hi,
In 3rd sdk onwards CTelephony helps in call handling but encrypting a call is entirely different,because encryption can be done on data only. So what I think you need to catch the raw data befor they convert into packet. I am not sure whether there is any api for this or not.
Use Qt-Quick to make your application UI more attractive.
http://store.ovi.com/content/271896 | http://store.ovi.com/content/276199 | http://store.ovi.com/content/276202 | http://store.ovi.com/content/280827
Most third party voice call encryption solutions depends either on data calls or use a dedicated hardware device such as custom bluetooth headsets to achieve this.
However i guess it may be possible to add systemetic noice to the telephony uplink using public api's (VAS/APS) and you should be able to remove the noise on the receiving end. This in effect will scramble the voice data and make it hard for the depicher, though i am not sure of the cryptanalysis strength of this.
Hope that helps,
VJ