PDA

View Full Version : SAGEM and RSA


yayout
12-15-2007, 14:27
hi!
i read a document from Texas instrument thats says Secure Calypso+ need a signed Flash Loader with two RSA keys (originator and manufacturer) according to the PUB_KEY of the device and i tested 3 sagem phones no one has the same as other,so how the hell legija has done this??:eek:
BR

*phone-company*
12-15-2007, 17:30
maybe there is a small whole in security......;)

bkerler
12-20-2007, 11:19
First of all, it might be that you assume that the signature is a key. In fact, most of the time, the loader gets hashed and then encrypted with private key, added to the loader.

Another option is that the keys themselfs are also encrypted by private key, decrypted using modulus and exponent in mobile.

Last option is that the keys are randomly generated using Imei or Hardware key.