Peugeot/Citroen maps DRM code generator
for RT6 & SMEG systems

Maps DRM code generator

Information

This script is used to generate an activation key for a specific map update file (CCT.DAT.inf) and VIN number. Generated keys are compatible with most navigation systems in PSA group vehicles (Citroen, Peugeot, DS Automobile) including:

This is an implementation of original Java key generator in JavaScript. Original Java generator: generator_java-RT6.rar
Source code is available on github.com

This software is provided "as is" and the author of this software cannot be held responsible for any illegal use of the software. It is the responsibility of the user to use the software in accordance with the laws of their jurisdiction. The user is solely responsible for any consequences that may arise from the use of this software. By using this software, the user agrees to these terms.

REST API

POST
Endpoint: https://hotfr1dge.pl/api/generator
Request body:
Field Type Description
vin_code String VIN number (17 characters)
map_code String First 8 characters of CC.DAT.inf file
Example response structure:
{
	"success": true,
	"message": "OK",
	"data": {
		"map_code": "00000000",
		"vin_code": "00000000000000000",
		"activation_code": "DL25F8J80J93LKKJ"
	}
}