DiggerPopPC
Member
- Joined
- Mar 24, 2025
- Messages
- 13
Thanks for your helping in my problem. The main idea of my question is algorithm how to take open data. I have packets (last week I find part of algorithm which described Genguser). I used okdmr and undertood algorithm to take service data from LC header. But where is describing type of crypto algorithm at this moment I dont know.
I would like to understand the data transformation from the moment of recording from the air or network to the moment of receiving open data. I have an example with a known key for ARC4 and I work with it. Unfortunately, I have a number of packets with voice for 3 superframes. I thought that one set would be enough to understand the full algorithm.
I understand that the projects have the algorithm itself, but unfortunately there is not enough understanding of how to feed data to them and go step by step with the data. Now I am working with OKDMR. Feeding distant voice packets to the input one by one. Maybe someone understands how to get a ready-to-decrypt superframe from 6 voice packets? And how to submit it for decryption? Judging by the information, a gamma is generated from the key, and the superframe is XORed with it bitwise. This is in theory. But so far in practice I have not received this(((
And many thanks to all participants for your help.
I would like to understand the data transformation from the moment of recording from the air or network to the moment of receiving open data. I have an example with a known key for ARC4 and I work with it. Unfortunately, I have a number of packets with voice for 3 superframes. I thought that one set would be enough to understand the full algorithm.
I understand that the projects have the algorithm itself, but unfortunately there is not enough understanding of how to feed data to them and go step by step with the data. Now I am working with OKDMR. Feeding distant voice packets to the input one by one. Maybe someone understands how to get a ready-to-decrypt superframe from 6 voice packets? And how to submit it for decryption? Judging by the information, a gamma is generated from the key, and the superframe is XORed with it bitwise. This is in theory. But so far in practice I have not received this(((
And many thanks to all participants for your help.