Seed Key Algorithms

They go by many names, P01, P59, VPW, '0411 etc. Also covering E38 and newer here.
Post Reply
User avatar
Gampy
Posts: 2333
Joined: Sat Dec 15, 2018 7:38 am

Seed Key Algorithms

Post by Gampy »

Vampyre wrote:Darkhorizon sent me the attached key algorithm file to replace the current one to help with seed/key issue.
Found here: Re: PCM Hammer - new ls1 flash tool

From this comment in code it looks like algorithm 13 is for the P01/P59.

Code: Select all

        /// Switches input of "01" to 0411 algo key of 13
It does not work, neither do any of the other 255 algorithms.

Hopefully it will work on a P04.

Being based on math, debugging it is pretty much a waste of time for me, appreciate it if someone would look into it.

Thanks
Intelligence is in the details!

It is easier not to learn bad habits, then it is to break them!

If I was here to win a popularity contest, their would be no point, so I wouldn't be here!
User avatar
Gampy
Posts: 2333
Joined: Sat Dec 15, 2018 7:38 am

Re: Seed Key Algorithms

Post by Gampy »

Solved ... PcmHammer flips the seed bytes, the KeyAlgorithm.txt (.cs) linked to in my previous post does not expect that ...

The Code for the P01,P59 is 40
The Code for the P04 is 14

Works like a champ.

-Enjoy
Intelligence is in the details!

It is easier not to learn bad habits, then it is to break them!

If I was here to win a popularity contest, their would be no point, so I wouldn't be here!
Vampyre
Posts: 261
Joined: Wed Dec 06, 2017 1:02 pm
cars: grand am, trans am

Re: Seed Key Algorithms

Post by Vampyre »

i was thinking it got flipped but no idea how to fix this in code yet again.
Post Reply