RIC - IMMO PIN CODE CALCULATOR FOR RENAULT
[ not available for download ]

Written in pure assembler, size of compiled code is less than 5kb.

RIC GUI is a Immobilizer PIN Code calculator for Renault cars such as Megane, Scenic, Laguna, Twingo, Safrane, Espace, Clio, Kangoo, Master and others. It supports all algorithms of following immobilizer systems and types made by Siemens, Sagem, Delphi and others used in Renault vehicles:

  • Siemens Transponder - 8 chars key code prefix Y, from YR000000 to YXXXXXXX
  • Valeo IR old - 5 chars key code prefix 0/1/2/3/4/5/6/7/8, from 00000 to 88888
  • Megane IR Siemens - 5 chars key code prefix S, from S1111 to SUUUU
  • Sagem Transponder RF - 8 chars key code prefix A/E, from A0000000 to EZZZZZZZ
  • Twingo IR TRW - 7 chars key code prefix W, from WBAAABA to WZZZYZZ
  • Valeo Transponder IR - 8 chars key code prefix Z, from ZR000000 to ZXXXXXXX
  • Valeo IR - 7 chars key code prefix P/R/V, from P000000 to VFFFFFF
  • Valeo Transponder RF - 8 chars key code prefix F, from FR000000 to FXXXXXXX
  • Type1 Immobilizer - converts number of the IMMO's led blinks to the PIN Code

To calculate a PIN Code (Security Code) you need to enter serial number from label inside the key.

PIN Code calculation algorithms used in immobilizers for Renault cars based on substitutions, bit shifting, exclusive OR operations, and arithmetical functions such as divisions, multiplications, additions, subtractions.

RIC LIB - IMMO PIN CODE CALCULATOR LIBRARY
[ not available for download ]

Written in pure assembler, size of compiled code is 4kb only.

RIC LIB is a Immobilizer PIN Code Calculator dynamic link library (you may compile it as static) for Renault cars, ready to use lib with only one function for calculating PIN Codes. You can use it from your own projects by invoking PIN Code Calculation function like "Calculate(KeyCode,PIN1,PIN2)", where KeyCode is a pointer to entered Key Code and PIN1/PIN2 is a pointers where calculated PIN Codes will be placed. Function will return calculated PIN1 Code (and PIN2 Code if available) or error status if supplied key code have wrong length or not valid chars. Depend of IMMO's release date you will need to use PIN-2 code instead of PIN-1 code.