Login Register

Search found 24 matches

Return

by barcode
07 Feb 2020, 22:24
Jump to forum
Jump to topic

VIDA for 2016+ P3 cars

Long time member, just needed to change my username.. Here is the deal breaker. I figure out how to connect VIDA 2014D to my (new :D ) 2016 S60 and I think this procedure (reserve at least an hour if you're confident with changing data in a database) should work for all P3 cars. Before I provide det...
by Power6
07 Mar 2022, 08:43
Jump to forum
Jump to topic

Re: Vida CEM swapping

EESE_Common_Security_Algorithm,_V_100070 Do you have a link to this? Hi, I've been working with x119 and a few others, we are trying to figure this out. We are techy, but not devs or EE. The basis we have is that VDash, is able to get the CEM pin thus: If you run VIDA (online legit version), on a l...
by x119
07 Mar 2022, 11:50
Jump to forum
Jump to topic

Re: Vida CEM swapping

^^ See lots of interest already in the form of new activations. I will activate users as appropriate once we've had a bit of a cleanup of some PID. To date (couple of weeks) it's been closed with a handful of users. I want to make sure they are and remain protected. This is a community project using...
by vtl
11 Apr 2022, 13:30
Jump to forum
Jump to topic

Re: Vida CEM swapping

Hi, friends Has anybody tried the VTL P3 code? After powering up on bench P3 CEM 2008 (pn 30765624) i get the same message repeadingly. "p3_cem_get_seed: ugh... CAN_HS ---> ID=00000726 data=03 7f 7f 11 00 00 00 00 CAN_HS <--- ID=0000072e data=03 7f 7f 11 00 00 00 00 what? ID 72e, 03 7f 7f 11 0...
by alevol
21 Apr 2022, 05:58
Jump to forum
Jump to topic

Re: Vida CEM swapping

vtl wrote: 13 Apr 2022, 14:46 Let us know how it goes.
Cracking about 2h now.
SEED 90 0f f5, PIN 00 01 11 45 47, KEY 42 1e 44, 235 pins/s

If there were ways to accelerate the speed... SMOK.pl promises 0...10h to crack. Some tools claims 4-6h. They must be using different approach. Or better hardware maybe?
by charlie13
22 Apr 2022, 11:09
Jump to forum
Jump to topic

Re: Vida CEM swapping

I have 11 hours and nothing SEED c5 75 95, PIN 00 19 02 76 59, KEY 57 7a f4, 445 pins/s The worst case would be a hit with pin 00 99 99 99 99, which would take almost 63 hours at your speed. Murphy's Law :) Such events are normal? SEED ce 21 ca, PIN 00 20 34 35 24, KEY 1b ab eb, 445 pins/s SEED 7c ...
by Power6
23 Apr 2022, 08:29
Jump to forum
Jump to topic

Re: Vida CEM swapping

Hey VTL, on P3 with seed/key, this is similar to SPA, how many PINs are you checking in the possible set? The SPA isn't limited to only BCD values within 5 bytes, but I've worked it down to only 3 bytes of unique PINs that are a single match for any possible seed/key. I implemented in the brute forc...
by Power6
23 Apr 2022, 13:45
Jump to forum
Jump to topic

Re: Vida CEM swapping

Any real world examples of SPA pin + seed + key? The algorithm is the same yes. How many examples do you need, I got plenty ;-) What would you like to see? I've figured out the algorithm has some properties useful for security hashing that make the result always unique, the set of possible results ...
by RickHaleParker
24 Apr 2022, 05:55
Jump to forum
Jump to topic

Re: Vida CEM swapping

The worst case would be a hit with pin 00 99 99 99 99, which would take almost 63 hours at your speed. Do it in hexadecimal. 256^3 / 445 / 60^2 = 10.47 hours max. Six times faster. In hexadecimal you will find a PIN in the range of 00 00 00 00 00 to 00 00 FF FF FF. If you want a BCD PIN you can run...