Results 21 to 29 of 29
Thread: A Heads Up
-
03-14-2009, 06:26 AM #21
- Join Date
- Oct 2008
- Posts
- 649
Thanked: 77There is a signal between the key thingy in your pocket and the car.
-
03-14-2009, 06:38 AM #22
- Join Date
- Oct 2008
- Posts
- 649
Thanked: 77That part is pretty simple.
Code hoping only works when the remote and the base can communicate, and if you could intercept that, you could break the sequence. its a matter of time really,
no one is going to pay for a remote lock that cannot be broken when 99% of the time no one is looking for that vulnerability. it's the same for wireless routers, there was no need to change until everyone and their grandma could hack it.
-
03-14-2009, 07:22 AM #23
-
03-14-2009, 10:02 PM #24
- Join Date
- Feb 2009
- Location
- Sunshiny coast of Oz
- Posts
- 211
Thanked: 20Quick, I've heard that that the newest hack for WEP and WPA can be done with a minimum of 8 packets, and by around 100 packets there is twice the required info. I may be mistaken but that's what I remember reading.
besides if you knew the code structure, how hard would it be to brute force it?
-
03-15-2009, 07:14 PM #25
- Join Date
- Oct 2008
- Posts
- 649
Thanked: 77It's not the same for your car. Cars use "code hopping"/"rolling codes".
Here's an explanation of a pretty basic scheme. HowStuffWorks "How Remote Entry Works"
You can also see that code capturing will not work with a rolling code transmitter like this. Older garage door transmitters sent the same 8-bit code based on the pattern set on the DIP switches. Someone could capture the code with a radio scanner and easily re-transmit it to open the door. With a rolling code, capturing the transmission is useless. There is no way to predict which random number the transmitter and receiver have chosen to use as the next code, so re-transmitting the captured code has no effect. With trillions of possibilities, there is also no way to scan through all the codes because it would take years to do that.
It's true that the pseudo random number generator is "pseudo". Given the same "seed" it will generate the the same sequence of random numbers. Determining the seed is one problem, then determining where the car and key are in the sequence is another, and then the sequence/seed can be further "randomized" dynamically. You might do something like modify the seed/sequence based on the key fob battery strength every now and again. So it doesn't matter if you know the code structure or have the source code. You can't "brute force" it simply due to the size of the number space.
-
03-15-2009, 08:24 PM #26
- Join Date
- Feb 2009
- Location
- Sunshiny coast of Oz
- Posts
- 211
Thanked: 20you may very well be correct. I honestly don't know all that much about this stuff, and I'm going on some applied logic, which may be faulty. However, I'm not going to assume that something as cheap as a car remote system is unbreakable. I'd hazard a guess that 90% of systems are not very complex at all, and the 10% that are in the "very difficult" category are not worth messing with.
The reason why there is not a greater threat is that a brick in the window works much more efficiently.
Like any "security" system, I choose to trust them only as far as I know them, any protective measure that works based on secrecy is not very good IMHO.
Thanks for the enlightenment though!
-
03-15-2009, 08:56 PM #27
- Join Date
- Oct 2008
- Posts
- 649
Thanked: 77The hardware is inexpensive. Original development of these software algorithms was expensive but not when scaled to a per unit price. Most all the technology is not licensed and available for free.
Like any "security" system, I choose to trust them only as far as I know them, any protective measure that works based on secrecy is not very good IMHO.Last edited by Quick; 03-15-2009 at 08:59 PM.
-
03-15-2009, 09:11 PM #28
Most European vehicles made in the last 10 yrs or so use a rolling code. It changes every time you lock and immobilise. If you use a code grabber you get the last code to be used, which is no good because it has already changed.
'Living the dream, one nightmare at a time'
-
03-15-2009, 09:48 PM #29