python3 /opt/security-labs/5g-aka-demo.py
Run 5G-AKA authentication demo
python3 /opt/security-labs/kdf-demo.py
Key Derivation Function demo
python3 /opt/security-labs/milenage.py
Milenage algorithm implementation
openssl rand -hex 16
Generate 128-bit random key (K)
openssl rand -hex 16 | tr a-z A-Z
Generate OPc key (uppercase)