On Jan 22, 2020, at 4:57 AM, Arindam Gupta (arindamg) <arindamg@cisco.com> wrote:
Hi Arran, Few quick questions : In your AKA test configuration under https://github.com/FreeRADIUS/freeradius-server/tree/master/src/tests/eapol_...
identity="010026000000000" password="465b5ce8b199b49faa5f0a2ee238a6bc:cd63cb71954a9f4e48a5994e37a02baf:000000000002"
Is identity refer to an mobile IMSI number?
I does.
How password is being generated, is it encrypted with certain algo?
It's used as the input for the milenage algorithm (in this case). Milenage then produces a set of authentication vectors. You need to do some background reading on how this works. EAP-AKA and friends are not intended for general consumption. The bundled documentation assumes the level of knowledge of a telecommunications engineer. -Arran