2 years, 7 months ago
How do you decode the CInfo data in a Comcast CallerID message?
Comcast has a Adobe Air desktop program that will notify you of caller ID information when a call comes in. It appears to use a standard XMPP protocol, but the payload is encoded in some format.
There are more detail here:
http://truejournals.com/2009/05/23/comcasts-caller-id/
This is what a example message looks like:
3NoAaS45q2vvGEmdgNb35TReIbQcE7F5d4vtkBu0l1bsyVdLRr3VxaTyWbV
nyXpEIgjAs1QbBV2CK1HJjIb+yvTDOMXh5uDGh+Q552jyV6vxPM10+tlhNBfTEvNjB7QJnTHkd2Mmj5
Cl3JCdoRRw8/RTGSzDGrSQwLAmpht6GmS7DNMGcHc=
It does not appear to be BASE64 encoded.
There are more detail here:
http://truejournals.com/2009/05/23/comcasts-caller-id/
This is what a example message looks like:
3NoAaS45q2vvGEmdgNb35TReIbQcE7F5d4vtkBu0l1bsyVdLRr3VxaTyWbV
nyXpEIgjAs1QbBV2CK1HJjIb+yvTDOMXh5uDGh+Q552jyV6vxPM10+tlhNBfTEvNjB7QJnTHkd2Mmj5
Cl3JCdoRRw8/RTGSzDGrSQwLAmpht6GmS7DNMGcHc=
It does not appear to be BASE64 encoded.
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$1 Answer
It appears to be BASE64 encoded, but the "decoded" version is then still encoded in some other encoding. It's definately not plaintext. I assume the idea is to block you and I from getting access to this info.
I'm determined to find out :)
I'm determined to find out :)
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$Report Abuse