Is it possible to intercept voice data during call?

后端 未结 6 607
轮回少年
轮回少年 2021-02-04 13:09

I plan to develop Android application which will encrypt/decrypt voice data such that parties can communicate using secure channel. So the question is: how to intercept voice/au

6条回答
  •  野的像风
    2021-02-04 13:17

    if you are able to access low level libraries and used it to encrypt voice to send it directly through the voice channel off course it would not be possible for the called party to receive and decrypt the signal but if you modulate encrypted voice data and transform this voice data into speech like waveform and send through the voice channel of GSM then surely other party will receive and decrypt the voice.

提交回复
热议问题