Souly
Souly

Reputation: 109

Identify GSM encryption algorithm

I would like to find out whether my android phone (ADP) is using A5/0, A5/1 or A5/2 at a specific time. How can I achieve this?

Upvotes: 10

Views: 1966

Answers (1)

Xample
Xample

Reputation: 490

The encryption algorithms for GSM are done in the GSM modem and not in the Android OS. The encryption algorithm that your phone uses depends on your carrier and the GSM modem. You probably won't be able to find out what algorithm it is using at a given time since Andorid is only communicating with the GSM modem using AT-commands that often obfuscate those details.

Here is a paper on GSM architecture.

Upvotes: 7

Related Questions