Home > Technical & Creative Skills > Programming, Servers & Scripts

How To Generate a Generic VIN? (Auto Insurance) (6)


03-31-2016 11:21 AM #1 arvoleads (Member)
How To Generate a Generic VIN? (Auto Insurance)

Hey!

We're building our own auto insurance offer and most of the lead buyers ask for a generic VIN mask or VIN stub.

We collect year/make/model/submodel and need to generate the VIN from this information.

Any idea of a script or tool that could solve the problem?

Thanks!


03-31-2016 11:29 AM #2 xxf8xx (Member)

Is VIN mask/stub different from just VIN itself? Google says this:

"The car's vehicle identification number (VIN) is the identifying code for a SPECIFIC automobile. The VIN serves as the car's fingerprint, as no two vehicles in operation have the same VIN. A VIN is composed of 17 characters (digits and capital letters) that act as a unique identifier for the vehicle."

It is impossible to generate a VIN. You need the user to enter it.


03-31-2016 03:31 PM #3 Mr Baffoe (Veteran Member)

Not a vin pro, but from what I researched and heard, there is a portion of the vin that's impossible to figure out unless the user enters it.

But, the rest of it can be generated based on the specs and details of the vehicle. Eg year, make, model etc

I assume that's what you are looking for?

Weird timing, but I just had a call yesterday with a friend that mentioned they had built this out. Not sure if it's something he wants to sell access to or not. But I sent him a message.


03-31-2016 06:53 PM #4 arvoleads (Member)

Thanks, that would be awesome!

Yes, I'm looking for the generic VIN, not the unique VIN with 17 characters.


Quote Originally Posted by Mr Baffoe View Post
Not a vin pro, but from what I researched and heard, there is a portion of the vin that's impossible to figure out unless the user enters it.

But, the rest of it can be generated based on the specs and details of the vehicle. Eg year, make, model etc

I assume that's what you are looking for?

Weird timing, but I just had a call yesterday with a friend that mentioned they had built this out. Not sure if it's something he wants to sell access to or not. But I sent him a message.


03-31-2016 09:46 PM #5 francug (Member)

Just go to wiki and look up what makes up a VIN and you can easily generate generic ones that are legit. You could generate real ones too, but why bother, since you might run into problems. There is just a checksum digit that is calculated based on the rest of the digits, but filling it in with a random value still makes a VIN look legit. I work for a software company that deals with auto insurance providers, and we have an internal tool to generate VINS and its very basic.


04-07-2016 07:04 PM #6 Mr Baffoe (Veteran Member)

Quote Originally Posted by arvoleads View Post
Thanks, that would be awesome!

Yes, I'm looking for the generic VIN, not the unique VIN with 17 characters.
Hey, sorry looks like they built it for internal use and can't make it available at the moment.


Home > Technical & Creative Skills > Programming, Servers & Scripts