Y
Y
Yogo2014-10-14 11:08:30
Arduino
Yogo, 2014-10-14 11:08:30

How to ensure security in a homemade immobilizer on arduino?

I am tormented by the obsession to make an immobilizer on arduino for my car.
The simplest is a key fob with an rfid tag, but, as far as I understand, the tags are easily copied from a distance.
Please advise where to look.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
Ocelot, 2014-10-14
@Ocelot

Look towards cryptographic Rfid tags. For example, Mifare DESfire. But, I'm afraid, arduino will not work with them. Firstly, these tags are high-frequency (13 MHz), a separate reader circuit is needed. Secondly, the AVR may not have enough memory and processing power to work with cryptography.
Another option is to make a keychain yourself, on a microcontroller with some kind of radio module. You can make any exchange protocol you like, even with one-time codes.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question