JP2011188176A - Onboard device, system and method for processing data, and program - Google Patents

Onboard device, system and method for processing data, and program Download PDF

Info

Publication number
JP2011188176A
JP2011188176A JP2010050401A JP2010050401A JP2011188176A JP 2011188176 A JP2011188176 A JP 2011188176A JP 2010050401 A JP2010050401 A JP 2010050401A JP 2010050401 A JP2010050401 A JP 2010050401A JP 2011188176 A JP2011188176 A JP 2011188176A
Authority
JP
Japan
Prior art keywords
data
drive recorder
vehicle
calculation
video data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2010050401A
Other languages
Japanese (ja)
Other versions
JP5484134B2 (en
Inventor
Yasuhisa Tokiniwa
康久 時庭
Masuo Ito
益夫 伊藤
Shuichiro Senda
修一郎 千田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2010050401A priority Critical patent/JP5484134B2/en
Publication of JP2011188176A publication Critical patent/JP2011188176A/en
Application granted granted Critical
Publication of JP5484134B2 publication Critical patent/JP5484134B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To specify a vehicle which has collected video data recorded in a drive recorder. <P>SOLUTION: When a drive recorder 1 stores video data recorded upon occurrence of an accident or the like in a recording medium, the drive recorder 1 generates the data hash value of video data to be written, an immobilizer ECU 2 generates an authentication hash value from the key ID and the data hash value of an automobile key 3 held in secret, and then the drive recorder 1 writes the video data to be written and the authentication hash value in the recording medium. The drive recorder 1 reads the authentication hash value from the recording medium later on, and transmits the authentication hash value and the data hash value to the immobilizer ECU 2. The immobilizer ECU 2 calculates the hash value from the key ID and the data hash value of the automobile key 3, and presumes that the video data in the recording medium has been recorded in the drive recorder 1 if the calculated hash value matches the authentication hash value. <P>COPYRIGHT: (C)2011,JPO&INPIT

Description

本発明は、ドライブレコーダー装置(以下、単に、ドライブレコーダーともいう)で撮影された映像データ等を管理する技術に関する。   The present invention relates to a technique for managing video data and the like taken by a drive recorder device (hereinafter also simply referred to as a drive recorder).

従来の車両履歴情報記憶システムは、ドライブレコーダー固有に付された識別情報(ICチップのメモリ内に予め記憶されたID(Identification)情報)を、暗号化鍵を要求する要求情報と併せて履歴情報管理装置へ送信し、履歴情報管理装置は、識別情報と復号化鍵を関連付けて記憶すると共に、前記復号化鍵に対応する暗号化鍵をドライブレコーダーへ送信する。
ドライブレコーダーは、受信した暗号化鍵を用いて暗号化した履歴情報(映像データと車両データと車両周辺データ)及び識別情報を送信し、履歴情報管理装置は、受信した識別情報に基づいて復号化鍵を取得し、該復号化鍵を用いて受信した履歴情報(映像データと車両データと車両周辺データ)を復号化することによって、改ざん防止を行っている(例えば、特許文献1)。
The conventional vehicle history information storage system uses history information together with request information for requesting an encryption key using identification information (ID (Identification) information stored in advance in the memory of the IC chip) attached to the drive recorder. The history information management device stores the identification information and the decryption key in association with each other, and transmits the encryption key corresponding to the decryption key to the drive recorder.
The drive recorder transmits history information (video data, vehicle data, and vehicle peripheral data) and identification information encrypted using the received encryption key, and the history information management device decrypts based on the received identification information. Falsification is prevented by acquiring a key and decrypting history information (video data, vehicle data, and vehicle peripheral data) received using the decryption key (for example, Patent Document 1).

また、従来の別の車両履歴情報記憶システムは、取得した映像データ等の認証情報と入力データとを含む全体のハッシュ関数処理することにより算出した総合ハッシュ値についてタイムスタンプを得ることによって、改ざん防止を行っている(例えば、特許文献2)。   In addition, another conventional vehicle history information storage system prevents falsification by obtaining a time stamp for a total hash value calculated by processing an entire hash function including authentication information such as acquired video data and input data. (For example, Patent Document 2).

また、従来の別の車両履歴情報記憶システムは、読出指示信号のハッシュ値を算出し、メモリに記憶された秘密鍵情報で暗号化し電子署名を作成し、読出指示信号,電子署名および電子証明書をUIMカードに送信し、読出要求を行う事で、ハッシュ値1および2を比較し一致を判定する。
そして、電子証明書を受信したUIMカードは認定した後、記憶内容の情報を事故状況解析装置に送信し、ロックされたメモリの記憶内容を読出すためUIMカードは、車両状況の記憶内容を読出し、送信された公開鍵情報で記憶内容を暗号化して送信する。
そして、事故状況解析装置は記憶内容を電子証明書の秘密鍵の情報で復号化して読み出すことによって、改ざん防止を行っている(例えば、特許文献3)。
Another conventional vehicle history information storage system calculates a hash value of a read instruction signal, encrypts it with private key information stored in a memory, creates an electronic signature, and reads the read instruction signal, the electronic signature, and the electronic certificate. Is sent to the UIM card and a read request is made to compare hash values 1 and 2 to determine a match.
Then, after the UIM card that received the electronic certificate is authorized, the UIM card reads the stored contents of the vehicle situation in order to transmit the stored contents information to the accident situation analyzing apparatus and read the stored contents of the locked memory. The stored content is encrypted with the transmitted public key information and transmitted.
Then, the accident situation analysis apparatus prevents falsification by decrypting the stored content with the information of the private key of the electronic certificate and reading it out (for example, Patent Document 3).

車両履歴情報記憶システムのドライブレコーダーとは別の技術として、車の盗難防止のための技術としてイモビライザーの技術がある。
自動車鍵とイモビライザーECU(Electric Control Unit、電子制御ユニット)間の通信には、メカキー式のイモビライザーとスマートエントリー式のイモビライザーのニ種類がある。
As a technology different from the drive recorder of the vehicle history information storage system, there is an immobilizer technology as a technology for preventing car theft.
There are two types of communication between an automobile key and an immobilizer ECU (Electronic Control Unit, electronic control unit): a mechanical key type immobilizer and a smart entry type immobilizer.

メカキー式のイモビライザーは、キーシリンダー取り付け部分にコイルが埋まっていて、自動車鍵のノブ(手に持つ部分)にはトランスポンダICが埋め込まれている。
トランスポンダには、電源がない。
電源は、イモビライザーECUと通信する際に、自動車鍵を回すことでコイルより発生した電波にある程度のエネルギーを乗せ、トランスポンダIC内に埋め込まれたコイルと電磁結合を起こさせ発電し、自らの電源としている。
自動車鍵内の鍵IDをイモビライザーECUへ無線を通じて送信し、イモビライザーECU内の鍵IDとの照合結果がOKならばエンジンを起動し、照合結果がNGならばエンジンを起動しない(例えば、特許文献4、特許文献5)。
In the mechanical key type immobilizer, a coil is embedded in a key cylinder mounting portion, and a transponder IC is embedded in a knob (portion held in a hand) of an automobile key.
The transponder has no power supply.
When the power supply communicates with the immobilizer ECU, a certain amount of energy is put on the radio wave generated from the coil by turning the car key, and the power is generated by electromagnetic coupling with the coil embedded in the transponder IC. Yes.
The key ID in the car key is transmitted to the immobilizer ECU wirelessly. If the collation result with the key ID in the immobilizer ECU is OK, the engine is started. If the collation result is NG, the engine is not started (for example, Patent Document 4). Patent Document 5).

スマートエントリー式のイモビライザーは、自動車鍵内に電池を内蔵し、電池を電源として自動車鍵内の鍵IDをイモビライザーECUへ無線を通じて送信する方式であり、定期的にイモビライザーECU内の鍵IDと自動車鍵内の鍵IDとの照合と監視を行っている(例えば、特許文献6)。   A smart entry type immobilizer is a system in which a battery is built in an automobile key, and the key ID in the automobile key is transmitted wirelessly to the immobilizer ECU using the battery as a power source. The key ID and the automobile key in the immobilizer ECU are periodically transmitted. The key ID is checked and monitored (for example, Patent Document 6).

特開2003−87234号公報JP 2003-87234 A 特開2002−215029号公報JP 2002-215029 A 特開2004−322785号公報JP 2004-322785 A 特開平8−80811号公報JP-A-8-80811 特開平8−113114号公報JP-A-8-113114 特開2006−290246号公報JP 2006-290246 A

従来の車両履歴情報記憶システムのドライブレコーダーは、記録した映像データなどを暗号化や認証により、ドライブレコーダー固有の暗号鍵や認証鍵を用いて計算するか、もしくは、ユーザ固有の暗号鍵や認証鍵を用いて計算してから、ドライブレコーダーに記録した映像データなどを格納している。
しかし、映像データなどを取得した車を特定するための固有の情報については、記録していても改ざん可能であり、ドライブレコーダーで取得したデータがどの車で収集されたか、車を特定することができないという課題がある。
The drive recorder of the conventional vehicle history information storage system calculates the recorded video data by encrypting or authenticating using the encryption key or authentication key unique to the drive recorder, or the encryption key or authentication key unique to the user. The video data etc. recorded in the drive recorder are stored after calculation using.
However, specific information for identifying the vehicle from which video data was acquired can be altered even if it is recorded, and it is possible to identify the vehicle from which the data acquired by the drive recorder was collected. There is a problem that it cannot be done.

この発明は、上記のような課題を解決することを主な目的としており、ドライブレコーダーで記録した映像データなどを収集した車を特定できるようにすることを目的とする。   The main object of the present invention is to solve the above-described problems, and it is an object of the present invention to specify a vehicle that has collected video data and the like recorded by a drive recorder.

本発明に係る車載装置は、
搭載されている搭載車両上で撮影を行い、撮影した映像データのうち特定の書き込み対象映像データを所定の記録媒体に書き込むドライブレコーダー装置に接続され、前記搭載車両に搭載されている車載装置であって、
前記搭載車両にユニークに設定されている秘密情報を記憶する記憶部と、
前記ドライブレコーダー装置が前記記録媒体に書き込み対象映像データを書き込む際に、書き込み対象映像データ又は書き込み対象映像データに所定の演算が行われた後のデータを演算対象データとして前記ドライブレコーダー装置から入力する入力部と、
前記入力部により前記演算対象データが入力された場合に、前記演算対象データと前記秘密情報とを用いて一方向演算を行い、前記一方向演算により算出された一方向演算データを前記書き込み対象映像データとともに前記記録媒体に書き込むよう前記ドライブレコーダー装置に指示する指示情報を生成する一方向演算データ生成部と、
前記一方向演算データと前記指示情報とを前記ドライブレコーダー装置に出力する出力部とを有することを特徴とする。
The in-vehicle device according to the present invention is
This is an in-vehicle device that is connected to a drive recorder device that takes a picture on a mounted vehicle and writes specific video data to be written to a predetermined recording medium. And
A storage unit for storing secret information uniquely set in the mounted vehicle;
When the drive recorder device writes the write target video data to the recording medium, the write target video data or data after a predetermined calculation is performed on the write target video data is input from the drive recorder device as calculation target data. An input section;
When the calculation target data is input from the input unit, the calculation target data and the secret information are used to perform a one-way calculation, and the one-way calculation data calculated by the one-way calculation is used as the write target video. A one-way operation data generation unit for generating instruction information for instructing the drive recorder device to write to the recording medium together with data;
And an output unit for outputting the one-way calculation data and the instruction information to the drive recorder device.

本発明によれば、ドライブレコーダー装置が、搭載車両にユニークに設定されている秘密情報と演算対象データとを用いて生成された一方向演算データを書き込み対象映像データとともに記録媒体に書き込むため、記録媒体内の一方向演算データに対して秘密情報を用いた検証を行うことで、記録媒体内の映像データが搭載車両のドライブレコーダー装置で撮影されたものであるか否かを検証することができる。   According to the present invention, the drive recorder device writes the one-way calculation data generated using the secret information uniquely set on the mounted vehicle and the calculation target data to the recording medium together with the write target video data. It is possible to verify whether the video data in the recording medium is taken by the drive recorder device of the on-board vehicle by performing verification using the secret information on the one-way calculation data in the medium. .

実施の形態1に係る車内ネットワークの構成例を示す図。FIG. 3 is a diagram illustrating a configuration example of an in-vehicle network according to the first embodiment. 実施の形態1に係るドライブレコーダー装置の構成例を示す図。FIG. 3 shows a configuration example of a drive recorder device according to the first embodiment. 実施の形態1に係るイモビライザーECUの構成例を示す図。FIG. 3 is a diagram illustrating a configuration example of an immobilizer ECU according to the first embodiment. 実施の形態1に係るエンジン起動時の処理例を示すフローチャート図。FIG. 3 is a flowchart showing an example of processing when the engine according to Embodiment 1 is started. 実施の形態1に係る事故発生時等の処理例を示すフローチャート図。The flowchart figure which shows the process example at the time of the accident occurrence etc. which concern on Embodiment 1. FIG. 実施の形態1に係る記録媒体内の情報の例を示す図。FIG. 3 is a diagram illustrating an example of information in a recording medium according to the first embodiment. 実施の形態1に係るイモビライザーECUを用いた事故データ照会時の処理例を示すフローチャート図。The flowchart figure which shows the example of a process at the time of the accident data reference using immobilizer ECU which concerns on Embodiment 1. FIG. 実施の形態1に係るデータ照会装置を用いた事故データ照会時の処理例を示すフローチャート図。The flowchart figure which shows the process example at the time of the accident data reference using the data reference apparatus which concerns on Embodiment 1. FIG. 実施の形態2に係るイモビライザーECUの構成例を示す図。The figure which shows the structural example of immobilizer ECU which concerns on Embodiment 2. FIG. 実施の形態2に係る事故発生時等の処理例を示すフローチャート図。The flowchart figure which shows the example of a process at the time of the accident occurrence etc. which concern on Embodiment 2. FIG. 実施の形態2に係る記録媒体内の情報の例を示す図。FIG. 6 is a diagram illustrating an example of information in a recording medium according to Embodiment 2. 実施の形態2に係るイモビライザーECUを用いた事故データ照会時の処理例を示すフローチャート図。The flowchart figure which shows the example of a process at the time of the accident data reference using immobilizer ECU which concerns on Embodiment 2. FIG. 実施の形態3に係るドライブレコーダー装置の構成例を示す図。FIG. 5 is a diagram illustrating a configuration example of a drive recorder device according to a third embodiment. 実施の形態3に係るイモビライザーECUの構成例を示す図。FIG. 4 is a diagram illustrating a configuration example of an immobilizer ECU according to a third embodiment. 実施の形態3に係る事故発生時等の処理例を示すフローチャート図。FIG. 9 is a flowchart showing an example of processing when an accident occurs according to the third embodiment. 実施の形態3に係るデータ照会装置を用いた事故データ照会時の処理例を示すフローチャート図。The flowchart figure which shows the process example at the time of the accident data reference using the data reference apparatus which concerns on Embodiment 3. FIG.

実施の形態1.
図1は、本実施の形態に係るシステム構成を示す車内ネットワーク構成図である。
図1では、本実施の形態の説明に必要な要素、すなわち、ドライブレコーダー装置1、イモビライザーECU2、自動車鍵3、エンジンスイッチ4、エンジンECU5、自動車エンジン部6、車内ネットワーク7のみを図示している。
図1は、図示されていない他の要素が車内ネットワーク7に接続されることを排除するものではない。
なお、図1に示す要素が搭載されている車両を、以降、搭載車両ともいう。
Embodiment 1 FIG.
FIG. 1 is an in-vehicle network configuration diagram showing a system configuration according to the present embodiment.
In FIG. 1, only elements necessary for the description of the present embodiment, that is, a drive recorder device 1, an immobilizer ECU 2, an automobile key 3, an engine switch 4, an engine ECU 5, an automobile engine unit 6, and an in-vehicle network 7 are illustrated. .
FIG. 1 does not exclude that other elements not shown are connected to the in-vehicle network 7.
Hereinafter, the vehicle on which the elements shown in FIG. 1 are mounted is also referred to as a mounted vehicle.

図1において、ドライブレコーダー装置1は、事故発生時の画像と音声を記録する装置である。
イモビライザーECU2は、マイクロプロセッサと周辺回路を搭載した車両盗難防止装置である。イモビライザーECU2は、車載装置の例である。
自動車鍵3は、自動車の鍵の識別子である鍵IDを保持し、無線によりイモビライザーECU2へ鍵IDを送信する。
エンジンスイッチ4は、エンジンの起動を開始するスイッチである。
エンジンECU5は、エンジンを制御するマイコンとその周辺回路を搭載した装置である。エンジンECU5は、エンジン制御機構の例である。
自動車エンジン部6は、車のエンジンである。
車内ネットワーク7は、CAN(Controller Area Network)やFlexRayなどの車載LAN(Local Area Network)である。
In FIG. 1, a drive recorder device 1 is a device that records an image and sound at the time of an accident.
The immobilizer ECU 2 is a vehicle antitheft device equipped with a microprocessor and peripheral circuits. The immobilizer ECU 2 is an example of an in-vehicle device.
The car key 3 holds a key ID that is an identifier of the car key, and transmits the key ID to the immobilizer ECU 2 by radio.
The engine switch 4 is a switch for starting the engine.
The engine ECU 5 is a device equipped with a microcomputer for controlling the engine and its peripheral circuits. The engine ECU 5 is an example of an engine control mechanism.
The automobile engine unit 6 is a car engine.
The in-vehicle network 7 is an in-vehicle LAN (Local Area Network) such as a CAN (Controller Area Network) or a FlexRay.

図2は、本実施の形態に係るドライブレコーダー装置1の内部構成図である。   FIG. 2 is an internal configuration diagram of the drive recorder device 1 according to the present embodiment.

図2において、ドライブレコーダーCPU部11はマイクロプロセッサである。
ドライブレコーダーデジタルカメラ部12は、車外の映像を写し取るデジタルカメラである。
ドライブレコーダーROM部13は、プログラムが格納されているROM(Read Only Memory)である。ドライブレコーダーCPU部11は、ドライブレコーダーROM部13内のプログラムを実行する。
ドライブレコーダーRAM部14はSRAM(Static Random Access Memory)やDRAM(Dynamic Random Access Memory)などの揮発性メモリのRAM(Random Access Memory)である。
ドライブレコーダー通信制御部15は、車内ネットワーク7との通信を制御するモジュールである。
ドライブレコーダー不揮発性メモリ部16は、写し取った映像を記録するためのSD(登録商標)カードなどの書きかえ可能な記録媒体のスロットと記録媒体への書き込み/読み出しを行う。
ドライブレコーダー加速度センサー部17は、事故等の衝突や急停止を加速度によって判断するモジュールである。
ドライブレコーダータイマ部18は、時刻情報を提供する時計である。
ドライブレコーダーデータ照合指示ボタン部19は、事故データの照合を指示するボタンである。
ドライブレコーダーデータ照合結果通知LED20は、事故データの照合結果を提示する二色以上の色を発光するLED(Light Emitting Diode)である。
記録媒体21は、写し取った映像を記録するための記録媒体である。
In FIG. 2, the drive recorder CPU unit 11 is a microprocessor.
The drive recorder digital camera unit 12 is a digital camera that captures images outside the vehicle.
The drive recorder ROM unit 13 is a ROM (Read Only Memory) in which a program is stored. The drive recorder CPU unit 11 executes a program in the drive recorder ROM unit 13.
The drive recorder RAM unit 14 is a RAM (Random Access Memory) of a volatile memory such as an SRAM (Static Random Access Memory) or a DRAM (Dynamic Random Access Memory).
The drive recorder communication control unit 15 is a module that controls communication with the in-vehicle network 7.
The drive recorder non-volatile memory unit 16 performs writing / reading to / from a slot of a rewritable recording medium such as an SD (registered trademark) card for recording the copied video.
The drive recorder acceleration sensor unit 17 is a module that determines a collision or sudden stop such as an accident based on acceleration.
The drive recorder timer unit 18 is a clock that provides time information.
The drive recorder data collation instruction button unit 19 is a button for instructing collation of accident data.
The drive recorder data verification result notification LED 20 is an LED (Light Emitting Diode) that emits two or more colors for presenting the verification result of accident data.
The recording medium 21 is a recording medium for recording the copied video.

図3は、本実施の形態に係るイモビライザーECU2の内部構成図である。   FIG. 3 is an internal configuration diagram of the immobilizer ECU 2 according to the present embodiment.

図3において、イモビライザーCPU部31は、マイクロプロセッサである。
イモビライザーCPU部31は、後述するイモビライザーROM部36に格納されているプログラムを実行する。
詳細は後述するが、イモビライザーCPU部31は、イモビライザーROM部36内のプログラムの実行により、一方向演算データ生成部、検証処理部及びID判定部として機能する。
In FIG. 3, the immobilizer CPU unit 31 is a microprocessor.
The immobilizer CPU unit 31 executes a program stored in an immobilizer ROM unit 36 described later.
Although details will be described later, the immobilizer CPU unit 31 functions as a one-way calculation data generation unit, a verification processing unit, and an ID determination unit by executing a program in the immobilizer ROM unit 36.

イモビライザーEEPROM部32は、書き替えが容易に行えないEEPROM(Erasable Programmable ROM)である。
イモビライザーEEPROM部32は、車番号33、暗号鍵34、鍵ID35を格納している。
車番号33は、イモビライザーECU2が搭載されている車(搭載車両)の識別子である。車番号33は、例えば、製造番号である。
暗号鍵34は、暗号化された自動車(搭載車両)の鍵の鍵IDを復号するための鍵である。
鍵ID35は、自動車(搭載車両)の鍵の識別子である。
鍵ID35は、搭載車両にユニークに設定されているIDであり、秘密に保持されている。
鍵ID35は、秘密情報及び車両鍵IDの例である。
また、イモビライザーEEPROM部32は、記憶部の例である。
なお、鍵ID35のユニークさは、そのIDを有する他の自動車鍵が存在しないことを意味する。
The immobilizer EEPROM unit 32 is an EEPROM (Erasable Programmable ROM) that cannot be easily rewritten.
The immobilizer EEPROM unit 32 stores a vehicle number 33, an encryption key 34, and a key ID 35.
The vehicle number 33 is an identifier of a vehicle (mounted vehicle) on which the immobilizer ECU 2 is mounted. The car number 33 is, for example, a manufacturing number.
The encryption key 34 is a key for decrypting the key ID of the encrypted car (mounted vehicle) key.
The key ID 35 is an identifier of the key of the automobile (mounted vehicle).
The key ID 35 is an ID uniquely set for the mounted vehicle and is kept secret.
The key ID 35 is an example of secret information and a vehicle key ID.
The immobilizer EEPROM unit 32 is an example of a storage unit.
The uniqueness of the key ID 35 means that there is no other car key having that ID.

イモビライザーROM部36は、プログラムが格納されているROMである。
イモビライザーRAM部37は、SRAMやDRAMなどの揮発性メモリのRAMである。
The immobilizer ROM unit 36 is a ROM that stores a program.
The immobilizer RAM unit 37 is a RAM of volatile memory such as SRAM or DRAM.

イモビライザー有線制御部38は、車内ネットワーク7との通信を制御するモジュールである。
イモビライザー有線制御部38は、より具体的には、車内ネットワーク7を介してドライブレコーダー装置1からデータを入力し、また、車内ネットワーク7を介してドライブレコーダー装置1にデータを出力する。
イモビライザー有線制御部38は、入力部及び出力部の例である。
なお、以降では、イモビライザー有線制御部38がドライブレコーダー装置1からデータを入力(又は受信)するといった表現や、イモビライザー有線制御部38がドライブレコーダー装置1にデータを出力(又は送信)するといった表現も用いるが、これらの入力(受信)や出力(送信)は車内ネットワーク7を介した入力(受信)や出力(送信)の意味である。
The immobilizer wired control unit 38 is a module that controls communication with the in-vehicle network 7.
More specifically, the immobilizer wired control unit 38 inputs data from the drive recorder device 1 through the in-vehicle network 7 and outputs data to the drive recorder device 1 through the in-vehicle network 7.
The immobilizer wired control unit 38 is an example of an input unit and an output unit.
In the following description, the expression that the immobilizer wired control unit 38 inputs (or receives) data from the drive recorder device 1 and the expression that the immobilizer wired control unit 38 outputs (or transmits) data to the drive recorder device 1 are also used. Although used, these input (reception) and output (transmission) mean the input (reception) and output (transmission) via the in-vehicle network 7.

イモビライザー無線制御部39は、無線通信を制御し、ID情報を受信するモジュールである。
イモビライザー無線制御部39は、ID情報受信部の例である。
イモビライザーアンプ部40は、無線通信で無線信号を増幅するモジュールである。
イモビライザーアンテナ41は、イモビライザーECU2の外部と無線通信をするためのアンテナである。
The immobilizer wireless control unit 39 is a module that controls wireless communication and receives ID information.
The immobilizer radio control unit 39 is an example of an ID information receiving unit.
The immobilizer amplifier unit 40 is a module that amplifies a wireless signal through wireless communication.
The immobilizer antenna 41 is an antenna for performing wireless communication with the outside of the immobilizer ECU 2.

ここで、本実施の形態に係るドライブレコーダー装置1、イモビライザーECU2等の動作の概要を説明する。   Here, the outline | summary of operation | movement of the drive recorder apparatus 1 which concerns on this Embodiment, immobilizer ECU2, etc. is demonstrated.

エンジン起動時において、イモビライザー無線制御部39が、無線通信によりID情報を受信する。
イモビライザーCPU部31は、このID情報がイモビライザーEEPROM部32に格納されている鍵ID35と一致するか否かを判断し、一致する場合には、正しい自動車鍵3から送信されたID情報であると分かるので、エンジン起動を許可する。
また、イモビライザーCPU部31は、ID情報が鍵ID35と一致したという照合結果を保持する。
なお、自動車鍵3は、暗号化した状態でID情報を送信するので、イモビライザーCPU部31は、受信したID情報を暗号鍵34で復号して、鍵ID35と照合する。
When the engine is started, the immobilizer wireless control unit 39 receives ID information by wireless communication.
The immobilizer CPU unit 31 determines whether or not the ID information matches the key ID 35 stored in the immobilizer EEPROM unit 32. If the ID information matches, the ID information is transmitted from the correct vehicle key 3. As you can see, allow the engine to start.
In addition, the immobilizer CPU unit 31 holds a verification result that the ID information matches the key ID 35.
Since the automobile key 3 transmits the ID information in an encrypted state, the immobilizer CPU unit 31 decrypts the received ID information with the encryption key 34 and collates it with the key ID 35.

エンジンが起動されると、ドライブレコーダー装置1のドライブレコーダーデジタルカメラ部12が、車外の撮影を行う。
そして、事故の発生や事故回避のための急ハンドル等により所定レベル以上の加速度の発生がドライブレコーダー加速度センサー部17により検出された場合に、撮影された映像データのうち加速度の検出から所定時間前からの映像データが記録媒体21への書き込み対象映像データとなる。
ドライブレコーダー装置1のドライブレコーダーCPU部11は、書き込み対象映像データに対してハッシュ演算を行い、ハッシュ値を生成する。
以降、このハッシュ値をデータハッシュ値XXXと呼ぶ。
When the engine is activated, the drive recorder digital camera unit 12 of the drive recorder device 1 performs shooting outside the vehicle.
Then, when the drive recorder acceleration sensor unit 17 detects the occurrence of an accident or an acceleration of a predetermined level or more due to a sudden handle for avoiding the accident or the like, a predetermined time before the detection of the acceleration in the captured video data. Is the video data to be written to the recording medium 21.
The drive recorder CPU unit 11 of the drive recorder device 1 performs a hash operation on the video data to be written to generate a hash value.
Hereinafter, this hash value is referred to as a data hash value XXX.

イモビライザーECU2では、イモビライザーCPU部31がイモビライザー有線制御部38を介してドライブレコーダー装置1からデータハッシュ値XXX(演算対象データの例)を入力する。
イモビライザーCPU部31は、エンジン起動の際の照会結果を参照し、ID情報が鍵ID35と一致したという照合結果であれば、データハッシュ値XXXと鍵ID35にハッシュ演算(一方向演算の例)を行ってハッシュ値を生成する。
以降、このハッシュ値を認証ハッシュ値YYY(一方向演算データの例)と呼ぶ。
また、イモビライザーCPU部31は、認証ハッシュ値YYYと車番号33を記録媒体21に書き込むようドライブレコーダー装置1に指示する指示情報を生成する。
そして、イモビライザーCPU部31は、イモビライザー有線制御部38を介して、認証ハッシュ値YYYと車番号33と指示情報をドライブレコーダー装置1に出力する。
In the immobilizer ECU 2, the immobilizer CPU unit 31 inputs a data hash value XXX (example of calculation target data) from the drive recorder device 1 via the immobilizer wired control unit 38.
The immobilizer CPU unit 31 refers to the query result when the engine is started, and if the collation result indicates that the ID information matches the key ID 35, the hash calculation (example of one-way calculation) is performed on the data hash value XXX and the key ID 35. Go to generate a hash value.
Hereinafter, this hash value is referred to as an authentication hash value YYY (an example of one-way calculation data).
In addition, the immobilizer CPU unit 31 generates instruction information that instructs the drive recorder device 1 to write the authentication hash value YYY and the car number 33 to the recording medium 21.
Then, the immobilizer CPU unit 31 outputs the authentication hash value YYY, the car number 33, and the instruction information to the drive recorder device 1 via the immobilizer wired control unit 38.

ドライブレコーダー装置1では、ドライブレコーダー不揮発性メモリ部16が、イモビライザーCPU部31からの指示情報に従い、書き込み対象映像データとともに認証ハッシュ値YYYと車番号33を記録媒体21に書き込む。
また、ドライブレコーダー不揮発性メモリ部16は、データハッシュ値XXXを記録媒体21に書き込んでもよい。
In the drive recorder device 1, the drive recorder non-volatile memory unit 16 writes the authentication hash value YYY and the car number 33 to the recording medium 21 together with the video data to be written in accordance with the instruction information from the immobilizer CPU unit 31.
Further, the drive recorder nonvolatile memory unit 16 may write the data hash value XXX into the recording medium 21.

事故後に、記録媒体21がドライブレコーダー装置1から取り外されたり、記録媒体21がドライブレコーダー装置1に格納されていてもドライバーや同乗者が搭載車両から離れると、記録媒体21に記録されている映像データが搭載車両で収集されたものであるかどうか(映像データや車番号の改ざんがないか)を検証する作業が必要になる。
例えば、事故に対する裁判手続や保険請求手続等において映像データを証拠として利用する場合に、このような検証作業が必要になることが考えられる。
記録媒体21内の認証ハッシュ値YYYは、データハッシュ値XXXと鍵ID35に対するハッシュ値であるが、鍵ID35はイモビライザーECU2のイモビライザーEEPROM部32内にある。
イモビライザーEEPROM部32は耐タンパ処理が施されているので、鍵ID35をイモビライザーEEPROM部32の外に出すことはできない。
このため、上記の検証作業は、イモビライザーECU2で行われる。
具体的には、まず、ドライブレコーダー不揮発性メモリ部16が記録媒体21(検証対象記録媒体)から認証ハッシュ値YYYを読み出す。
また、記録媒体21内にデータハッシュ値XXXがある場合は、ドライブレコーダー不揮発性メモリ部16は記録媒体21からデータハッシュ値XXXを読み込んでもよい。
また、記録媒体21に映像データ(格納映像データ)が格納されている場合は、ドライブレコーダーCPU部11が、映像データ(格納映像データ)にハッシュ演算を行って、データハッシュ値XXXを生成してもよい。
そして、ドライブレコーダー通信制御部15が、これらデータハッシュ値XXX(検証用演算対象データの例)と認証ハッシュ値YYY(検証用一方向演算データの例)をイモビライザーECU2に出力する。
After the accident, if the recording medium 21 is removed from the drive recorder device 1 or if the driver or passenger leaves the mounted vehicle even if the recording medium 21 is stored in the drive recorder device 1, the video recorded on the recording medium 21 It is necessary to verify whether the data is collected by the onboard vehicle (whether the video data or car number has been tampered with).
For example, it is conceivable that such verification work is necessary when video data is used as evidence in a court procedure for an accident, an insurance claim procedure, or the like.
The authentication hash value YYY in the recording medium 21 is a hash value for the data hash value XXX and the key ID 35, and the key ID 35 is in the immobilizer EEPROM unit 32 of the immobilizer ECU 2.
Since the immobilizer EEPROM unit 32 is tamper resistant, the key ID 35 cannot be taken out of the immobilizer EEPROM unit 32.
For this reason, the above-described verification work is performed by the immobilizer ECU 2.
Specifically, first, the drive recorder nonvolatile memory unit 16 reads the authentication hash value YYY from the recording medium 21 (verification target recording medium).
When the data hash value XXX is present in the recording medium 21, the drive recorder nonvolatile memory unit 16 may read the data hash value XXX from the recording medium 21.
When video data (stored video data) is stored in the recording medium 21, the drive recorder CPU 11 performs a hash operation on the video data (stored video data) to generate a data hash value XXX. Also good.
Then, the drive recorder communication control unit 15 outputs the data hash value XXX (example of verification calculation target data) and the authentication hash value YYY (example of verification one-way calculation data) to the immobilizer ECU 2.

イモビライザーECU2では、イモビライザーCPU部31がイモビライザー有線制御部38を介してドライブレコーダー装置1からデータハッシュ値XXXと認証ハッシュ値YYYを入力する。
そして、イモビライザーCPU部31は、データハッシュ値XXXとイモビライザーEEPROM部32内の鍵ID35に対してハッシュ演算を行い、ハッシュ演算による算出値と、入力した認証ハッシュ値YYYとを照合する。
そして、算出値と認証ハッシュ値YYYが一致した場合は、イモビライザーCPU部31は、記録媒体21に記録されている映像データが搭載車両で収集されたものであると判定する。
前述したように、鍵ID35は、イモビライザーEEPROM部32から漏洩されないようになっており、また、事故発生時(又は事故回避時)の認証ハッシュ値YYYの算出は、イモビライザーECU2内で行われていることから、第三者が認証ハッシュ値YYYと同じ値のハッシュ値を偽造できる可能性は極めて低い。
このため、イモビライザーCPU部31における検証処理において、ハッシュ演算値と記録媒体21から入力した認証ハッシュ値YYYが一致する場合には、記録媒体21に記録されている映像データが搭載車両で収集されたと考えてもよい。
In the immobilizer ECU 2, the immobilizer CPU unit 31 inputs the data hash value XXX and the authentication hash value YYY from the drive recorder device 1 via the immobilizer wired control unit 38.
Then, the immobilizer CPU unit 31 performs a hash operation on the data hash value XXX and the key ID 35 in the immobilizer EEPROM unit 32, and collates the calculated value by the hash operation with the input authentication hash value YYY.
If the calculated value matches the authentication hash value YYY, the immobilizer CPU unit 31 determines that the video data recorded on the recording medium 21 is collected by the mounted vehicle.
As described above, the key ID 35 is not leaked from the immobilizer EEPROM unit 32, and the authentication hash value YYY when the accident occurs (or when the accident is avoided) is calculated in the immobilizer ECU 2. Therefore, the possibility that a third party can forge a hash value having the same value as the authentication hash value YYY is extremely low.
For this reason, in the verification process in the immobilizer CPU unit 31, when the hash calculation value and the authentication hash value YYY input from the recording medium 21 match, the video data recorded on the recording medium 21 is collected by the mounted vehicle. You may think.

以上が、本実施の形態に係るドライブレコーダー装置1、イモビライザーECU2等の動作の概要である。
次に、フローチャート等を用いて、ドライブレコーダー装置1、イモビライザーECU2等の動作の詳細を説明する。
The above is the outline of the operations of the drive recorder device 1 and the immobilizer ECU 2 according to the present embodiment.
Next, details of operations of the drive recorder device 1, the immobilizer ECU 2, and the like will be described using a flowchart and the like.

図4は、本実施の形態におけるエンジン起動時の処理の流れ図である。   FIG. 4 is a flowchart of processing at the time of engine startup in the present embodiment.

図5は、本実施の形態における車の事故等による衝突や急停止が発生した場合の処理の流れ図である。   FIG. 5 is a flowchart of a process when a collision or a sudden stop occurs due to a car accident or the like in the present embodiment.

図6は、ドライブレコーダー不揮発性メモリ部16内の記録媒体21の情報を示した図である。
図6において、記録媒体21はSD(登録商標)カードやUSB(Universal Serial Bus)メモリなどの記録媒体である。
映像データ52は、ドライブレコーダー装置1で記録した映像である。
時刻情報53は、事故発生時の時刻を表す情報である。
データハッシュ値XXX54は、映像データ52をハッシュ関数で計算したハッシュ値である。
データハッシュ値XXX54は、上述の概要で説明したデータハッシュ値XXXに相当する。
認証ハッシュ値有効無効フラグ55は、認証ハッシュ値が有効/無効を示すフラグ情報である。
認証ハッシュ値YYY56は、ハッシュ関数を用いてデータハッシュ値XXX54と鍵ID35のデータを計算したハッシュ値である。
認証ハッシュ値YYY56は、上述の概要で説明した認証ハッシュ値YYYに相当する。
車情報33は、イモビライザーECU2内で保持していた車を識別する製造番号である。
FIG. 6 is a diagram showing information of the recording medium 21 in the drive recorder nonvolatile memory unit 16.
In FIG. 6, a recording medium 21 is a recording medium such as an SD (registered trademark) card or a USB (Universal Serial Bus) memory.
The video data 52 is a video recorded by the drive recorder device 1.
The time information 53 is information representing the time when the accident occurred.
The data hash value XXX54 is a hash value obtained by calculating the video data 52 with a hash function.
The data hash value XXX54 corresponds to the data hash value XXX described in the above overview.
The authentication hash value valid / invalid flag 55 is flag information indicating whether the authentication hash value is valid / invalid.
The authentication hash value YYY56 is a hash value obtained by calculating the data hash value XXX54 and the data of the key ID 35 using a hash function.
The authentication hash value YYY56 corresponds to the authentication hash value YYY described in the above overview.
The vehicle information 33 is a production number for identifying a vehicle held in the immobilizer ECU 2.

図7は、イモビライザーECU2による事故データ照合時の処理の流れ図である。   FIG. 7 is a flowchart of the process at the time of accident data collation by the immobilizer ECU 2.

図8は、データ照合装置を用いた事故データ照合時の処理の流れ図である。
データ照合装置は、図1には示していない。
データ照合装置は、搭載車両の製造メーカや代理店販売ディラーが保有する装置である。
データ照合装置の詳細は後述するが、検証装置の例である。
FIG. 8 is a flowchart of a process at the time of accident data collation using the data collation apparatus.
The data verification device is not shown in FIG.
The data verification device is a device owned by the manufacturer of the vehicle and the dealer sales dealer.
Although details of the data verification device will be described later, this is an example of a verification device.

次に、本実施の形態における動作を詳細に説明する。
まず、図4を用いてエンジン起動時の処理について説明する。
自動車鍵3とイモビライザーECU2間の通信には、メカキー式のイモビライザーとスマートエントリー式のイモビライザーのニ種類があるが、以下ではスマートエントリー式のイモビライザーについての実施例を記述する。
Next, the operation in the present embodiment will be described in detail.
First, the process at the time of engine startup will be described with reference to FIG.
There are two types of communication between the car key 3 and the immobilizer ECU 2: a mechanical key type immobilizer and a smart entry type immobilizer. An example of a smart entry type immobilizer will be described below.

自動車鍵3は、暗号化された鍵IDである暗号化鍵IDを定期的にイモビライザーECU2へ送信する(S01)。
イモビライザーECU2は、暗号化鍵ID(ID情報)を受信する(S02)。
暗号化鍵IDは、イモビライザーアンテナ41とイモビライザーアンプ部40を経由してイモビライザー無線制御部39を介して、イモビライザーRAM部37に書き込まれる。
イモビライザーCPU部31は、イモビライザー無線制御部39からの通知により暗号化鍵IDを自動車鍵3から受信したことを検出する。
イモビライザーCPU部31は、イモビライザーEEPROM部32から暗号鍵34を読み出し、暗号鍵34を用いて暗号化鍵IDを復号し、鍵IDを取り出す(S03)。
イモビライザーCPU部31は、イモビライザーEEPROM部32で保持している鍵ID35と復号した鍵IDを照合し、鍵IDの照合結果(一致した場合OK/一致しない場合NG)を決定し、鍵ID照合結果OK/NGをイモビライザーRAM部37に保持する(S04)。
自動車のユーザは、エンジンスイッチ4をスイッチオンにする(S05)。
エンジンECU5は、エンジンスイッチ4のスイッチオンを検出しエンジンプログラムを開始する(S06)。
エンジンECU5は、自動車エンジン部6へエンジン起動通知を出す(S07)。
自動車エンジン部6は、エンジンを起動する(S08)。
エンジンECU5は、鍵ID照合結果問い合わせ通知をイモビライザーECU2へ送信する(S09)。
鍵ID照合結果問い合わせ通知は、イモビライザー有線制御部38を介してイモビライザーCPU部31へ通知される。
イモビライザーECU2内のイモビライザーCPU部31は、イモビライザーRAM部37に保持していた鍵ID照合結果(OK/NG)を読み出し(S10)、イモビライザー有線制御部38を介してエンジンECU5へ鍵ID照合結果を通知する(S11)。
エンジンECU5は、イモビライザーECU2から返された鍵ID照合結果がOKの場合はエンジンの起動を続行し(S12)、鍵ID照合結果がNGの場合はエンジンの起動を停止させるために自動車エンジン部6に対して鍵ID照合結果通知NGを通知する(S13)。
鍵ID照合結果がNGの場合、自動車エンジン部6は鍵ID照合結果通知NGを受け取りエンジンの起動を停止する(S14)。
The automobile key 3 periodically transmits an encryption key ID, which is an encrypted key ID, to the immobilizer ECU 2 (S01).
The immobilizer ECU 2 receives the encryption key ID (ID information) (S02).
The encryption key ID is written to the immobilizer RAM unit 37 via the immobilizer antenna 41 and the immobilizer amplifier unit 40 and the immobilizer radio control unit 39.
The immobilizer CPU unit 31 detects that the encryption key ID has been received from the vehicle key 3 based on the notification from the immobilizer wireless control unit 39.
The immobilizer CPU unit 31 reads the encryption key 34 from the immobilizer EEPROM unit 32, decrypts the encryption key ID using the encryption key 34, and extracts the key ID (S03).
The immobilizer CPU unit 31 collates the key ID 35 held in the immobilizer EEPROM unit 32 with the decrypted key ID, determines a key ID collation result (OK if coincidence / NG if not coincidence), and key ID collation result OK / NG is held in the immobilizer RAM unit 37 (S04).
The user of the automobile switches on the engine switch 4 (S05).
The engine ECU 5 detects that the engine switch 4 is switched on and starts an engine program (S06).
The engine ECU 5 issues an engine start notification to the automobile engine unit 6 (S07).
The car engine unit 6 starts the engine (S08).
The engine ECU 5 transmits a key ID verification result inquiry notification to the immobilizer ECU 2 (S09).
The key ID verification result inquiry notification is notified to the immobilizer CPU unit 31 via the immobilizer wired control unit 38.
The immobilizer CPU unit 31 in the immobilizer ECU 2 reads the key ID verification result (OK / NG) held in the immobilizer RAM unit 37 (S10), and sends the key ID verification result to the engine ECU 5 via the immobilizer wired control unit 38. Notification is made (S11).
The engine ECU 5 continues to start the engine if the key ID verification result returned from the immobilizer ECU 2 is OK (S12), and stops the engine startup if the key ID verification result is NG. Is notified of the key ID verification result notification NG (S13).
If the key ID verification result is NG, the automobile engine unit 6 receives the key ID verification result notification NG and stops the engine start (S14).

次に、車による事故時のドライブレコーダー装置1とイモビライザーECU2の動作について図5を用いて説明する。   Next, operations of the drive recorder device 1 and the immobilizer ECU 2 at the time of an accident caused by a vehicle will be described with reference to FIG.

自動車鍵3が暗号化鍵IDを送信し(S21)、イモビライザーECU2が暗号化鍵IDを受信し(S22)、イモビライザーECU2が暗号鍵34を用いて受信した暗号化鍵IDを復号し、鍵IDを取り出し(S23)、イモビライザーEEPROM部32で保持していた鍵ID35と受信した鍵IDを照合し、鍵IDの照合結果OK/NGを決定し、鍵ID照合結果OK/NGをイモビライザーRAM部37に保持する(S24)までの動作は、図4のS01〜S04までの動作と同じである。
なお、エンジン起動時のS01〜S04の処理において鍵IDの照合を行っているので、S21〜S24の処理は省略してもよい。
The car key 3 transmits the encryption key ID (S21), the immobilizer ECU 2 receives the encryption key ID (S22), the immobilizer ECU 2 decrypts the received encryption key ID using the encryption key 34, and the key ID (S23), the key ID 35 held in the immobilizer EEPROM unit 32 is collated with the received key ID, the key ID collation result OK / NG is determined, and the key ID collation result OK / NG is determined as the immobilizer RAM unit 37. The operation up to (S24) is the same as the operation from S01 to S04 in FIG.
Since the key IDs are collated in the processes of S01 to S04 when the engine is started, the processes of S21 to S24 may be omitted.

ドライブレコーダー装置1は、事故が発生しない通常時はドライブレコーダーデジタルカメラ部12で映像を常時記録し、記録した映像データをドライブレコーダーRAM部14に記録している。
ドライブレコーダーRAM部14はメモリ容量の制限があるため、絶えず古い映像データに上書きを行い最新のデータを書き込んで保持している(S25)。
The drive recorder device 1 always records video with the drive recorder digital camera unit 12 at normal times when no accident occurs, and records the recorded video data in the drive recorder RAM unit 14.
Since the drive recorder RAM unit 14 has a limited memory capacity, it constantly overwrites the old video data and writes and holds the latest data (S25).

ここからは、車の事故等の衝突や急停止が発生した場合の動作について記述する。
事故の衝撃や事故回避での急操作により車に大きな加速度が生じる(S26)。
ドライブレコーダー装置1内のドライブレコーダー加速度センサー部17は、加速度センサーにより事故と判断しドライブレコーダーCPU部11へ通知する。
ドライブレコーダーCPU部11は、ドライブレコーダーRAM部14に記録してあった映像データをドライブレコーダー不揮発性メモリ部16の記録媒体21へ映像データ52として書き込む(S27)。
この時、ドライブレコーダーCPU部11は、ドライブレコーダータイマ部18より年月日時刻の時刻情報を取得して事故の映像データと合わせてドライブレコーダー不揮発性メモリ部16の記録媒体21へ映像データ52と時刻情報53として書き込む。
ドライブレコーダーCPU部11は、書き込んだ時刻情報を含む映像データのデータハッシュ値XXXを計算する(S28)。
なおデータハッシュ値の計算方法は、一方向性関数であるSHA1(Secure Hash Algorithm 1)や鍵付きのハッシュアルゴリズムであるHMAC−SHA1(Keyed−Hashing for Message Authentication SHA1)などを用いて計算する。
ドライブレコーダーCPU部11は、ドライブレコーダー通信制御部15を介してイモビライザーECU2へデータハッシュ値XXXを認証ハッシュ値生成要求として送信する(S29)。
From here, the operation when a collision such as a car accident or a sudden stop occurs will be described.
A large acceleration is generated in the vehicle due to an accident shock or sudden operation for avoiding the accident (S26).
The drive recorder acceleration sensor unit 17 in the drive recorder device 1 determines an accident by the acceleration sensor and notifies the drive recorder CPU unit 11 of the accident.
The drive recorder CPU unit 11 writes the video data recorded in the drive recorder RAM unit 14 as video data 52 to the recording medium 21 of the drive recorder nonvolatile memory unit 16 (S27).
At this time, the drive recorder CPU unit 11 acquires the time information of the year, month, day and time from the drive recorder timer unit 18 and records the video data 52 to the recording medium 21 of the drive recorder nonvolatile memory unit 16 together with the video data of the accident. Write as time information 53.
The drive recorder CPU unit 11 calculates the data hash value XXX of the video data including the written time information (S28).
The data hash value is calculated using SHA1 (Secure Hash Algorithm 1), which is a one-way function, HMAC-SHA1 (Keyed-Hashing for Message Authentication SHA1), which is a hash algorithm with a key, or the like.
The drive recorder CPU unit 11 transmits the data hash value XXX as an authentication hash value generation request to the immobilizer ECU 2 via the drive recorder communication control unit 15 (S29).

イモビライザーCPU部31は、イモビライザー有線制御部38を介して認証ハッシュ値生成要求としてデータハッシュ値XXXを受信し、イモビライザーCPU部31はイモビライザーRAM部37に保持していた鍵ID照合結果(OK/NG)を読み出す(S30)。
イモビライザーCPU部31は、鍵ID照合結果がOKの場合に限り、イモビライザーEEPROM部32から鍵ID35を読み出し、受信したデータハッシュ値XXXと鍵ID35をメモリ上で結合し、認証ハッシュ値YYYを計算する(S31)。
認証ハッシュ値YYYを計算するアルゴリズムは、一方向性関数であるSHA1や鍵付きのハッシュアルゴリズムであるHMAC−SHA1などのハッシュアルゴリズムを用いて計算する。
鍵ID照合結果がOKの場合はイモビライザーEEPROM部32から車番号33を読み出す。
一方、鍵ID照合結果がNGの場合は、イモビライザーCPU部31は、エラー通知を生成する。
そして、イモビライザーCPU部31は、イモビライザー有線制御部38を介してドライブレコーダー装置1へ認証ハッシュ値生成応答を通知する(S32)。
鍵ID照合結果がOKの場合は、車番号33と認証ハッシュ値YYYと、車番号33と認証ハッシュ値YYYを記録媒体21に書き込むよう指示する指示情報が含まれる認証ハッシュ値生成応答が送信される。
一方、鍵ID照合結果がNGの場合は、エラー通知が含まれる認証ハッシュ値生成応答が送信される。
The immobilizer CPU unit 31 receives the data hash value XXX as an authentication hash value generation request via the immobilizer wired control unit 38, and the immobilizer CPU unit 31 stores the key ID verification result (OK / NG stored in the immobilizer RAM unit 37. ) Is read (S30).
Only when the key ID collation result is OK, the immobilizer CPU unit 31 reads the key ID 35 from the immobilizer EEPROM unit 32, combines the received data hash value XXX and the key ID 35 on the memory, and calculates the authentication hash value YYY. (S31).
The algorithm for calculating the authentication hash value YYY is calculated using a hash algorithm such as SHA1 that is a one-way function or HMAC-SHA1 that is a hash algorithm with a key.
If the key ID verification result is OK, the vehicle number 33 is read from the immobilizer EEPROM unit 32.
On the other hand, when the key ID collation result is NG, the immobilizer CPU unit 31 generates an error notification.
Then, the immobilizer CPU unit 31 notifies the drive recorder device 1 of an authentication hash value generation response via the immobilizer wired control unit 38 (S32).
If the key ID verification result is OK, an authentication hash value generation response including instruction information for instructing to write the car number 33 and the authentication hash value YYY and the car number 33 and the authentication hash value YYY to the recording medium 21 is transmitted. The
On the other hand, when the key ID verification result is NG, an authentication hash value generation response including an error notification is transmitted.

ドライブレコーダーCPU部11は、ドライブレコーダー通信制御部15を介して認証ハッシュ値生成応答の結果(OK/NG)を受け取る。
ドライブレコーダーCPU部11は、認証ハッシュ値生成応答の結果がOKの場合は、認証ハッシュ値有効無効フラグ55を有効設定にして、認証ハッシュ値有効無効フラグ55と車番号33と認証ハッシュ値YYY56をドライブレコーダー不揮発性メモリ部16の記録媒体21へ書き込む(S33)。
ドライブレコーダーCPU部11は、認証ハッシュ値生成応答の結果がNGの場合は、認証ハッシュ値有効無効フラグ55を無効設定にして、認証ハッシュ値有効無効フラグ55をドライブレコーダー不揮発性メモリ部16の記録媒体21へ書き込む(S33)。
The drive recorder CPU unit 11 receives the authentication hash value generation response result (OK / NG) via the drive recorder communication control unit 15.
If the result of the authentication hash value generation response is OK, the drive recorder CPU unit 11 sets the authentication hash value valid / invalid flag 55 as valid, and sets the authentication hash value valid / invalid flag 55, the car number 33, and the authentication hash value YYY56. Write to the recording medium 21 of the drive recorder non-volatile memory unit 16 (S33).
If the result of the authentication hash value generation response is NG, the drive recorder CPU unit 11 sets the authentication hash value valid / invalid flag 55 as invalid, and records the authentication hash value valid / invalid flag 55 in the drive recorder nonvolatile memory unit 16. Writing to the medium 21 (S33).

図6は、ドライブレコーダー不揮発性メモリ部16内の記録媒体21の図である。
事故発生により、イモビライザーECU2が認証ハッシュ値生成応答の結果がOKを返した場合は、全てのデータが事故の記録として残る。
なお、データハッシュ値XXX54は、記録媒体21に格納されていなくてもよい。
イモビライザーECU2が認証ハッシュ値生成応答の結果がNGを返した場合は、認証ハッシュ値有効無効フラグ55は無効の設定となり、車番号33と認証ハッシュ値YYY56の領域は無効となる。
FIG. 6 is a diagram of the recording medium 21 in the drive recorder nonvolatile memory unit 16.
When the result of the accident is that the immobilizer ECU 2 returns OK as the result of the authentication hash value generation response, all data remains as a record of the accident.
The data hash value XXX54 may not be stored in the recording medium 21.
When the immobilizer ECU 2 returns NG as the result of the authentication hash value generation response, the authentication hash value valid / invalid flag 55 is set invalid, and the area of the vehicle number 33 and the authentication hash value YYY56 is invalid.

次にドライブレコーダー不揮発性メモリ部16の記録媒体21に保存した映像データとデータハッシュ値XXXの情報を取得した車について、現在、ドライブレコーダー装置1が取り付けられている車で取得したデータであるかどうかを検証するための手順について、図7を用いて説明する。   Next, regarding the vehicle that has acquired the video data stored in the recording medium 21 of the drive recorder nonvolatile memory unit 16 and the information of the data hash value XXX, is the data acquired by the vehicle to which the drive recorder device 1 is currently attached? A procedure for verifying whether or not will be described with reference to FIG.

自動車鍵3が暗号化鍵IDを送信し(S41)、イモビライザーECU2が暗号鍵34を用いて受信した暗号化鍵IDを復号し鍵IDを取り出し(S43)、イモビライザーEEPROM部32で保持していた鍵ID35と受信した鍵IDを照合し、鍵IDの照合結果OK/NGを決定し、鍵ID照合結果OK/NGをイモビライザーRAM部37に保持する(S44)までの動作は、図4のS01〜S04までの動作と同じである。   The car key 3 transmits the encryption key ID (S41), and the immobilizer ECU 2 decrypts the received encryption key ID using the encryption key 34, extracts the key ID (S43), and holds it in the immobilizer EEPROM 32. The operation until the key ID 35 and the received key ID are collated, the key ID collation result OK / NG is determined, and the key ID collation result OK / NG is held in the immobilizer RAM unit 37 (S44) is shown in S01 of FIG. It is the same as the operation up to S04.

ユーザは、記録媒体21をドライブレコーダー不揮発性メモリ部16に挿入する。
ここでは、記録媒体21にドライブレコーダー装置1に映像データとデータハッシュ値XXXと車番号33と認証ハッシュ値YYYが記録されているものとするが、前述したように、データハッシュ値XXXは記録媒体21内になくてもよい。
ユーザは、ドライブレコーダーデータ照合指示ボタン部19を押すことによって事故データの照合を指示する(S45)。
The user inserts the recording medium 21 into the drive recorder non-volatile memory unit 16.
Here, it is assumed that the video data, the data hash value XXX, the car number 33, and the authentication hash value YYY are recorded on the drive recorder device 1 on the recording medium 21, but the data hash value XXX is recorded on the recording medium as described above. 21 may not be present.
The user instructs collation of accident data by pressing the drive recorder data collation instruction button 19 (S45).

ドライブレコーダーCPU部11は、ドライブレコーダーデータ照合指示ボタン部19よりボタンが押し下げられたことを検出し、データハッシュ値XXXと認証ハッシュ値YYYと認証ハッシュ値有効無効フラグをドライブレコーダー不揮発性メモリ部16の記録媒体21から読み出す(S46)。
ドライブレコーダーCPU部11は、読み出した認証ハッシュ値有効無効フラグに無効が設定されている場合はドライブレコーダーデータ照合結果通知LED20に赤を点灯させる(S51)。
ドライブレコーダーCPU部11は、読み出した認証ハッシュ値有効無効フラグに有効が設定されている場合は認証ハッシュ値照合要求としてドライブレコーダー通信制御部15を介してイモビライザーECU2へデータハッシュ値XXXと認証ハッシュ値YYYを送信する(S47)。
The drive recorder CPU unit 11 detects that the button has been pressed down from the drive recorder data collation instruction button unit 19 and displays the data hash value XXX, the authentication hash value YYY, and the authentication hash value valid / invalid flag in the drive recorder non-volatile memory unit 16. Is read from the recording medium 21 (S46).
When the read authentication hash value validity / invalidity flag is set to invalid, the drive recorder CPU unit 11 lights the drive recorder data collation result notification LED 20 in red (S51).
When the read authentication hash value valid / invalid flag is set to valid, the drive recorder CPU unit 11 sends the data hash value XXX and the authentication hash value to the immobilizer ECU 2 via the drive recorder communication control unit 15 as an authentication hash value collation request. YYY is transmitted (S47).

イモビライザーCPU部31はイモビライザー有線制御部38を介してデータハッシュ値XXXと認証ハッシュ値YYYを受信し、イモビライザーCPU部31はイモビライザーRAM部37に保持していた鍵ID照合結果(OK/NG)を読み出す(S48)。
イモビライザーCPU部31は鍵ID照合結果がOKの場合は、データハッシュ値XXXと鍵IDから事故発生時のハッシュ演算アルゴリズムと同様のアルゴリズムによりハッシュ計算を行って認証ハッシュ値YYYを計算し、受信した認証ハッシュ値YYYと照合し、ハッシュ値の照合結果を(一致した場合OK/一致しない場合NG)と決定する(S49)。
鍵ID照合結果がNGの場合は、ハッシュ値の照合結果をNGとする(S49)。
イモビライザーCPU部31は、認証ハッシュ値照合応答としてイモビライザー有線制御部38を介してハッシュ値の照合結果通知(OK/NG)をドライブレコーダー装置1へ送信する(S50)。
The immobilizer CPU unit 31 receives the data hash value XXX and the authentication hash value YYY via the immobilizer wired control unit 38, and the immobilizer CPU unit 31 receives the key ID verification result (OK / NG) held in the immobilizer RAM unit 37. Read (S48).
When the key ID collation result is OK, the immobilizer CPU unit 31 performs the hash calculation by the same algorithm as the hash calculation algorithm at the time of the accident from the data hash value XXX and the key ID, and calculates and receives the authentication hash value YYY. The authentication hash value YYY is collated, and the collation result of the hash value is determined as (OK if matched / NG if not matched) (S49).
If the key ID verification result is NG, the hash value verification result is NG (S49).
The immobilizer CPU unit 31 transmits a hash value verification result notification (OK / NG) to the drive recorder device 1 via the immobilizer wired control unit 38 as an authentication hash value verification response (S50).

ドライブレコーダーCPU部11は、ドライブレコーダー通信制御部15を介して、ハッシュ値の照合結果通知(OK/NG)を受信し、ハッシュ値の照合結果通知がOKの場合はドライブレコーダーデータ照合結果通知LED20に青を点灯させ、ハッシュ値の照合結果通知がNGの場合はドライブレコーダーデータ照合結果通知LED20に赤を点灯させる(S51)。   The drive recorder CPU unit 11 receives the hash value verification result notification (OK / NG) via the drive recorder communication control unit 15, and if the hash value verification result notification is OK, the drive recorder data verification result notification LED 20 When the hash value verification result notification is NG, the drive recorder data verification result notification LED 20 is lit red (S51).

ユーザは、ドライブレコーダーデータ照合結果通知LED20の青/赤の点灯により、ドライブレコーダー不揮発性メモリ部16の記録媒体21に保存した映像データを取得した車が、現在、ドライブレコーダー装置1が取り付けられている車であるかどうかを判断する。
青点灯の場合はデータ取得時の車は、ドライブレコーダー装置1が取り付けられている車と一致していると判断する。
赤点灯の場合はデータ取得時の車は、ドライブレコーダー装置1が取り付けられている車と一致していないと判断する。
The user acquires the video data stored in the recording medium 21 of the drive recorder non-volatile memory unit 16 when the drive recorder data verification result notification LED 20 is lit blue / red, and the drive recorder device 1 is currently attached. To determine if it is a car.
When the light is blue, it is determined that the vehicle at the time of data acquisition matches the vehicle to which the drive recorder device 1 is attached.
If the light is red, it is determined that the vehicle at the time of data acquisition does not match the vehicle to which the drive recorder device 1 is attached.

なお、以上の説明では、ドライブレコーダーCPU部11は、記録媒体21からデータハッシュ値XXXを読み出し、読み出したデータハッシュ値XXXを認証ハッシュ値YYYとともにイモビライザーECU2へ送信する例を説明した。
これに代えて、ドライブレコーダーCPU部11は、記録媒体21から映像データを読み出し、映像データに対してハッシュ演算を行って、データハッシュ値XXXと同じ値のハッシュ値を生成し、このハッシュ値をイモビライザーECU2へ送信するようにしてもよい。
In the above description, the drive recorder CPU unit 11 reads the data hash value XXX from the recording medium 21 and transmits the read data hash value XXX together with the authentication hash value YYY to the immobilizer ECU 2.
Instead, the drive recorder CPU unit 11 reads the video data from the recording medium 21, performs a hash operation on the video data, generates a hash value having the same value as the data hash value XXX, and uses this hash value. You may make it transmit to immobilizer ECU2.

次に、図8を参照して、車の製造メーカや代理店販売ディラーが保持しているデータ照合装置の動作について説明する。   Next, with reference to FIG. 8, the operation of the data verification device held by the car manufacturer or the dealer sales dealer will be described.

データ照合装置は車を販売すると同時に車番号と鍵IDの組を事前に保持している(S61)。
車番号と鍵IDの組は、販売した車ごとに異なる値であり、車番号は必ず異なる番号で一意に車を識別可能な番号である。
The data collating apparatus sells a car and simultaneously holds a set of a car number and a key ID in advance (S61).
The combination of the car number and the key ID is different for each sold car, and the car number is a number that can be uniquely identified by a different number.

ユーザはドライブレコーダー装置1のドライブレコーダー不揮発性メモリ部16からデータハッシュ値XXXと車番号と認証ハッシュ値YYYを保存していた記録媒体21を取り出す(S62)。
ユーザはパーソナルコンピュータ(以下、パソコンと記す)で記録媒体21からデータハッシュ値XXXと車番号と認証ハッシュ値YYYを読み出す。
パソコンは、読み出した認証ハッシュ値有効無効フラグに無効が設定されている場合はパソコンのディスプレイ上に車番号と照合結果(NG)を表示する(S67)。
パソコンは、データハッシュ値XXXと認証ハッシュ値YYYと車番号(検証用車両IDの例)をネットワーク経由でデータ照合装置へ送る(S63)。
The user takes out the recording medium 21 storing the data hash value XXX, the car number, and the authentication hash value YYY from the drive recorder nonvolatile memory unit 16 of the drive recorder device 1 (S62).
The user reads the data hash value XXX, the car number, and the authentication hash value YYY from the recording medium 21 with a personal computer (hereinafter referred to as a personal computer).
If invalidity is set in the read authentication hash value valid / invalid flag, the personal computer displays the vehicle number and verification result (NG) on the personal computer display (S67).
The personal computer sends the data hash value XXX, the authentication hash value YYY, and the vehicle number (an example of the verification vehicle ID) to the data verification device via the network (S63).

データ照合装置は、車番号から組を成す鍵IDを読み出す(S64)。
次に、データ照合装置はデータハッシュ値XXXと鍵IDからハッシュ計算により認証ハッシュ値YYYを計算し、受信した認証ハッシュ値YYYと計算した認証ハッシュ値YYYを照合し、ハッシュ値の照合結果(OK/NG)を決定する(S65)。
データ照合装置における認証ハッシュ値YYYの演算アルゴリズムは、イモビライザーCPU部31が事故発生時に認証ハッシュ値YYYを生成する際のハッシュ演算アルゴリズムと同じである。
データ照合装置は、ネットワークを介してハッシュ値の照合結果通知(OK/NG)をパソコンへ返す(S66)。
The data verification device reads the key ID that forms a set from the vehicle number (S64).
Next, the data verification device calculates an authentication hash value YYY by hash calculation from the data hash value XXX and the key ID, and compares the received authentication hash value YYY with the calculated authentication hash value YYY, and the hash value verification result (OK) / NG) is determined (S65).
The calculation algorithm of the authentication hash value YYY in the data collating device is the same as the hash calculation algorithm when the immobilizer CPU unit 31 generates the authentication hash value YYY when an accident occurs.
The data verification device returns a hash value verification result notification (OK / NG) to the personal computer via the network (S66).

パソコンはハッシュ値の照合結果通知(OK/NG)を受け取り、パソコンのディスプレイ上に車番号と照合結果を表示する(S67)。
ユーザは、データ照合装置からのハッシュ値の照合結果通知(OK/NG)により、ハッシュ値の照合結果通知がOKの場合は事故時の映像を収集したドライブレコーダー装置1が取り付けられていた車の情報を得られる。
The personal computer receives the hash value collation result notification (OK / NG) and displays the vehicle number and collation result on the personal computer display (S67).
When the hash value collation result notification is OK by the hash value collation result notification (OK / NG) from the data collation device, the user is connected to the vehicle in which the drive recorder device 1 that collected the video at the time of the accident was attached. Get information.

以上により、ユーザは、保存してある車番号の車内で映像データを記録し保存したことを検証できる効果を得る。
なお、上記のデータ照合装置の動作実施例では、ネットワークを介してパソコンとデータ照合装置を接続する例を記述したが、データハッシュ値XXXと車番号と認証ハッシュ値YYYを保存していた記録媒体21をデータ照合装置に挿入してデータハッシュ値XXXと車番号と認証ハッシュ値YYYを読み込ませて、ハッシュ値の照合結果をデータ照合装置のディスプレイに表示させても同じ効果をユーザは得る。
なお、図8のデータ照合装置を用いる場合も、ユーザのパソコンは、記録媒体21からデータハッシュ値XXXを読み出す代わりに映像データを読み出し、映像データに対してハッシュ演算を行って、データハッシュ値XXXと同じ値のハッシュ値を生成し、このハッシュ値をデータ照合装置へ送信するようにしてもよい。
As described above, the user can obtain an effect of verifying that the video data is recorded and stored in the car having the saved car number.
In the above-described operation example of the data collating apparatus, the example in which the personal computer and the data collating apparatus are connected via the network is described. However, the recording medium storing the data hash value XXX, the car number, and the authentication hash value YYY The user can obtain the same effect by inserting 21 into the data verification device, reading the data hash value XXX, the car number, and the authentication hash value YYY, and displaying the hash value verification result on the display of the data verification device.
Even in the case of using the data collating apparatus of FIG. 8, the user's personal computer reads the video data instead of reading the data hash value XXX from the recording medium 21, performs a hash operation on the video data, and performs the data hash value XXX. It is also possible to generate a hash value having the same value as and send this hash value to the data collating device.

なお、上記の説明では、ドライブレコーダー装置1が事故時の保存するデータとして時刻情報を含む映像データとしたが、マイクを用いて収録した音声データや車両データや車両周辺データも映像データと同様の扱いとして、データハッシュ値XXXをハッシュ計算しても同様の効果を得る。   In the above description, the video data including the time information is stored as data to be saved by the drive recorder device 1 at the time of the accident. However, the audio data, vehicle data, and vehicle peripheral data recorded using the microphone are the same as the video data. As a treatment, the same effect can be obtained even if the data hash value XXX is hash-calculated.

また、本実施の形態では、スマートエントリー式のイモビライザーについての実施例を記述したが、メカキー式のイモビライザーについても同様の動作で実現可能で同様の効果を得る。   In the present embodiment, an example of a smart entry type immobilizer has been described. However, a mechanical key type immobilizer can also be realized by the same operation, and the same effect can be obtained.

また、本実施の形態では、ドライブレコーダーは、通常時は、映像データと車両データと車両周辺データをメモリへ記録し、加速度センサーにより急停止を検出時、メモリから媒体へ映像データと車両データと車両周辺データを移動して書き移す例を説明した。
これに代えて、通常時は、映像データと車両データと車両周辺データをメモリへ記録し、事故などの急停止が発生しなくとも、映像データと車両データと車両周辺データをメモリから読み出し、媒体上の古いデータから順番に上書きで記録し、加速度センサーにより急停止を検出時、媒体上の映像データと車両データと車両周辺データへの上書きを停止し、媒体上のデータを書き換え禁止にしてからデータハッシュ値を計算しても同様の効果を得る。
In the present embodiment, the drive recorder normally records the video data, vehicle data, and vehicle peripheral data in the memory, and when the sudden stop is detected by the acceleration sensor, the video data and the vehicle data are transferred from the memory to the medium. The example in which the vehicle peripheral data is moved and transferred is described.
Instead, normally, video data, vehicle data, and vehicle peripheral data are recorded in a memory, and even if an emergency stop such as an accident does not occur, the video data, vehicle data, and vehicle peripheral data are read from the memory. Overwrite in order from the oldest data above, when a sudden stop is detected by the acceleration sensor, overwriting to the video data on the medium, vehicle data, and vehicle surrounding data is stopped, and the data on the medium is prohibited from being overwritten. The same effect can be obtained by calculating the data hash value.

また、本実施の形態では、事故発生時、ドライブレコーダー加速度センサー部17の加速度センサーにより急停止を契機として図5の一連の処理シーケンスを実行している。
これに代えて、ドライブレコーダー装置1に映像データ保存ボタンを設けて、ユーザが映像データ保存ボタンを押し下げるのを契機として、ドライブレコーダーCPU部11が映像データ保存ボタン押し下げを契機として図5の一連の処理シーケンスを実行しても同じ効果を得る。
Further, in the present embodiment, when an accident occurs, a series of processing sequences of FIG. 5 are executed with a sudden stop by the acceleration sensor of the drive recorder acceleration sensor unit 17.
Instead, a video data storage button is provided in the drive recorder device 1, and when the user depresses the video data storage button, the drive recorder CPU unit 11 triggers the video data storage button to be depressed as a series of FIG. Even if the processing sequence is executed, the same effect is obtained.

また、本実施の形態では、ドライブレコーダー装置1が認証ハッシュ値の検証結果をユーザに表示するための表示手段として、LEDのランプ表示による手段を用いたが、音声あるいは音による通知手段を用いても良い。
もしくはネットワーク経由でカーナビゲーションシステムなどの他の装置へ通知してユーザへ知らせても良い。
カーナビゲーションシステムが認証ハッシュ値の検証結果を受ける場合は、カーナビゲーションシステムは認証ハッシュ値照合応答の結果をユーザへ表示する。
In this embodiment, the drive recorder device 1 uses the LED lamp display as the display means for displaying the verification result of the authentication hash value to the user. However, the voice recorder or sound notification means is used. Also good.
Or you may notify to a user by notifying other apparatuses, such as a car navigation system, via a network.
When the car navigation system receives the verification result of the authentication hash value, the car navigation system displays the result of the authentication hash value matching response to the user.

また、本実施の形態では、ドライブレコーダー装置1で書き込み対象映像データに対してハッシュ演算を行い、データハッシュ値XXXをイモビライザーECU2に出力し、イモビライザーECU2ではデータハッシュ値XXXと鍵IDに対してハッシュ演算を行って認証ハッシュ値YYYを生成する。
これに代えて、ドライブレコーダー装置1は書き込み対象映像データ自体をイモビライザーECU2に出力し、イモビライザーECU2では書き込み対象映像データと鍵IDに対してハッシュ演算を行って認証ハッシュ値YYYを生成するようにしてもよい。
また、本実施の形態では、同様に、照合時に、ドライブレコーダー装置1がデータハッシュ値XXXをイモビライザーECU2に出力し、イモビライザーECU2ではデータハッシュ値XXXと鍵IDに対してハッシュ演算を行って認証ハッシュ値YYYを生成する。
これに代えて、ドライブレコーダー装置1は照合対象の格納映像データ自体をイモビライザーECU2に出力し、イモビライザーECU2では照合対象の格納映像データと鍵IDに対してハッシュ演算を行って認証ハッシュ値YYYを生成するようにしてもよい。
In the present embodiment, the drive recorder device 1 performs a hash operation on the video data to be written and outputs the data hash value XXX to the immobilizer ECU 2. The immobilizer ECU 2 hashes the data hash value XXX and the key ID. An authentication hash value YYY is generated by performing an operation.
Instead, the drive recorder device 1 outputs the write target video data itself to the immobilizer ECU 2, and the immobilizer ECU 2 performs a hash operation on the write target video data and the key ID to generate an authentication hash value YYY. Also good.
In the present embodiment, similarly, at the time of collation, the drive recorder device 1 outputs the data hash value XXX to the immobilizer ECU 2, and the immobilizer ECU 2 performs a hash operation on the data hash value XXX and the key ID to perform the authentication hash. A value YYY is generated.
Instead, the drive recorder device 1 outputs the stored video data to be verified itself to the immobilizer ECU 2, and the immobilizer ECU 2 performs a hash operation on the stored video data to be verified and the key ID to generate an authentication hash value YYY. You may make it do.

以上、本実施の形態では、以下の手段を備えた車両履歴情報記憶システムを説明した。
(a)ハッシュアルゴリズム用いて媒体もしくはメモリに保存してある映像データと車両データと車両周辺データのデータハッシュ値を計算し、ハッシュ値を媒体もしくはメモリへ書き込む手段
(b)データハッシュ値とエンジン起動用の自動車鍵IDからハッシュアルゴリズム用いて認証ハッシュ値を計算する手段
(c)自動車鍵IDとは異なる車を識別する番号と認証ハッシュ値を媒体もしくはメモリへ書き込む手段
(d)ユーザによるデータ照合指示を検出する手段
(e)媒体もしくはメモリに保存していたデータハッシュ値と車を識別する番号と認証ハッシュ値を読み出す手段
(f)データハッシュ値と自動車鍵IDから認証ハッシュ値を計算し、媒体もしくはメモリから読み出した認証ハッシュ値と計算した認証ハッシュ値を照合し、一致/不一致を決定する手段
(g)認証ハッシュ値の一致/不一致をユーザに表示するための表示手段、もしくは音声あるいは音による通知手段、もしくはネットワーク経由で他の装置へ通知する手段。
As described above, in the present embodiment, the vehicle history information storage system including the following means has been described.
(A) Means for calculating data hash values of video data, vehicle data and vehicle peripheral data stored in a medium or memory using a hash algorithm, and writing the hash values to the medium or memory. (B) Data hash value and engine activation Means for calculating an authentication hash value using a hash algorithm from an automobile key ID for use (c) means for writing a car identification number and an authentication hash value different from the car key ID into a medium or a memory (d) a data verification instruction by a user (E) means for reading a data hash value stored in a medium or memory, a number for identifying a vehicle, and an authentication hash value; (f) calculating an authentication hash value from the data hash value and the vehicle key ID; Or, verify the authentication hash value read from the memory with the calculated authentication hash value. , Match / mismatch means for determining (g) display means for displaying to the user a match / mismatch of the authentication hash value or notifying means by voice or sound or means for notifying via the network to another device,.

また、本実施の形態では、更に、以下の手段を備えた車両履歴情報記憶システムを説明した。
(a)通常時は、映像データと車両データと車両周辺データをメモリへ記録し、事故防止のため車間距離の接近等の検出もしくは加速度センサーにより急停止を検出時、メモリから媒体へ映像データと車両データと車両周辺データを移動して書き移すか、あるいは、通常時は、映像データと車両データと車両周辺データをメモリへ記録し、ユーザの任意の操作時、メモリから媒体へ映像データと車両データと車両周辺データを移動して書き移すか、あるいは、通常時は、映像データと車両データと車両周辺データをメモリへ記録し、事故などの急停止が発生しなくとも、映像データと車両データと車両周辺データをメモリから読み出し、媒体上の古いデータから順番に上書きで記録し、事故防止のため車間距離の接近等の検出もしくは加速度センサーにより急停止を検出時、媒体上の映像データと車両データと車両周辺データへの上書きを停止するか、あるいは、通常時は、映像データと車両データと車両周辺データをメモリへ記録し、事故などの急停止が発生しなくとも、映像データと車両データと車両周辺データをメモリから読み出し、媒体上の古いデータから順番に上書きで記録し、ユーザの任意の操作時、媒体上の映像データと車両データと車両周辺データへの上書きを停止する手段。
Moreover, in this Embodiment, the vehicle history information storage system provided with the following means was further demonstrated.
(A) In normal times, video data, vehicle data, and vehicle periphery data are recorded in a memory, and video data is transferred from the memory to the medium when detection of an approaching vehicle distance or the like or a sudden stop is detected by an acceleration sensor to prevent accidents. The vehicle data and the vehicle peripheral data are moved and transferred, or the video data, the vehicle data, and the vehicle peripheral data are normally recorded in the memory, and the video data and the vehicle are transferred from the memory to the medium at any operation of the user. Data and vehicle peripheral data can be moved and transferred, or normally, video data, vehicle data, and vehicle peripheral data can be recorded in memory, and video data and vehicle data can be stored even if an emergency stop does not occur. And vehicle peripheral data are read from the memory, and the oldest data on the medium is overwritten and recorded in order. When an emergency stop is detected by the sensor, overwriting of the video data, vehicle data, and vehicle surrounding data on the medium is stopped, or in normal times, the video data, vehicle data, and vehicle surrounding data are recorded in the memory, and an accident occurs. Even if a sudden stop does not occur, the video data, vehicle data, and vehicle peripheral data are read from the memory, overwritten in order from the old data on the medium, and when the user performs any operation, the video data on the medium Means for stopping overwriting of vehicle data and vehicle surrounding data.

また、本実施の形態では、以下の手段を備えた車両履歴情報記憶システムを説明した。
(a)ドライブレコーダーでは、ハッシュアルゴリズム用いて媒体もしくはメモリに保存してある映像データと車両データと車両周辺データのデータハッシュ値を計算し、ハッシュ値を媒体へ書き込む手段
(b)ドライブレコーダーでは、上記計算したデータハッシュ値を認証ハッシュ値生成要求としてイモビライザーECUへ送信する手段
(c)認証ハッシュ値生成要求としてデータハッシュ値を受信したイモビライザーECUでは、データハッシュ値とエンジン起動用の自動車鍵IDからハッシュアルゴリズム用いて認証ハッシュ値を計算する手段
(d)イモビライザーECUでは、認証ハッシュ値生成応答として自動車鍵IDとは異なる車を識別する番号と認証ハッシュ値を送信する手段
(e)ドライブレコーダーでは、認証ハッシュ値生成応答としてイモビライザーECUからの車を識別する番号と認証ハッシュ値を受信する手段
(f)ドライブレコーダーでは、車を識別する番号と認証ハッシュ値を媒体へ書き込む手段
(g)ドライブレコーダーでは、ドライブレコーダーのユーザの押し下げによるデータ照合指示ボタン入力を検出する手段
(h)ドライブレコーダーでは、媒体に保存していたデータハッシュ値と車を識別する番号と認証ハッシュ値を媒体から読み出す手段
(i)ドライブレコーダーでは、上記読み出したデータハッシュ値と認証ハッシュ値を認証ハッシュ値照合要求としてイモビライザーECUへ送信する手段
(j)認証ハッシュ値照合要求としてデータハッシュ値と認証ハッシュ値を受信したイモビライザーECUでは、データハッシュ値と自動車鍵IDから認証ハッシュ値を計算し、受信した認証ハッシュ値と計算した認証ハッシュ値を照合し、一致/不一致を決定する手段
(k)イモビライザーECUでは、認証ハッシュ値照合応答として認証ハッシュ値の一致/不一致を送信する手段
(l)ドライブレコーダーでは、認証ハッシュ値照合応答としてイモビライザーECUからの認証ハッシュ値の一致/不一致を受信する手段
(m)ドライブレコーダーでは、認証ハッシュ値の一致/不一致をドライブレコーダーのユーザに表示するための表示手段、もしくは音声あるいは音による通知手段、もしくはネットワーク経由で他の装置へ通知する手段。
Moreover, in this Embodiment, the vehicle history information storage system provided with the following means was demonstrated.
(A) The drive recorder uses a hash algorithm to calculate the data hash value of the video data, vehicle data, and vehicle peripheral data stored in the medium or memory, and writes the hash value to the medium. (B) The drive recorder Means for transmitting the calculated data hash value to the immobilizer ECU as an authentication hash value generation request (c) The immobilizer ECU that has received the data hash value as the authentication hash value generation request uses the data hash value and the vehicle key ID for starting the engine. Means for calculating an authentication hash value using a hash algorithm (d) In the immobilizer ECU, means for transmitting an authentication hash value and a number for identifying a vehicle different from the vehicle key ID as an authentication hash value generation response (e) In the drive recorder, Authentication hash Means for receiving vehicle identification number and authentication hash value from immobilizer ECU as generation response (f) In drive recorder, means for writing vehicle identification number and authentication hash value to medium (g) In drive recorder, drive recorder Means for detecting a data collation instruction button input by a user's depression of the user (h) In the drive recorder, means for reading out the data hash value stored in the medium, the vehicle identification number and the authentication hash value from the medium (i) the drive recorder Then, means (j) for transmitting the read data hash value and the authentication hash value to the immobilizer ECU as an authentication hash value verification request. (J) In the immobilizer ECU that has received the data hash value and the authentication hash value as the authentication hash value verification request, Value and car Means for calculating an authentication hash value from the ID, comparing the received authentication hash value with the calculated authentication hash value, and determining a match / mismatch (k) In the immobilizer ECU, the authentication hash value match response Means for transmitting mismatch (l) In drive recorder, means for receiving match / mismatch of authentication hash value from immobilizer ECU as authentication hash value verification response (m) In drive recorder, match / mismatch of authentication hash value Display means for displaying to other users, notification means by voice or sound, or means for notifying other devices via a network.

また、本実施の形態では、更に、以下の手段を備えた車両履歴情報記憶システムを説明した。
(a)通常時は、ドライブレコーダーは映像データと車両データと車両周辺データをメモリへ記録し、事故防止のため車間距離の接近等の検出もしくは加速度センサーにより急停止を検出時、メモリから媒体へ映像データと車両データと車両周辺データを移動して書き移すか、あるいは、通常時は、ドライブレコーダーは映像データと車両データと車両周辺データをメモリへ記録し、ユーザの任意の操作時、メモリから媒体へ映像データと車両データと車両周辺データを移動して書き移すか、あるいは、通常時は、映像データと車両データと車両周辺データをメモリへ記録し、事故などの急停止が発生しなくとも、映像データと車両データと車両周辺データをメモリから読み出し、媒体上の古いデータから順番に上書きで記録し、事故防止のため車間距離の接近等の検出もしくは加速度センサーにより急停止を検出時、媒体上の映像データと車両データと車両周辺データへの上書きを停止するか、あるいは、通常時は、ドライブレコーダーは映像データと車両データと車両周辺データをメモリへ記録し、事故などの急停止が発生しなくとも、映像データと車両データと車両周辺データをメモリから読み出し、媒体上の古いデータから順番に上書きで記録し、ユーザの任意の操作時、媒体上の映像データと車両データと車両周辺データへの上書きを停止する手段。
Moreover, in this Embodiment, the vehicle history information storage system provided with the following means was further demonstrated.
(A) Normally, the drive recorder records video data, vehicle data, and vehicle surrounding data in the memory, and from the memory to the medium when detecting an approaching distance or detecting a sudden stop by the acceleration sensor to prevent accidents. Video data, vehicle data, and vehicle periphery data can be moved and transferred, or normally, the drive recorder records the video data, vehicle data, and vehicle periphery data in the memory, and from the memory at any user operation Move video data, vehicle data, and vehicle surrounding data to the medium and transfer them to the medium. Ordinarily, the video data, vehicle data, and vehicle surrounding data are recorded in the memory, so that there is no need for a sudden stop such as an accident. Video data, vehicle data, and vehicle peripheral data are read from the memory, and are overwritten in order from the oldest data on the medium to prevent accidents. Therefore, when detecting an approaching distance between vehicles or a sudden stop by an acceleration sensor, overwriting of the video data, vehicle data, and vehicle surrounding data on the medium is stopped. Record vehicle data and vehicle periphery data in memory, even if an emergency stop such as an accident does not occur, read video data, vehicle data, and vehicle periphery data from memory, and overwrite and record in order from the old data on the medium, Means for stopping overwriting of video data, vehicle data, and vehicle peripheral data on the medium at any operation of the user.

実施の形態2.
以上の実施の形態1では、事故発生時刻の時刻情報をドライブレコーダー内で取得し媒体へ保存するようにしたものであるが、次に位置情報と時刻情報をイモビライザーECUで保存するような場合のドライブレコーダーの実施形態を示す。
Embodiment 2. FIG.
In the first embodiment described above, the time information of the accident occurrence time is acquired in the drive recorder and stored in the medium. Next, the position information and time information are stored in the immobilizer ECU. 1 shows an embodiment of a drive recorder.

本実施の形態に係る車内ネットワーク構成は、図1と同じである。
また、本実施の形態に係るドライブレコーダー装置1の内部構成は、図2と同じである。
The in-vehicle network configuration according to the present embodiment is the same as in FIG.
The internal configuration of the drive recorder device 1 according to the present embodiment is the same as that shown in FIG.

図9は、本実施の形態に係るイモビライザーECU2の内部構成図である。   FIG. 9 is an internal configuration diagram of the immobilizer ECU 2 according to the present embodiment.

図9において、イモビライザーGPS(Global Positioning System)部42以外は、図3に示したものと同様である。
すなわち、イモビライザーCPU部31はマイクロプロセッサであり、イモビライザーEEPROM部32は書き替えが容易に行えないEEPROMである。
また、車番号33は車を識別する製造番号であり、暗号鍵34は暗号化された自動車の鍵を復号するための鍵であり、鍵ID35は自動車の鍵の情報である。
また、イモビライザーROM部36はプログラムが格納されているROMであり、イモビライザーRAM部37はSRAMやDRAMなどの揮発性メモリのRAMである。
また、イモビライザー有線制御部38は車内ネットワーク7との通信を制御するモジュールである。
また、イモビライザー無線制御部39は自動車鍵3との無線通信を制御するモジュールであり、イモビライザーアンプ部40は無線通信で無線信号を増幅するモジュールであり、イモビライザーアンテナ41は自動車鍵3との無線通信をするためのアンテナである。
そして、イモビライザーGPS部42は衛星からの位置情報と時刻情報を受信するモジュールである。
イモビライザーGPS部42は、測位部の例である。
9 is the same as that shown in FIG. 3 except for an immobilizer GPS (Global Positioning System) unit 42.
That is, the immobilizer CPU unit 31 is a microprocessor, and the immobilizer EEPROM unit 32 is an EEPROM that cannot be easily rewritten.
The car number 33 is a manufacturing number for identifying the car, the encryption key 34 is a key for decrypting the encrypted car key, and the key ID 35 is information on the car key.
The immobilizer ROM unit 36 is a ROM in which a program is stored, and the immobilizer RAM unit 37 is a RAM of a volatile memory such as SRAM or DRAM.
The immobilizer wired control unit 38 is a module that controls communication with the in-vehicle network 7.
The immobilizer wireless control unit 39 is a module that controls wireless communication with the automobile key 3, the immobilizer amplifier unit 40 is a module that amplifies a wireless signal through wireless communication, and the immobilizer antenna 41 is wirelessly communicated with the vehicle key 3. It is an antenna for doing.
The immobilizer GPS unit 42 is a module that receives position information and time information from a satellite.
The immobilizer GPS unit 42 is an example of a positioning unit.

図10は、本実施の形態における車の事故等の衝突や急停止が発生した場合の処理の流れ図である。   FIG. 10 is a flowchart of the processing when a collision such as a car accident or a sudden stop occurs in the present embodiment.

図11は、ドライブレコーダー不揮発性メモリ部16内の媒体の情報を示した図である。
図11において、記録媒体21はSD(登録商標)カードやUSBメモリなどの記録媒体である。
図11の記録媒体21内の情報は、位置情報58及び時刻情報#2(59)以外は、図6に示したものと同様である。
すなわち、映像データ52はドライブレコーダー装置1で記録した映像である。
データハッシュ値XXX54は映像データ52をハッシュ関数で計算したハッシュ値である。
認証ハッシュ値有効無効フラグ55は認証ハッシュ値が有効/無効を示すフラグ情報である。
認証ハッシュ値YYY56はハッシュ関数を用いてデータハッシュ値XXX54と鍵ID35のデータを計算したハッシュ値である。
時刻情報#1(57)は事故発生時のドライブレコーダー装置1で収集した時刻情報である。
位置情報58は事故発生時のGPSによる位置を示す情報である。
時刻情報#2(59)は事故発生時のイモビライザーECU2で収集した時刻情報である。
車番号33はイモビライザーECU2内で保持していた車を識別する製造番号である。
FIG. 11 is a diagram showing information on a medium in the drive recorder nonvolatile memory unit 16.
In FIG. 11, a recording medium 21 is a recording medium such as an SD (registered trademark) card or a USB memory.
The information in the recording medium 21 in FIG. 11 is the same as that shown in FIG. 6 except for the position information 58 and time information # 2 (59).
That is, the video data 52 is a video recorded by the drive recorder device 1.
The data hash value XXX54 is a hash value obtained by calculating the video data 52 with a hash function.
The authentication hash value valid / invalid flag 55 is flag information indicating whether the authentication hash value is valid / invalid.
The authentication hash value YYY56 is a hash value obtained by calculating the data hash value XXX54 and the data of the key ID 35 using a hash function.
Time information # 1 (57) is time information collected by the drive recorder device 1 when an accident occurs.
The position information 58 is information indicating the position by GPS at the time of occurrence of the accident.
Time information # 2 (59) is time information collected by the immobilizer ECU 2 when the accident occurred.
The car number 33 is a manufacturing number for identifying the car held in the immobilizer ECU 2.

図12は、本実施の形態における車による事故データ照合時の処理の流れ図である。   FIG. 12 is a flowchart of a process when collating accident data with a vehicle in the present embodiment.

次に、車による事故時のドライブレコーダー装置1とイモビライザーECU2の動作について図10を用いて説明する。   Next, operations of the drive recorder device 1 and the immobilizer ECU 2 at the time of an accident caused by a vehicle will be described with reference to FIG.

自動車鍵3が暗号化鍵IDを送信し(S81)、イモビライザーECU2が暗号化鍵IDを受信し(S82)、イモビライザーECU2が暗号鍵34を用いて受信した暗号化鍵IDを復号し鍵IDを取り出し(S83)、イモビライザーEEPROM部32で保持していた鍵ID35と受信した鍵IDを照合し、鍵IDの照合結果(一致した場合OK/一致しない場合NG)を決定し、鍵ID照合結果OK/NGをイモビライザーRAM部37に保持する(S84)。
なお、実施の形態1で説明したエンジン起動時のS01〜S04の処理において鍵IDの照合を行っているので、S81〜S84の処理は省略してもよい。
The car key 3 transmits the encryption key ID (S81), the immobilizer ECU 2 receives the encryption key ID (S82), the immobilizer ECU 2 decrypts the received encryption key ID using the encryption key 34, and obtains the key ID. Extraction (S83), the key ID 35 held in the immobilizer EEPROM unit 32 is collated with the received key ID, the key ID collation result (OK when matched / NG when not matched) is determined, and the key ID collation result OK / NG is held in the immobilizer RAM unit 37 (S84).
Note that since the key IDs are collated in the processes of S01 to S04 at the time of starting the engine described in the first embodiment, the processes of S81 to S84 may be omitted.

ドライブレコーダー装置1は、事故が発生しない通常時はドライブレコーダーデジタルカメラ部12で映像を常時記録し、記録した映像データをドライブレコーダーRAM部14に記録している。
ドライブレコーダーRAM部14はメモリ容量の制限があるため、絶えず古い映像データに上書きを行い最新のデータを書き込んで保持している(S85)。
The drive recorder device 1 always records video with the drive recorder digital camera unit 12 at normal times when no accident occurs, and records the recorded video data in the drive recorder RAM unit 14.
Since the drive recorder RAM section 14 has a limited memory capacity, it constantly overwrites the old video data and writes and holds the latest data (S85).

ここからは、車の事故等の衝突や急停止が発生した場合の動作について記述する。
事故の衝撃や事故回避での急操作により車に大きな加速度が生じる(S86)。
ドライブレコーダー装置1内のドライブレコーダー加速度センサー部17は、加速度センサーにより事故と判断しドライブレコーダーCPU部11へ通知する。
ドライブレコーダーCPU部11は、ドライブレコーダーRAM部14に記録してあった映像データをドライブレコーダー不揮発性メモリ部16の記録媒体21へ書き込む(S87)。
この時、ドライブレコーダーCPU部11は、ドライブレコーダータイマ部18より年月日時刻の時刻情報#1を取得して事故の映像データと合わせてドライブレコーダー不揮発性メモリ部16の記録媒体21へ映像データ52と時刻情報#1(57)として書き込む。
ドライブレコーダーCPU部11は、書き込んだ時刻情報#1を含む映像データのデータハッシュ値XXXを計算する(S88)。
なおデータハッシュ値の計算方法は、一方向性関数であるSHA1や鍵付きのハッシュアルゴリズムであるHMAC−SHA1などを用いて計算する。
ドライブレコーダーCPU部11は、ドライブレコーダー通信制御部15を介してイモビライザーECU2へデータハッシュ値XXXを認証ハッシュ値生成要求として送信する(S89)。
From here, the operation when a collision such as a car accident or a sudden stop occurs will be described.
A large acceleration is generated in the vehicle due to an accident shock or a sudden operation for avoiding the accident (S86).
The drive recorder acceleration sensor unit 17 in the drive recorder device 1 determines an accident by the acceleration sensor and notifies the drive recorder CPU unit 11 of the accident.
The drive recorder CPU unit 11 writes the video data recorded in the drive recorder RAM unit 14 to the recording medium 21 of the drive recorder nonvolatile memory unit 16 (S87).
At this time, the drive recorder CPU unit 11 acquires the time information # 1 of the year / month / day / time from the drive recorder timer unit 18, and the video data to the recording medium 21 of the drive recorder non-volatile memory unit 16 together with the video data of the accident. 52 and time information # 1 (57).
The drive recorder CPU unit 11 calculates the data hash value XXX of the video data including the written time information # 1 (S88).
Note that the data hash value is calculated using SHA1, which is a one-way function, HMAC-SHA1, which is a hash algorithm with a key, and the like.
The drive recorder CPU unit 11 transmits the data hash value XXX as an authentication hash value generation request to the immobilizer ECU 2 via the drive recorder communication control unit 15 (S89).

イモビライザーCPU部31はイモビライザー有線制御部38を介して認証ハッシュ値生成要求としてデータハッシュ値XXXを受信し、イモビライザーCPU部31はイモビライザーRAM部37に保持していた鍵ID照合結果(OK/NG)を読み出す(S90)。
イモビライザーCPU部31は鍵ID照合結果がOKの場合に限り、イモビライザーGPS部42から位置情報と時刻情報#2を取得する(S91)。
イモビライザーCPU部31は鍵ID照合結果がOKの場合に限り、イモビライザーEEPROM部32から鍵ID35を読み出し、受信したデータハッシュ値XXXと位置情報と時刻情報#2と鍵ID35をメモリ上で結合し、認証ハッシュ値YYYを計算する(S92)。
認証ハッシュ値YYYを計算するアルゴリズムは、一方向性関数であるSHA1や鍵付きのハッシュアルゴリズムであるHMAC−SHA1などのハッシュアルゴリズムを用いて計算する。
鍵ID照合結果がOKの場合はイモビライザーEEPROM部32から車番号33を読み出す。
一方、鍵ID照合結果がNGの場合は、イモビライザーCPU部31は、エラー通知を生成する。
そして、イモビライザーCPU部31は、イモビライザー有線制御部38を介してドライブレコーダー装置1へ認証ハッシュ値生成応答を通知する(S93)。
鍵ID照合結果がOKの場合は、車番号33と認証ハッシュ値YYYと位置情報と時刻情報#2、更に、これらを記録媒体21に書き込むよう指示する指示情報が含まれる認証ハッシュ値生成応答が送信される。
一方、鍵ID照合結果がNGの場合は、エラー通知が含まれる認証ハッシュ値生成応答が送信される。
The immobilizer CPU unit 31 receives the data hash value XXX as an authentication hash value generation request via the immobilizer wired control unit 38, and the immobilizer CPU unit 31 stores the key ID verification result (OK / NG) held in the immobilizer RAM unit 37. Is read (S90).
The immobilizer CPU unit 31 acquires position information and time information # 2 from the immobilizer GPS unit 42 only when the key ID collation result is OK (S91).
Only when the key ID collation result is OK, the immobilizer CPU unit 31 reads the key ID 35 from the immobilizer EEPROM unit 32, and combines the received data hash value XXX, position information, time information # 2, and key ID 35 on the memory, An authentication hash value YYY is calculated (S92).
The algorithm for calculating the authentication hash value YYY is calculated using a hash algorithm such as SHA1 that is a one-way function or HMAC-SHA1 that is a hash algorithm with a key.
If the key ID verification result is OK, the vehicle number 33 is read from the immobilizer EEPROM unit 32.
On the other hand, when the key ID collation result is NG, the immobilizer CPU unit 31 generates an error notification.
Then, the immobilizer CPU unit 31 notifies the drive recorder device 1 of an authentication hash value generation response via the immobilizer wired control unit 38 (S93).
When the key ID collation result is OK, an authentication hash value generation response including the car number 33, the authentication hash value YYY, the position information, the time information # 2, and the instruction information instructing to write these into the recording medium 21 is received. Sent.
On the other hand, when the key ID verification result is NG, an authentication hash value generation response including an error notification is transmitted.

ドライブレコーダーCPU部11は、ドライブレコーダー通信制御部15を介して認証ハッシュ値生成応答の結果(OK/NG)を受け取る。
ドライブレコーダーCPU部11は、認証ハッシュ値生成応答の結果がOKの場合は、認証ハッシュ値有効無効フラグ55を有効設定にして、認証ハッシュ値有効無効フラグ55と車番号33と認証ハッシュ値YYY56と位置情報58と時刻情報#2(59)をドライブレコーダー不揮発性メモリ部16の記録媒体21へ書き込む(S94)。
ドライブレコーダーCPU部11は、認証ハッシュ値生成応答の結果がNGの場合は、認証ハッシュ値有効無効フラグ55を無効設定にして、認証ハッシュ値有効無効フラグ55をドライブレコーダー不揮発性メモリ部16の記録媒体21へ書き込む(S94)。
The drive recorder CPU unit 11 receives the authentication hash value generation response result (OK / NG) via the drive recorder communication control unit 15.
If the result of the authentication hash value generation response is OK, the drive recorder CPU unit 11 sets the authentication hash value valid / invalid flag 55 as valid, sets the authentication hash value valid / invalid flag 55, the car number 33, the authentication hash value YYY56, The position information 58 and time information # 2 (59) are written to the recording medium 21 of the drive recorder nonvolatile memory unit 16 (S94).
If the result of the authentication hash value generation response is NG, the drive recorder CPU unit 11 sets the authentication hash value valid / invalid flag 55 as invalid, and records the authentication hash value valid / invalid flag 55 in the drive recorder nonvolatile memory unit 16. Writing to the medium 21 (S94).

次にドライブレコーダー不揮発性メモリ部16の記録媒体21に保存した映像データとデータハッシュ値XXXの情報を取得した車について、現在、ドライブレコーダー装置1が取り付けられている車であるかどうかを検証するための手順について、図12を用いて説明する。   Next, it is verified whether or not the vehicle that has acquired the information of the video data and the data hash value XXX stored in the recording medium 21 of the drive recorder nonvolatile memory unit 16 is the vehicle to which the drive recorder device 1 is currently attached. The procedure for this will be described with reference to FIG.

自動車鍵3が暗号化鍵IDを送信し(S101)、イモビライザーECU2が暗号化鍵IDを受信し(S102)、イモビライザーECU2が暗号鍵34を用いて受信した暗号化鍵IDを復号し鍵IDを取り出し(S103)、イモビライザーEEPROM部32で保持していた鍵ID35と受信した鍵IDを照合し、鍵IDの照合結果OK/NGを決定し、鍵ID照合結果OK/NGをイモビライザーRAM部37に保持する(S104)までの動作は、図10のS81〜S84までの動作と同じである。   The car key 3 transmits the encryption key ID (S101), the immobilizer ECU 2 receives the encryption key ID (S102), the immobilizer ECU 2 decrypts the received encryption key ID using the encryption key 34, and obtains the key ID. Extraction (S103), the key ID 35 held in the immobilizer EEPROM unit 32 is collated with the received key ID, the key ID collation result OK / NG is determined, and the key ID collation result OK / NG is stored in the immobilizer RAM unit 37. The operation up to holding (S104) is the same as the operation from S81 to S84 in FIG.

ユーザは、映像データとデータハッシュ値XXXと車番号33と認証ハッシュ値YYYと位置情報と時刻情報#2が記録されている記録媒体21をドライブレコーダー不揮発性メモリ部16に挿入する。
ユーザは、ドライブレコーダーデータ照合指示ボタン部19を押すことによって事故データの照合を指示する(S105)。
The user inserts the recording medium 21 in which the video data, the data hash value XXX, the car number 33, the authentication hash value YYY, the position information, and the time information # 2 are recorded into the drive recorder nonvolatile memory unit 16.
The user instructs collation of accident data by pressing the drive recorder data collation instruction button 19 (S105).

ドライブレコーダーCPU部11は、ドライブレコーダーデータ照合指示ボタン部19よりボタンが押し下げられたことを検出し、保存していたデータハッシュ値XXXと認証ハッシュ値有効無効フラグと位置情報と時刻情報#2と認証ハッシュ値YYYをドライブレコーダー不揮発性メモリ部16の記録媒体21から読み出す(S106)。
ドライブレコーダーCPU部11は、読み出した認証ハッシュ値有効無効フラグに無効が設定されている場合はドライブレコーダーデータ照合結果通知LED20に赤を点灯させる(S111)。
ドライブレコーダーCPU部11は、読み出した認証ハッシュ値有効無効フラグに有効が設定されている場合は認証ハッシュ値照合要求としてドライブレコーダー通信制御部15を介してイモビライザーECU2へデータハッシュ値XXXと位置情報と時刻情報#2と認証ハッシュ値YYYを送信する(S107)。
The drive recorder CPU unit 11 detects that the button has been pushed down from the drive recorder data collation instruction button unit 19, and stores the stored data hash value XXX, authentication hash value valid / invalid flag, position information, time information # 2, The authentication hash value YYY is read from the recording medium 21 of the drive recorder nonvolatile memory unit 16 (S106).
When the read authentication hash value validity / invalidity flag is set to invalid, the drive recorder CPU unit 11 lights the drive recorder data collation result notification LED 20 in red (S111).
When the read authentication hash value valid / invalid flag is set to valid, the drive recorder CPU unit 11 sends the data hash value XXX, the position information, and the authentication hash value collation request to the immobilizer ECU 2 via the drive recorder communication control unit 15. The time information # 2 and the authentication hash value YYY are transmitted (S107).

イモビライザーCPU部31はイモビライザー有線制御部38を介してデータハッシュ値XXXと位置情報と時刻情報#2と認証ハッシュ値YYYを受信し、イモビライザーCPU部31はイモビライザーRAM部37に保持していた鍵ID照合結果(OK/NG)を読み出す(S108)。
イモビライザーCPU部31は鍵ID照合結果がOKの場合は、データハッシュ値XXXと位置情報と時刻情報#2と鍵IDからハッシュ計算により認証ハッシュ値YYYを計算し、受信した認証ハッシュ値YYYと照合し、ハッシュ値の照合結果を(一致した場合OK/一致しない場合NG)と決定する(S109)。
鍵ID照合結果がNGの場合は、ハッシュ値の照合結果をNGとする(S109)。
イモビライザーCPU部31は、認証ハッシュ値照合応答としてイモビライザー有線制御部38を介してハッシュ値の照合結果通知(OK/NG)をドライブレコーダー装置1へ送信する(S110)。
The immobilizer CPU unit 31 receives the data hash value XXX, the position information, the time information # 2, and the authentication hash value YYY via the immobilizer wired control unit 38, and the immobilizer CPU unit 31 stores the key ID held in the immobilizer RAM unit 37. The collation result (OK / NG) is read (S108).
When the key ID collation result is OK, the immobilizer CPU unit 31 calculates the authentication hash value YYY by hash calculation from the data hash value XXX, the position information, the time information # 2, and the key ID, and collates with the received authentication hash value YYY. Then, the collation result of the hash value is determined as (OK when matched / NG when not matched) (S109).
If the key ID verification result is NG, the hash value verification result is NG (S109).
The immobilizer CPU unit 31 transmits a hash value verification result notification (OK / NG) to the drive recorder device 1 via the immobilizer wired control unit 38 as an authentication hash value verification response (S110).

ドライブレコーダーCPU部11は、ドライブレコーダー通信制御部15を介して、ハッシュ値の照合結果通知(OK/NG)を受信し、ハッシュ値の照合結果通知がOKの場合はドライブレコーダーデータ照合結果通知LED20に青を点灯させ、ハッシュ値の照合結果通知がNGの場合はドライブレコーダーデータ照合結果通知LED20に赤を点灯させる(S111)。
ユーザは、ドライブレコーダーデータ照合結果通知LED20の青/赤の点灯により、ドライブレコーダー不揮発性メモリ部16の記録媒体21に保存した映像データとデータハッシュ値XXXの情報を取得した車について、現在、ドライブレコーダー装置1が取り付けられている車であるかどうかを判断する。
青点灯の場合はデータ取得時の車は、ドライブレコーダー装置1が取り付けられている車と一致していると判断し、さらに位置情報と時刻情報#2はドライブレコーダー装置1が取り付けられている車で収集した情報であることを確認する。
赤点灯の場合はデータ取得時の車は、ドライブレコーダー装置1が取り付けられている車と一致していないと判断する。
The drive recorder CPU unit 11 receives the hash value verification result notification (OK / NG) via the drive recorder communication control unit 15, and if the hash value verification result notification is OK, the drive recorder data verification result notification LED 20 When the hash value verification result notification is NG, the drive recorder data verification result notification LED 20 is lit red (S111).
The user is currently driving the vehicle that has acquired the video data and the data hash value XXX information stored in the recording medium 21 of the drive recorder non-volatile memory unit 16 by the blue / red lighting of the drive recorder data verification result notification LED 20. It is determined whether the vehicle is equipped with the recorder device 1.
When the light is blue, it is determined that the vehicle at the time of data acquisition is coincident with the vehicle to which the drive recorder device 1 is attached. Confirm that it is the information collected in.
If the light is red, it is determined that the vehicle at the time of data acquisition does not match the vehicle to which the drive recorder device 1 is attached.

以上により、ユーザは、保存してある車番号の車内で映像データと位置情報と時刻情報を記録し保存したことを検証できる効果を得る。   As described above, the user can verify that the video data, the position information, and the time information are recorded and stored in the vehicle having the stored vehicle number.

なお、本実施の形態では、ドライブレコーダー装置1が事故時の保存するデータとして時刻情報を含む映像データとしたが、マイクを用いて収録した音声データや車両データや車両周辺データも映像データと同様の扱いとして、データハッシュ値XXXをハッシュ計算しても同様の効果を得る。   In the present embodiment, video data including time information is stored as data to be saved by the drive recorder device 1 at the time of an accident. However, audio data, vehicle data, and vehicle peripheral data recorded using a microphone are the same as video data. The same effect can be obtained by performing a hash calculation on the data hash value XXX.

また、本実施の形態ではスマートエントリー式のイモビライザーについての実施例を記述したが、メカキー式のイモビライザーについても同様の動作で実現可能で同様の効果を得る。   Further, in the present embodiment, an example of a smart entry type immobilizer has been described, but a mechanical key type immobilizer can be realized by the same operation, and the same effect can be obtained.

また、本実施の形態では、ドライブレコーダーにおいてドライブレコーダーでは、通常時は、映像データと車両データと車両周辺データをメモリへ記録し、加速度センサーにより急停止を検出時、メモリから媒体へ映像データと車両データと車両周辺データを移動して書き移す例を説明した。
これに代えて、通常時は、映像データと車両データと車両周辺データをメモリへ記録し、事故などの急停止が発生しなくとも、映像データと車両データと車両周辺データをメモリから読み出し、媒体上の古いデータから順番に上書きで記録し、加速度センサーにより急停止を検出時、媒体上の映像データと車両データと車両周辺データへの上書きを停止し、媒体上のデータを書き換え禁止にしてからデータハッシュ値を計算しても同様の効果を得る。
In the present embodiment, in the drive recorder, in the drive recorder, the video data, the vehicle data, and the vehicle peripheral data are normally recorded in the memory, and when the sudden stop is detected by the acceleration sensor, the video data is transferred from the memory to the medium. The example in which the vehicle data and the vehicle periphery data are moved and transferred is described.
Instead, normally, video data, vehicle data, and vehicle peripheral data are recorded in a memory, and even if an emergency stop such as an accident does not occur, the video data, vehicle data, and vehicle peripheral data are read from the memory. Overwrite in order from the oldest data above, when a sudden stop is detected by the acceleration sensor, overwriting to the video data on the medium, vehicle data, and vehicle surrounding data is stopped, and the data on the medium is prohibited from being overwritten. The same effect can be obtained by calculating the data hash value.

また、本実施の形態では、ドライブレコーダー装置1が事故発生時、ドライブレコーダー加速度センサー部17の加速度センサーにより急停止を契機として図10の一連の処理シーケンスを実行している。
これに代えて、ドライブレコーダー装置1に映像データ保存ボタンを設けて、ユーザが映像データ保存ボタンを押し下げるのを契機として、ドライブレコーダーCPU部11が映像データ保存ボタン押し下げを契機として図10の一連の処理シーケンスを実行しても同じ効果を得る。
Further, in the present embodiment, when the drive recorder apparatus 1 has an accident, a series of processing sequences shown in FIG. 10 are executed in response to a sudden stop by the acceleration sensor of the drive recorder acceleration sensor unit 17.
Instead, a video data storage button is provided in the drive recorder device 1, and when the user depresses the video data storage button, the drive recorder CPU unit 11 triggers the video data storage button to be depressed, and the series of FIG. Even if the processing sequence is executed, the same effect is obtained.

また、本実施の形態では、ドライブレコーダー装置1がユーザに表示するための表示手段として、LEDのランプ表示による手段を用いたが、音声あるいは音による通知手段を用いても良い。
もしくはネットワーク経由でカーナビゲーションシステムなどの他の装置へ通知してユーザへ知らせても良い。
カーナビゲーションシステムが認証ハッシュ値の検証結果を受ける場合は、カーナビゲーションシステムは認証ハッシュ値照合応答の結果をユーザへ表示する。
Further, in the present embodiment, as the display means for the drive recorder device 1 to display to the user, the means by the LED lamp display is used, but the notification means by voice or sound may be used.
Or you may notify to a user by notifying other apparatuses, such as a car navigation system, via a network.
When the car navigation system receives the verification result of the authentication hash value, the car navigation system displays the result of the authentication hash value matching response to the user.

また、本実施の形態では、ドライブレコーダー装置1で書き込み対象映像データに対してハッシュ演算を行い、データハッシュ値XXXをイモビライザーECU2に出力し、イモビライザーECU2ではデータハッシュ値XXXと鍵IDと位置情報と時刻情報に対してハッシュ演算を行って認証ハッシュ値YYYを生成する。
これに代えて、ドライブレコーダー装置1は書き込み対象映像データ自体をイモビライザーECU2に出力し、イモビライザーECU2では書き込み対象映像データと鍵IDと位置情報と時刻情報に対してハッシュ演算を行って認証ハッシュ値YYYを生成するようにしてもよい。
また、本実施の形態では、同様に、照合時に、ドライブレコーダー装置1がデータハッシュ値XXXをイモビライザーECU2に出力し、イモビライザーECU2ではデータハッシュ値XXXと鍵IDと位置情報と時刻情報に対してハッシュ演算を行って認証ハッシュ値YYYを生成する。
これに代えて、ドライブレコーダー装置1は照合対象の格納映像データ自体をイモビライザーECU2に出力し、イモビライザーECU2では照合対象の格納映像データと鍵IDと位置情報と時刻情報に対してハッシュ演算を行って認証ハッシュ値YYYを生成するようにしてもよい。
In the present embodiment, the drive recorder device 1 performs a hash operation on the video data to be written and outputs the data hash value XXX to the immobilizer ECU 2. The immobilizer ECU 2 includes the data hash value XXX, the key ID, and the position information. A hash operation is performed on the time information to generate an authentication hash value YYY.
Instead, the drive recorder device 1 outputs the write target video data itself to the immobilizer ECU 2, and the immobilizer ECU 2 performs a hash operation on the write target video data, the key ID, the position information, and the time information, thereby authenticating the hash value YYY. May be generated.
In the present embodiment, similarly, at the time of collation, the drive recorder device 1 outputs the data hash value XXX to the immobilizer ECU 2, and the immobilizer ECU 2 hashes the data hash value XXX, the key ID, the position information, and the time information. An authentication hash value YYY is generated by performing an operation.
Instead, the drive recorder device 1 outputs the stored video data to be verified itself to the immobilizer ECU 2, and the immobilizer ECU 2 performs a hash operation on the stored video data to be verified, the key ID, the position information, and the time information. An authentication hash value YYY may be generated.

以上、本実施の形態では、以下の手段を備えた車両履歴情報記憶システムを説明した。
(a)ハッシュアルゴリズム用いて媒体もしくはメモリに保存してある映像データと車両データと車両周辺データのデータハッシュ値を計算し、ハッシュ値を媒体もしくはメモリへ書き込む手段
(b)GPS(Global Positioning System、全地球測位システム)から得た位置情報と時刻情報とデータハッシュ値とエンジン起動用の自動車鍵IDからハッシュアルゴリズム用いて認証ハッシュ値を計算する手段
(c)自動車鍵IDとは異なる車を識別する番号と認証ハッシュ値と位置情報と時刻情報を媒体もしくはメモリへ書き込む手段
(d)ユーザの指示によるデータ照合指示を検出する手段
(e)媒体もしくはメモリに保存していたデータハッシュ値と車を識別する番号と認証ハッシュ値と位置情報と時刻情報を読み出す手段
(f)位置情報と時刻情報とデータハッシュ値と自動車鍵IDから認証ハッシュ値を計算し、媒体もしくはメモリから読み出した認証ハッシュ値と計算した認証ハッシュ値を照合し、一致/不一致を決定する手段
(g)認証ハッシュ値の一致/不一致をユーザに表示するための表示手段、もしくは音声あるいは音による通知手段、もしくはネットワーク経由で他の装置へ通知する手段。
As described above, in the present embodiment, the vehicle history information storage system including the following means has been described.
(A) Means for calculating data hash values of video data, vehicle data and vehicle peripheral data stored in a medium or memory using a hash algorithm, and writing the hash values to the medium or memory (b) GPS (Global Positioning System) Means for calculating an authentication hash value using a hash algorithm from position information obtained from the global positioning system), time information, data hash value, and engine key ID for starting the engine; and (c) identifying a car different from the car key ID. Means for writing number, authentication hash value, position information and time information to medium or memory (d) Means for detecting data collation instruction by user's instruction (e) Identifying data hash value and vehicle stored in medium or memory Number, authentication hash value, location information, and time information (F) An authentication hash value is calculated from position information, time information, a data hash value, and an automobile key ID, and the authentication hash value read from the medium or memory is collated with the calculated authentication hash value. Means for determining (g) Display means for displaying the authentication hash value match / mismatch to the user, a voice or sound notification means, or a means for notifying other devices via the network.

また、本実施の形態では、以下の手段を備えた車両履歴情報記憶システムを説明した。
(a)ドライブレコーダーでは、ハッシュアルゴリズム用いて媒体に保存してある映像データと車両データと車両周辺データのデータハッシュ値を計算し、ハッシュ値を媒体へ書き込む手段
(b)ドライブレコーダーでは、上記計算したデータハッシュ値を認証ハッシュ値生成要求としてイモビライザーECUへ送信する手段
(c)認証ハッシュ値生成要求としてデータハッシュ値を受信したイモビライザーECUでは、GPS(Global Positioning System、全地球測位システム)から得た位置情報と時刻情報、受信したデータハッシュ値とエンジン起動用の自動車鍵IDからハッシュアルゴリズム用いて認証ハッシュ値を計算する手段
(d)イモビライザーECUでは、認証ハッシュ値生成応答として自動車鍵IDとは異なる車を識別する番号と認証ハッシュ値と位置情報と時刻情報を送信する手段
(e)ドライブレコーダーでは、認証ハッシュ値生成応答としてイモビライザーECUからの車を識別する番号と認証ハッシュ値と位置情報と時刻情報を受信する手段
(f)ドライブレコーダーでは、車を識別する番号と認証ハッシュ値と位置情報と時刻情報を媒体へ書き込む手段
(g)ドライブレコーダーでは、ドライブレコーダーのユーザの押し下げによるデータ照合指示ボタン入力を検出する手段
(h)ドライブレコーダーでは、媒体に保存していたデータハッシュ値と車を識別する番号と認証ハッシュ値と位置情報と時刻情報を媒体から読み出す手段
(i)ドライブレコーダーでは、上記読み出したデータハッシュ値と認証ハッシュ値と位置情報と時刻情報を認証ハッシュ値照合要求としてイモビライザーECUへ送信する手段
(j)認証ハッシュ値照合要求としてデータハッシュ値と認証ハッシュ値と位置情報と時刻情報を受信したイモビライザーECUでは、位置情報と時刻情報とデータハッシュ値と自動車鍵IDから認証ハッシュ値を計算し、受信した認証ハッシュ値と計算した認証ハッシュ値を照合し、一致/不一致を決定する手段
(k)イモビライザーECUでは、認証ハッシュ値照合応答として認証ハッシュ値の一致/不一致を送信する手段
(l)ドライブレコーダーでは、認証ハッシュ値照合応答としてイモビライザーECUからの認証ハッシュ値の一致/不一致を受信する手段
(m)ドライブレコーダーでは、認証ハッシュ値の一致/不一致をドライブレコーダーのユーザに表示するための表示手段、もしくは音声あるいは音による通知手段、もしくはネットワーク経由で他の装置へ通知する手段。
Moreover, in this Embodiment, the vehicle history information storage system provided with the following means was demonstrated.
(A) In the drive recorder, a hash value is used to calculate the data hash value of the video data, vehicle data, and vehicle peripheral data stored on the medium, and the hash value is written to the medium. (B) In the drive recorder, the above calculation is performed. Means for transmitting the obtained data hash value to the immobilizer ECU as an authentication hash value generation request (c) The immobilizer ECU that has received the data hash value as the authentication hash value generation request is obtained from GPS (Global Positioning System, Global Positioning System) Means for calculating an authentication hash value using a hash algorithm from the position information and time information, the received data hash value and the vehicle key ID for starting the engine. (D) The immobilizer ECU uses the vehicle key I as an authentication hash value generation response. (E) In the drive recorder, the number identifying the vehicle from the immobilizer ECU, the authentication hash value, and the position as an authentication hash value generation response in the drive recorder Means for receiving information and time information (f) In the drive recorder, means for writing a car identification number, an authentication hash value, position information, and time information to the medium (g) In the drive recorder, data generated by the user of the drive recorder being pushed down Means for detecting input of collation instruction button (h) In drive recorder, means for reading out data hash value stored in medium, car identification number, authentication hash value, position information and time information from medium (i) drive recorder Then, the read data hash value, authentication hash value, and location information Means for Sending Time Information to Immobilizer ECU as Authentication Hash Value Matching Request (j) The immobilizer ECU that has received the data hash value, the authentication hash value, the position information, and the time information as the authentication hash value matching request, Means for calculating an authentication hash value from the data hash value and the vehicle key ID, comparing the received authentication hash value with the calculated authentication hash value, and determining a match / mismatch (k) In the immobilizer ECU, as an authentication hash value check response Means for transmitting authentication hash value match / mismatch (l) In the drive recorder, means for receiving match / mismatch of authentication hash value from immobilizer ECU as authentication hash value verification response (m) In the drive recorder, authentication hash value Match / mismatch It means for notifying the other devices in the notification means or via the network, by the display means or audio or sound to be displayed on.

実施の形態3.
以上の実施の形態2では、位置情報と時刻情報をイモビライザーECUで保存するような場合のドライブレコーダーであるが、本実施の形態では、自動車鍵が保持している鍵IDとは異なる鍵IDをドライブレコーダーにも保持させて、ドライブレコーダーの鍵IDを照合するものである。
Embodiment 3 FIG.
In the second embodiment described above, the drive recorder is a case where the position information and time information are stored by the immobilizer ECU, but in this embodiment, a key ID different from the key ID held by the automobile key is used. It is also stored in the drive recorder, and the key ID of the drive recorder is verified.

本実施の形態に係る車内ネットワーク構成は、図1と同じである。   The in-vehicle network configuration according to the present embodiment is the same as in FIG.

図13は、本実施の形態に係るドライブレコーダー装置1の内部構成図である。   FIG. 13 is an internal configuration diagram of the drive recorder device 1 according to the present embodiment.

図13において、暗号化鍵#2ID22以外は、図2に示したものと同様である。
すなわち、ドライブレコーダーCPU部11はマイクロプロセッサである。
ドライブレコーダーデジタルカメラ部12は車外の映像を写し取るデジタルカメラである。
ドライブレコーダーROM部13はプログラムが格納されているROMである。
ドライブレコーダーRAM部14はSRAMやDRAMなどの揮発性メモリのRAMである。
ドライブレコーダー通信制御部15は車内ネットワーク7との通信を制御するモジュールである。
ドライブレコーダー不揮発性メモリ部16は写し取った映像を記録するためのSD(登録商標)カードなどの書きかえ可能な媒体のスロットと媒体への書き込み/読み出し制御を行う。
ドライブレコーダー加速度センサー部17は事故等の衝突を加速度によって判断するモジュールである。
ドライブレコーダータイマ部18は時刻情報を提供する時計である。
ドライブレコーダーデータ照合指示ボタン部19は事故データの照合を指示するボタンである。
ドライブレコーダーデータ照合結果通知LED20は事故データの照合結果を提示する二色以上の色を発光するLEDである。
記録媒体21は写し取った映像を記録するための媒体である。
そして、暗号化鍵#2ID22はドライブレコーダー用の認証用の鍵である。
暗号化鍵#2ID22は、秘密コードの例である。
13 is the same as that shown in FIG. 2 except for the encryption key # 2 ID22.
That is, the drive recorder CPU unit 11 is a microprocessor.
The drive recorder digital camera unit 12 is a digital camera that captures images outside the vehicle.
The drive recorder ROM unit 13 is a ROM in which programs are stored.
The drive recorder RAM unit 14 is a volatile memory RAM such as SRAM or DRAM.
The drive recorder communication control unit 15 is a module that controls communication with the in-vehicle network 7.
The drive recorder non-volatile memory unit 16 controls the slot of a rewritable medium such as an SD (registered trademark) card for recording the copied video and the writing / reading control to the medium.
The drive recorder acceleration sensor unit 17 is a module that determines a collision such as an accident based on acceleration.
The drive recorder timer unit 18 is a clock that provides time information.
The drive recorder data verification instruction button unit 19 is a button for instructing verification of accident data.
The drive recorder data verification result notification LED 20 is an LED that emits two or more colors for presenting the verification result of accident data.
The recording medium 21 is a medium for recording the copied video.
The encryption key # 2ID22 is an authentication key for the drive recorder.
The encryption key # 2ID22 is an example of a secret code.

図14は、本実施の形態に係るイモビライザーECU2の内部構成図である。   FIG. 14 is an internal configuration diagram of the immobilizer ECU 2 according to the present embodiment.

図14において、イモビライザーEEPROM部32で記憶されている情報が異なること以外は、図3と同じである。
すなわち、イモビライザーCPU部31はマイクロプロセッサである。
イモビライザーEEPROM部32は書き替えが容易に行えないEEPROMである。
車番号33は車を識別する製造番号である。
イモビライザーROM部36はプログラムが格納されているROMである。
イモビライザーRAM部37はSRAMやDRAMなどの揮発性メモリのRAMである。
イモビライザー有線制御部38は車内ネットワーク7との通信を制御するモジュールである。
イモビライザー無線制御部39は自動車鍵3との無線通信を制御するモジュールである。
イモビライザーアンプ部40は無線通信で無線信号を増幅するモジュールである。
イモビライザーアンテナ41は自動車鍵3との無線通信をするためのアンテナである。
そして、暗号鍵#1(43)は自動車鍵3が保持している暗号化鍵IDを復号するための鍵である。
暗号鍵#2(44)はドライブレコーダー装置1が保持している暗号化鍵IDを復号するための鍵である。
鍵#1ID45は自動車鍵3が保持している鍵IDの情報である。鍵#1ID45は秘密情報の例である。
鍵#2ID46はドライブレコーダー装置1が保持している鍵IDの情報である。鍵#2ID46は、ドライブレコーダー装置1が保持している暗号化鍵#2ID22(秘密コード)と同じ秘密コードである。
14 is the same as FIG. 3 except that the information stored in the immobilizer EEPROM unit 32 is different.
That is, the immobilizer CPU unit 31 is a microprocessor.
The immobilizer EEPROM 32 is an EEPROM that cannot be easily rewritten.
The car number 33 is a manufacturing number for identifying the car.
The immobilizer ROM unit 36 is a ROM that stores a program.
The immobilizer RAM unit 37 is a volatile memory RAM such as SRAM or DRAM.
The immobilizer wired control unit 38 is a module that controls communication with the in-vehicle network 7.
The immobilizer wireless control unit 39 is a module that controls wireless communication with the automobile key 3.
The immobilizer amplifier unit 40 is a module that amplifies a wireless signal by wireless communication.
The immobilizer antenna 41 is an antenna for performing wireless communication with the automobile key 3.
The encryption key # 1 (43) is a key for decrypting the encryption key ID held by the automobile key 3.
The encryption key # 2 (44) is a key for decrypting the encryption key ID held by the drive recorder device 1.
Key # 1 ID45 is information on the key ID held by the automobile key 3. Key # 1 ID45 is an example of secret information.
The key # 2 ID 46 is information on a key ID held by the drive recorder device 1. Key # 2ID46 is the same secret code as encryption key # 2ID22 (secret code) held by drive recorder device 1.

図15は、本実施の形態における車の事故等の衝突や急停止が発生した場合の処理の流れ図である。   FIG. 15 is a flowchart of a process when a collision such as a car accident or a sudden stop occurs in the present embodiment.

ドライブレコーダー不揮発性メモリ部16内の記憶媒体21に記録される情報は、図6に示した通りである。   Information recorded on the storage medium 21 in the drive recorder nonvolatile memory unit 16 is as shown in FIG.

図16は、本実施の形態に係るイモビライザーECU2を用いた事故データ照合時の処理の流れ図である。   FIG. 16 is a flowchart of the process at the time of accident data collation using the immobilizer ECU 2 according to the present embodiment.

次に、車による事故時のドライブレコーダー装置1とイモビライザーECU2の動作について図15を用いて説明する。   Next, operations of the drive recorder device 1 and the immobilizer ECU 2 at the time of an accident caused by a vehicle will be described with reference to FIG.

自動車鍵3が暗号化鍵#1IDを送信し(S121)、イモビライザーECU2が暗号化鍵#1IDを受信し(S122)、イモビライザーECU2が暗号鍵#1(43)を用いて受信した暗号化鍵#1IDを復号し鍵#1IDを取り出し(S123)、イモビライザーEEPROM部32で保持していた鍵#1ID45と受信した鍵#1IDを照合し、鍵#1IDの照合結果(一致した場合OK/一致しない場合NG)を決定し、鍵#1ID照合結果OK/NGをイモビライザーRAM部37に保持する(S124)。
なお、実施の形態1で説明したエンジン起動時のS01〜S04の処理において鍵IDの照合を行っているので、S121〜S124の処理は省略してもよい。
The car key 3 transmits the encryption key # 1ID (S121), the immobilizer ECU 2 receives the encryption key # 1ID (S122), and the immobilizer ECU 2 receives the encryption key # 1 using the encryption key # 1 (43). 1ID is decrypted and key # 1ID is extracted (S123), the key # 1ID45 held in the immobilizer EEPROM unit 32 is collated with the received key # 1ID, and the collation result of the key # 1ID (when matched, OK / not matched) NG) is determined, and the key # 1 ID collation result OK / NG is held in the immobilizer RAM unit 37 (S124).
Note that since the key IDs are collated in the processes of S01 to S04 at the time of starting the engine described in the first embodiment, the processes of S121 to S124 may be omitted.

ドライブレコーダー装置1は、暗号化鍵#2ID22をドライブレコーダーROM部13に保持している(S125)。
ドライブレコーダー装置1は、事故が発生しない通常時はドライブレコーダーデジタルカメラ部12で映像を常時記録し、記録した映像データをドライブレコーダーRAM部14に記録している。ドライブレコーダーRAM部14はメモリ容量の制限があるため、絶えず古い映像データに上書きを行い最新のデータを書き込んで保持している(S126)。
The drive recorder device 1 holds the encryption key # 2ID22 in the drive recorder ROM unit 13 (S125).
The drive recorder device 1 always records video with the drive recorder digital camera unit 12 at normal times when no accident occurs, and records the recorded video data in the drive recorder RAM unit 14. Since the drive recorder RAM unit 14 has a limited memory capacity, it constantly overwrites the old video data and writes and holds the latest data (S126).

ここからは、車の事故等の衝突や急停止が発生した場合の動作について記述する。
事故の衝撃や事故回避での急操作により車に大きな加速度が生じる(S127)。
ドライブレコーダー装置1内のドライブレコーダー加速度センサー部17は、加速度センサーにより事故と判断しドライブレコーダーCPU部11へ通知する。
ドライブレコーダーCPU部11は、ドライブレコーダーRAM部14に記録してあった映像データをドライブレコーダー不揮発性メモリ部16の記録媒体21へ映像データ52として書き込む(S128)。
この時、ドライブレコーダーCPU部11は、ドライブレコーダータイマ部18より年月日時刻の時刻情報を取得して事故の映像データと合わせてドライブレコーダー不揮発性メモリ部16の記録媒体21へ映像データ52と時刻情報53として書き込む。
ドライブレコーダーCPU部11は、書き込んだ時刻情報を含む映像データのデータハッシュ値XXXを計算する(S129)。
なおデータハッシュ値の計算方法は、一方向性関数であるSHA1や鍵付きのハッシュアルゴリズムであるHMAC−SHA1などを用いて計算する。ドライブレコーダーCPU部11は、暗号化鍵#2ID22をドライブレコーダーROM部13から読み出す。ドライブレコーダーCPU部11は、ドライブレコーダー通信制御部15を介してイモビライザーECU2へデータハッシュ値XXXと暗号化鍵#2ID22を認証ハッシュ値生成要求として送信する(S130)。
From here, the operation when a collision such as a car accident or a sudden stop occurs will be described.
A large acceleration is generated in the vehicle due to an accident shock or a sudden operation for avoiding the accident (S127).
The drive recorder acceleration sensor unit 17 in the drive recorder device 1 determines an accident by the acceleration sensor and notifies the drive recorder CPU unit 11 of the accident.
The drive recorder CPU unit 11 writes the video data recorded in the drive recorder RAM unit 14 as video data 52 to the recording medium 21 of the drive recorder nonvolatile memory unit 16 (S128).
At this time, the drive recorder CPU unit 11 acquires the time information of the year, month, day and time from the drive recorder timer unit 18 and records the video data 52 to the recording medium 21 of the drive recorder nonvolatile memory unit 16 together with the video data of the accident. Write as time information 53.
The drive recorder CPU unit 11 calculates the data hash value XXX of the video data including the written time information (S129).
Note that the data hash value is calculated using SHA1, which is a one-way function, HMAC-SHA1, which is a hash algorithm with a key, and the like. The drive recorder CPU unit 11 reads the encryption key # 2ID22 from the drive recorder ROM unit 13. The drive recorder CPU unit 11 transmits the data hash value XXX and the encryption key # 2ID22 as an authentication hash value generation request to the immobilizer ECU 2 via the drive recorder communication control unit 15 (S130).

イモビライザーCPU部31はイモビライザー有線制御部38を介して認証ハッシュ値生成要求としてデータハッシュ値XXXと暗号化鍵#2ID22を受信し、イモビライザーCPU部31はイモビライザーRAM部37に保持していた鍵#1ID照合結果(OK/NG)を読み出す(S131)。
イモビライザーCPU部31は鍵#1ID照合結果がOKの場合は暗号鍵#2(44)を用いて暗号化鍵#2ID22を復号し鍵#2IDを取り出し、イモビライザーEEPROM部32に保持している鍵#2ID46と照合し、鍵#2ID照合結果を決定する(S132)。
イモビライザーCPU部31は鍵#1ID照合結果と鍵#2ID照合結果が共にOKの場合に限りイモビライザーEEPROM部32から鍵#1ID45を読み出し、データハッシュ値XXXと鍵#1IDと鍵#2IDをメモリ上で結合し、認証ハッシュ値YYYを計算する(S133)。
認証ハッシュ値YYYを計算するアルゴリズムは、一方向性関数であるSHA1や鍵付きのハッシュアルゴリズムであるHMAC−SHA1などのハッシュアルゴリズムを用いて計算する。
イモビライザーCPU部31は鍵#1ID照合結果と鍵#2ID照合結果が共にOKの場合はイモビライザーEEPROM部32から車番号33を読み出す。
一方、鍵#1ID照合結果と鍵#2ID照合結果が共にOKでない場合はエラー通知を生成する。
そして、イモビライザーCPU部31は、イモビライザー有線制御部38を介してドライブレコーダー装置1へ認証ハッシュ値生成応答を通知する(S134)。
鍵#1ID照合結果と鍵#2ID照合結果が共にOKの場合は、車番号33と認証ハッシュ値YYYと、車番号33と認証ハッシュ値YYYを記録媒体21に書き込むよう指示する指示情報が含まれる認証ハッシュ値生成応答が送信される。
一方、鍵#1ID照合結果と鍵#2ID照合結果が共にOKでない場合は、エラー通知が含まれる認証ハッシュ値生成応答が送信される。
The immobilizer CPU unit 31 receives the data hash value XXX and the encryption key # 2ID22 as an authentication hash value generation request via the immobilizer wired control unit 38, and the immobilizer CPU unit 31 holds the key # 1ID held in the immobilizer RAM unit 37. The collation result (OK / NG) is read (S131).
If the key # 1 ID collation result is OK, the immobilizer CPU unit 31 uses the encryption key # 2 (44) to decrypt the encryption key # 2ID22 and take out the key # 2ID, and the key # held in the immobilizer EEPROM unit 32 2ID46 is collated and key # 2ID collation result is determined (S132).
The immobilizer CPU unit 31 reads the key # 1 ID45 from the immobilizer EEPROM unit 32 only when both the key # 1 ID verification result and the key # 2 ID verification result are OK, and stores the data hash value XXX, the key # 1 ID, and the key # 2 ID in the memory. The authentication hash value YYY is calculated by combining (S133).
The algorithm for calculating the authentication hash value YYY is calculated using a hash algorithm such as SHA1 that is a one-way function or HMAC-SHA1 that is a hash algorithm with a key.
The immobilizer CPU unit 31 reads the vehicle number 33 from the immobilizer EEPROM unit 32 when both the key # 1 ID verification result and the key # 2 ID verification result are OK.
On the other hand, if both the key # 1 ID verification result and the key # 2 ID verification result are not OK, an error notification is generated.
Then, the immobilizer CPU unit 31 notifies the drive recorder device 1 of an authentication hash value generation response via the immobilizer wired control unit 38 (S134).
When both the key # 1 ID collation result and the key # 2 ID collation result are OK, the vehicle number 33 and the authentication hash value YYY and the instruction information for instructing to write the vehicle number 33 and the authentication hash value YYY into the recording medium 21 are included. An authentication hash value generation response is transmitted.
On the other hand, if neither the key # 1 ID verification result nor the key # 2 ID verification result is OK, an authentication hash value generation response including an error notification is transmitted.

ドライブレコーダーCPU部11は、ドライブレコーダー通信制御部15を介して認証ハッシュ値生成応答の結果(OK/NG)を受け取る。
ドライブレコーダーCPU部11は、認証ハッシュ値生成応答の結果がOKの場合は、認証ハッシュ値有効無効フラグ55を有効設定にして、認証ハッシュ値有効無効フラグ55と車番号33と認証ハッシュ値YYY56をドライブレコーダー不揮発性メモリ部16の記録媒体21へ書き込む(S135)。
ドライブレコーダーCPU部11は、認証ハッシュ値生成応答の結果がNGの場合は、認証ハッシュ値有効無効フラグ55を無効設定にして、認証ハッシュ値有効無効フラグ55をドライブレコーダー不揮発性メモリ部16の記録媒体21へ書き込む(S135)。
The drive recorder CPU unit 11 receives the authentication hash value generation response result (OK / NG) via the drive recorder communication control unit 15.
If the result of the authentication hash value generation response is OK, the drive recorder CPU unit 11 sets the authentication hash value valid / invalid flag 55 as valid, and sets the authentication hash value valid / invalid flag 55, the car number 33, and the authentication hash value YYY56. Writing to the recording medium 21 of the drive recorder non-volatile memory unit 16 (S135).
If the result of the authentication hash value generation response is NG, the drive recorder CPU unit 11 sets the authentication hash value valid / invalid flag 55 as invalid, and records the authentication hash value valid / invalid flag 55 in the drive recorder nonvolatile memory unit 16. Writing to the medium 21 (S135).

次にドライブレコーダー不揮発性メモリ部16の記録媒体21に保存した映像データとデータハッシュ値XXXの情報を取得したユーザが、現在、ドライブレコーダー装置1が取り付けられている車であるかどうかを検証するための手順について、図16を用いて説明する。   Next, it is verified whether the user who acquired the video data stored in the recording medium 21 of the drive recorder non-volatile memory unit 16 and the data hash value XXX is a car to which the drive recorder device 1 is currently attached. The procedure for this will be described with reference to FIG.

自動車鍵3が暗号化鍵#1IDを送信し(S141)、イモビライザーECU2が暗号化鍵#1IDを受信し(S142)、イモビライザーECU2が暗号鍵#1(43)を用いて受信した暗号化鍵#1IDを復号し鍵#1IDを取り出し(S143)、イモビライザーEEPROM部32で保持していた鍵#1ID45と受信した鍵#1IDを照合し、鍵#1IDの照合結果OK/NGを決定し、鍵#1ID照合結果OK/NGをイモビライザーRAM部37に保持する(S44)までの動作は、図15のS121〜S124までの動作と同じである。   The car key 3 transmits the encryption key # 1 ID (S141), the immobilizer ECU 2 receives the encryption key # 1 ID (S142), and the immobilizer ECU 2 receives the encryption key # 1 using the encryption key # 1 (43). 1ID is decrypted and key # 1ID is extracted (S143), the key # 1ID45 held in the immobilizer EEPROM unit 32 is collated with the received key # 1ID, the collation result OK / NG of the key # 1ID is determined, and the key # The operation until the 1 ID collation result OK / NG is held in the immobilizer RAM unit 37 (S44) is the same as the operation from S121 to S124 in FIG.

ユーザは、ドライブレコーダー装置1に映像データとデータハッシュ値XXXと車番号33と認証ハッシュ値YYYが記録されている記録媒体21をドライブレコーダー不揮発性メモリ部16に挿入する。
ユーザは、ドライブレコーダーデータ照合指示ボタン部19を押すことによって事故データの照合を指示する(S145)。
The user inserts the recording medium 21 in which the video data, the data hash value XXX, the car number 33 and the authentication hash value YYY are recorded in the drive recorder device 1 into the drive recorder nonvolatile memory unit 16.
The user instructs collation of accident data by pressing the drive recorder data collation instruction button 19 (S145).

ドライブレコーダーCPU部11は、ドライブレコーダーデータ照合指示ボタン部19よりボタンが押し下げられたことを検出し、保存していたデータハッシュ値XXXと認証ハッシュ値YYYをドライブレコーダー不揮発性メモリ部16の記録媒体21から読み出し、暗号化鍵#2ID22をドライブレコーダーROM部13から読み出す(S146)。
ドライブレコーダーCPU部11は、読み出した認証ハッシュ値有効無効フラグに無効が設定されている場合はドライブレコーダーデータ照合結果通知LED20に赤を点灯させる(S152)。
ドライブレコーダーCPU部11は、読み出した認証ハッシュ値有効無効フラグに有効が設定されている場合は認証ハッシュ値照合要求としてドライブレコーダー通信制御部15を介してイモビライザーECU2へデータハッシュ値XXXと認証ハッシュ値YYYと暗号化鍵#2ID22を送信する(S147)。
The drive recorder CPU unit 11 detects that the button has been pressed down from the drive recorder data collation instruction button unit 19, and stores the stored data hash value XXX and authentication hash value YYY in the recording medium of the drive recorder nonvolatile memory unit 16. 21 and the encryption key # 2ID22 is read from the drive recorder ROM unit 13 (S146).
When the read authentication hash value validity / invalidity flag is set to invalid, the drive recorder CPU unit 11 lights the drive recorder data collation result notification LED 20 in red (S152).
When the read authentication hash value valid / invalid flag is set to valid, the drive recorder CPU unit 11 sends the data hash value XXX and the authentication hash value to the immobilizer ECU 2 via the drive recorder communication control unit 15 as an authentication hash value collation request. YYY and encryption key # 2ID22 are transmitted (S147).

イモビライザーCPU部31はイモビライザー有線制御部38を介してデータハッシュ値XXXと認証ハッシュ値YYYと暗号化鍵#2ID22を受信し、イモビライザーCPU部31はイモビライザーRAM部37に保持していた鍵#1ID照合結果(OK/NG)を読み出す(S148)。
イモビライザーCPU部31は鍵#1ID照合結果がOKの場合は、暗号鍵#2(44)を用いて暗号化鍵#2ID22を復号し鍵#2IDを取り出し、保持していた鍵#2ID46と受信した鍵#2IDを照合し、鍵#2ID照合結果を決定する(S149)。
イモビライザーCPU部31は鍵#1ID照合結果と鍵#2ID照合結果が共にOKの場合は、データハッシュ値XXXと鍵#1IDと鍵#2IDからハッシュ計算により認証ハッシュ値YYYを計算し、受信した認証ハッシュ値YYYと照合し、ハッシュ値の照合結果を(一致した場合OK/一致しない場合NG)と決定する(S150)。
鍵#1ID照合結果と鍵#2ID照合結果が共にOKでない場合は、ハッシュ値の照合結果をNGとする(S150)。
イモビライザーCPU部31は、認証ハッシュ値照合応答としてイモビライザー有線制御部38を介してハッシュ値の照合結果通知(OK/NG)をドライブレコーダー装置1へ送信する(S151)。
The immobilizer CPU unit 31 receives the data hash value XXX, the authentication hash value YYY, and the encryption key # 2ID22 via the immobilizer wired control unit 38. The result (OK / NG) is read (S148).
If the key # 1 ID collation result is OK, the immobilizer CPU unit 31 uses the encryption key # 2 (44) to decrypt the encryption key # 2ID22, retrieves the key # 2ID, and receives the retained key # 2ID46 Key # 2 ID is collated, and key # 2 ID collation result is determined (S149).
If both the key # 1 ID verification result and the key # 2 ID verification result are OK, the immobilizer CPU unit 31 calculates the authentication hash value YYY by hash calculation from the data hash value XXX, the key # 1 ID, and the key # 2 ID, and the received authentication The hash value YYY is collated, and the collation result of the hash value is determined as (OK when matched / NG when not matched) (S150).
If neither the key # 1 ID verification result nor the key # 2 ID verification result is OK, the hash value verification result is set to NG (S150).
The immobilizer CPU unit 31 transmits a hash value verification result notification (OK / NG) to the drive recorder device 1 via the immobilizer wired control unit 38 as an authentication hash value verification response (S151).

ドライブレコーダーCPU部11は、ドライブレコーダー通信制御部15を介して、ハッシュ値の照合結果通知(OK/NG)を受信し、ハッシュ値の照合結果通知がOKの場合はドライブレコーダーデータ照合結果通知LED20に青を点灯させ、ハッシュ値の照合結果通知がNGの場合はドライブレコーダーデータ照合結果通知LED20に赤を点灯させる(S152)。
ユーザは、ドライブレコーダーデータ照合結果通知LED20の青/赤の点灯により、ドライブレコーダー不揮発性メモリ部16の記録媒体21に保存した映像データとデータハッシュ値XXXの情報を取得したドライブレコーダーと車について、現在、ドライブレコーダー装置1が取り付けられている車であるかどうかを判断する。
青点灯の場合はデータ取得時の車は、ドライブレコーダー装置1が取り付けられている車と一致していて、取り付けられていたドライブレコーダーでデータを取得した判断する。
ユーザは、ドライブレコーダーデータ照合結果通知LED20の赤点灯の場合は、データ取得時の車は、ドライブレコーダー装置1が取り付けられている車と一致していないかまたは、取り付けられていたドライブレコーダーとは別のドライブレコーダーでデータを取得したと判断する。
The drive recorder CPU unit 11 receives the hash value verification result notification (OK / NG) via the drive recorder communication control unit 15, and if the hash value verification result notification is OK, the drive recorder data verification result notification LED 20 When the hash value verification result notification is NG, the drive recorder data verification result notification LED 20 is lit red (S152).
The user records the video data stored in the recording medium 21 of the drive recorder non-volatile memory unit 16 and the information of the data hash value XXX by the blue / red lighting of the drive recorder data verification result notification LED 20 about the drive recorder and the car. It is determined whether the vehicle is currently equipped with a drive recorder device 1.
If the light is blue, the vehicle at the time of data acquisition matches the vehicle to which the drive recorder device 1 is attached, and it is determined that data has been acquired by the attached drive recorder.
When the drive recorder data collation result notification LED 20 is lit red, the user does not match the car at the time of data acquisition with the car to which the drive recorder device 1 is attached or is the attached drive recorder. Judge that the data was acquired by another drive recorder.

以上により、ユーザは、保存してある車番号の車内で映像データを記録し保存し、さらに取り付けられていたドライブレコーダーで映像データを記録し保存したことを検証できる効果を得る。   As described above, the user can record and save the video data in the car having the saved car number, and can obtain an effect of verifying that the video data is recorded and saved by the attached drive recorder.

なお、本実施の形態では、ドライブレコーダー装置1が事故時の保存するデータとして時刻情報を含む映像データとしたが、マイクを用いて収録した音声データや車両データや車両周辺データも映像データと同様の扱いとして、データハッシュ値XXXをハッシュ計算しても同様の効果を得る。   In the present embodiment, video data including time information is stored as data to be saved by the drive recorder device 1 at the time of an accident. However, audio data, vehicle data, and vehicle peripheral data recorded using a microphone are the same as video data. The same effect can be obtained by performing a hash calculation on the data hash value XXX.

また、本実施の形態では、スマートエントリー式のイモビライザーについての実施例を記述したが、メカキー式のイモビライザーについても同様の動作で実現可能で同様の効果を得る。   In the present embodiment, an example of a smart entry type immobilizer has been described. However, a mechanical key type immobilizer can also be realized by the same operation, and the same effect can be obtained.

また、本実施の形態では、ドライブレコーダーにおいてドライブレコーダーでは、通常時は、映像データと車両データと車両周辺データをメモリへ記録し、加速度センサーにより急停止を検出時、メモリから媒体へ映像データと車両データと車両周辺データを移動して書き移す例を説明した。
これに代えて、通常時は、映像データと車両データと車両周辺データをメモリへ記録し、事故などの急停止が発生しなくとも、映像データと車両データと車両周辺データをメモリから読み出し、媒体上の古いデータから順番に上書きで記録し、加速度センサーにより急停止を検出時、媒体上の映像データと車両データと車両周辺データへの上書きを停止し、媒体上のデータを書き換え禁止にしてからデータハッシュ値を計算しても同様の効果を得る。
In the present embodiment, in the drive recorder, in the drive recorder, the video data, the vehicle data, and the vehicle peripheral data are normally recorded in the memory, and when the sudden stop is detected by the acceleration sensor, the video data is transferred from the memory to the medium. The example in which the vehicle data and the vehicle periphery data are moved and transferred is described.
Instead, normally, video data, vehicle data, and vehicle peripheral data are recorded in a memory, and even if an emergency stop such as an accident does not occur, the video data, vehicle data, and vehicle peripheral data are read from the memory. Overwrite in order from the oldest data above, when a sudden stop is detected by the acceleration sensor, overwriting to the video data on the medium, vehicle data, and vehicle surrounding data is stopped, and the data on the medium is prohibited from being overwritten. The same effect can be obtained by calculating the data hash value.

また、本実施の形態では、ドライブレコーダー装置1が事故発生時、ドライブレコーダー加速度センサー部17の加速度センサーにより急停止を契機として図15の一連の処理シーケンスを実行している。
これに代えて、ドライブレコーダー装置1に映像データ保存ボタンを設けて、ユーザが映像データ保存ボタンを押し下げるのを契機として、ドライブレコーダーCPU部11が映像データ保存ボタン押し下げを契機として図15の一連の処理シーケンスを実行しても同じ効果を得る。
Further, in the present embodiment, when the drive recorder apparatus 1 has an accident, a series of processing sequences shown in FIG. 15 are executed in response to a sudden stop by the acceleration sensor of the drive recorder acceleration sensor unit 17.
Instead of this, a video data storage button is provided in the drive recorder device 1, and when the user depresses the video data storage button, the drive recorder CPU unit 11 triggers the video data storage button to be depressed as a series of FIG. 15. The same effect can be obtained by executing the processing sequence.

また、本実施の形態では、ドライブレコーダー装置1がユーザに表示するための表示手段として、LEDのランプ表示による手段を用いたが、音声あるいは音による通知手段を用いても良い。
もしくはネットワーク経由でカーナビゲーションシステムなどの他の装置へ通知してユーザへ知らせても良い。
カーナビゲーションシステムが認証ハッシュ値の検証結果を受ける場合は、カーナビゲーションシステムは認証ハッシュ値照合応答の結果をユーザへ表示する。
Further, in the present embodiment, as the display means for the drive recorder device 1 to display to the user, the means by the LED lamp display is used, but the notification means by voice or sound may be used.
Or you may notify to a user by notifying other apparatuses, such as a car navigation system, via a network.
When the car navigation system receives the verification result of the authentication hash value, the car navigation system displays the result of the authentication hash value matching response to the user.

また、本実施の形態では、ドライブレコーダー装置1で書き込み対象映像データに対してハッシュ演算を行い、データハッシュ値XXXと鍵#2IDをイモビライザーECU2に出力し、イモビライザーECU2ではデータハッシュ値XXXと鍵#1IDと鍵#2IDに対してハッシュ演算を行って認証ハッシュ値YYYを生成する。
これに代えて、ドライブレコーダー装置1は書き込み対象映像データ自体と鍵#2IDをイモビライザーECU2に出力し、イモビライザーECU2では書き込み対象映像データと鍵#1IDと鍵#2IDに対してハッシュ演算を行って認証ハッシュ値YYYを生成するようにしてもよい。
また、本実施の形態では、同様に、照合時に、ドライブレコーダー装置1がデータハッシュ値XXXと鍵#2IDをイモビライザーECU2に出力し、イモビライザーECU2ではデータハッシュ値XXXと鍵#1IDと鍵#2IDに対してハッシュ演算を行って認証ハッシュ値YYYを生成する。
これに代えて、ドライブレコーダー装置1は照合対象の格納映像データ自体と鍵#2IDをイモビライザーECU2に出力し、イモビライザーECU2では照合対象の格納映像データと鍵#1IDと鍵#2IDに対してハッシュ演算を行って認証ハッシュ値YYYを生成するようにしてもよい。
In the present embodiment, the drive recorder device 1 performs a hash operation on the video data to be written, and outputs the data hash value XXX and key # 2ID to the immobilizer ECU 2. The immobilizer ECU 2 stores the data hash value XXX and key # 2. A hash operation is performed on 1ID and key # 2ID to generate an authentication hash value YYY.
Instead, the drive recorder device 1 outputs the writing target video data itself and the key # 2ID to the immobilizer ECU 2, and the immobilizer ECU 2 performs authentication on the writing target video data, the key # 1ID, and the key # 2ID by performing a hash operation. A hash value YYY may be generated.
In the present embodiment, similarly, at the time of verification, the drive recorder device 1 outputs the data hash value XXX and the key # 2ID to the immobilizer ECU 2, and the immobilizer ECU 2 uses the data hash value XXX, the key # 1ID, and the key # 2ID. A hash operation is performed on the authentication hash value YYY.
Instead, the drive recorder device 1 outputs the stored video data to be verified and the key # 2ID to the immobilizer ECU 2, and the immobilizer ECU 2 performs a hash operation on the stored video data to be verified, the key # 1ID, and the key # 2ID. To generate an authentication hash value YYY.

以上、本実施の形態では、以下の手段を備えた車両履歴情報記憶システムを説明した。
(a)暗号化済みドライブレコーダー用鍵を保持する手段
(b)ハッシュアルゴリズム用いて媒体もしくはメモリに保存してある映像データと車両データと車両周辺データのデータハッシュ値を計算し、ハッシュ値を媒体もしくはメモリへ書き込む手段
(c)暗号化済みドライブレコーダー用鍵を復号しドライブレコーダー用鍵を取り出し、ドライブレコーダー用鍵の照合結果がイモビライザーECUで保持していたドライブレコーダー用鍵と一致した場合に限り、データハッシュ値とエンジン起動用の自動車鍵IDとドライブレコーダー用鍵からハッシュアルゴリズム用いて認証ハッシュ値を計算する手段
(d)自動車鍵IDとは異なる車を識別する番号と認証ハッシュ値を媒体もしくはメモリへ書き込む手段
(e)ユーザのデータ照合指示を検出する手段
(f)媒体もしくはメモリに保存していたデータハッシュ値と車を識別する番号と認証ハッシュ値と暗号化済みドライブレコーダー用鍵を読み出す手段
(g)暗号化済みドライブレコーダー用鍵を復号しドライブレコーダー用鍵を取り出し、ドライブレコーダー用鍵の照合結果がイモビライザーECUで保持していたドライブレコーダー用鍵と一致した場合に限り、データハッシュ値と自動車鍵IDとドライブレコーダー用鍵から認証ハッシュ値を計算し、媒体もしくはメモリから読み出した認証ハッシュ値と計算した認証ハッシュ値を照合し、一致/不一致を決定し、ドライブレコーダー用鍵の照合結果がイモビライザーECUで保持していたドライブレコーダー用鍵と一致しない場合は認証ハッシュ値照合結果を不一致と決定する手段
(h)認証ハッシュ値の一致/不一致をユーザに表示するための表示手段、もしくは音声あるいは音による通知手段、もしくはネットワーク経由で他の装置へ通知する手段。
As described above, in the present embodiment, the vehicle history information storage system including the following means has been described.
(A) Means for storing an encrypted drive recorder key (b) A hash value is used to calculate a data hash value of video data, vehicle data, and vehicle peripheral data stored in a medium or memory using a hash algorithm, Or, means for writing to memory (c) Only when the encrypted drive recorder key is decrypted and the drive recorder key is taken out, and the result of verification of the drive recorder key matches the drive recorder key held in the immobilizer ECU Means for calculating an authentication hash value using a hash algorithm from the data hash value, the engine activation vehicle key ID and the drive recorder key (d) a vehicle identification number and an authentication hash value which are different from the vehicle key ID Means for writing to memory (e) User data verification finger (F) means for reading out the data hash value stored in the medium or memory, the number for identifying the vehicle, the authentication hash value, and the encrypted drive recorder key (g) the encrypted drive recorder key Decrypt and take out the drive recorder key, and the authentication hash from the data hash value, the car key ID and the drive recorder key only when the result of the drive recorder key verification matches the drive recorder key held in the immobilizer ECU The drive recorder key whose value is calculated, the authentication hash value read from the medium or memory and the calculated authentication hash value are collated, the match / mismatch is determined, and the collation result of the drive recorder key is held by the immobilizer ECU If it does not match, authentication hash value verification result does not match Determining means (h) display means for displaying to the user a match / mismatch of the authentication hash value or notifying means by voice or sound or means for notifying via the network to another device,.

また、本実施の形態では、以下の手段を備えた車両履歴情報記憶システムを説明した。
(a)ドライブレコーダーでは、暗号化済みドライブレコーダー用鍵を保持する手段
(b)ドライブレコーダーでは、ハッシュアルゴリズム用いて媒体に保存してある映像データと車両データと車両周辺データのデータハッシュ値を計算し、ハッシュ値を媒体へ書き込む手段
(c)ドライブレコーダーでは、上記計算したデータハッシュ値と暗号化済みドライブレコーダー用鍵を認証ハッシュ値生成要求としてイモビライザーECUへ送信する手段
(d)認証ハッシュ値生成要求としてデータハッシュ値と暗号化済みドライブレコーダー用鍵を受信したイモビライザーECUでは、暗号化済みドライブレコーダー用鍵を復号しドライブレコーダー用鍵を取り出し、ドライブレコーダー用鍵の照合結果がイモビライザーECUで保持していたドライブレコーダー用鍵と一致した場合に限り、データハッシュ値とエンジン起動用の自動車鍵IDとドライブレコーダー用鍵からハッシュアルゴリズム用いて認証ハッシュ値を計算する手段
(e)イモビライザーECUでは、認証ハッシュ値生成応答として自動車鍵IDとは異なる車を識別する番号と認証ハッシュ値を送信する手段
(f)ドライブレコーダーでは、認証ハッシュ値生成応答としてイモビライザーECUからの車を識別する番号と認証ハッシュ値を受信する手段
(g)ドライブレコーダーでは、車を識別する番号と認証ハッシュ値を媒体へ書き込む手段
(h)ドライブレコーダーでは、ドライブレコーダーのユーザの押し下げによるデータ照合指示ボタン入力を検出する手段
(i)ドライブレコーダーでは、媒体に保存していたデータハッシュ値と車を識別する番号と認証ハッシュ値と暗号化済みドライブレコーダー用鍵を媒体から読み出す手段
(j)ドライブレコーダーでは、上記読み出したデータハッシュ値と認証ハッシュ値と暗号化済みドライブレコーダー用鍵を認証ハッシュ値照合要求としてイモビライザーECUへ送信する手段
(k)認証ハッシュ値照合要求としてデータハッシュ値と認証ハッシュ値とドライブレコーダー用鍵を受信したイモビライザーECUでは、暗号化済みドライブレコーダー用鍵を復号しドライブレコーダー用鍵を取り出し、ドライブレコーダー用鍵の照合結果がイモビライザーECUで保持していたドライブレコーダー用鍵と一致した場合に限り、データハッシュ値と自動車鍵IDとドライブレコーダー用鍵から認証ハッシュ値を計算し、受信した認証ハッシュ値と計算した認証ハッシュ値を照合し、一致/不一致を決定し、ドライブレコーダー用鍵の照合結果がイモビライザーECUで保持していたドライブレコーダー用鍵と一致しない場合は認証ハッシュ値照合結果を不一致と決定する手段
(l)イモビライザーECUでは、認証ハッシュ値照合応答として認証ハッシュ値の一致/不一致を送信する手段
(m)ドライブレコーダーでは、認証ハッシュ値照合応答としてイモビライザーECUからの認証ハッシュ値の一致/不一致を受信する手段
(n)ドライブレコーダーでは、認証ハッシュ値の一致/不一致をドライブレコーダーのユーザに表示するための表示手段、もしくは音声あるいは音による通知手段、もしくはネットワーク経由で他の装置へ通知する手段。
Moreover, in this Embodiment, the vehicle history information storage system provided with the following means was demonstrated.
(A) In the drive recorder, means for holding the encrypted drive recorder key (b) In the drive recorder, the data hash value of the video data, vehicle data, and vehicle peripheral data stored in the medium is calculated using a hash algorithm. (C) means for writing the hash value to the medium; (c) means for transmitting the calculated data hash value and the encrypted drive recorder key to the immobilizer ECU as an authentication hash value generation request; The immobilizer ECU that has received the data hash value and the encrypted drive recorder key as a request decrypts the encrypted drive recorder key, retrieves the drive recorder key, and the drive recorder key verification result is held in the immobilizer ECU. Had Means for calculating an authentication hash value using a hash algorithm from the data hash value, the car key ID for starting the engine and the drive recorder key only when the key matches the eve recorder key. (E) The immobilizer ECU generates an authentication hash value. Means for transmitting vehicle identification number and authentication hash value different from vehicle key ID as response (f) Drive recorder receives vehicle identification number and authentication hash value from immobilizer ECU as authentication hash value generation response Means (g) In the drive recorder, means for writing a car identification number and an authentication hash value to the medium. (H) In the drive recorder, means for detecting data collation instruction button input by the user of the drive recorder being pushed down (i) Drive recorder Now save it to the medium Data hash value, vehicle identification number, authentication hash value, and means for reading encrypted drive recorder key from medium (j) In the drive recorder, the read data hash value, authentication hash value, and encrypted drive recorder Means for transmitting the key to the immobilizer ECU as an authentication hash value verification request (k) In the immobilizer ECU that has received the data hash value, the authentication hash value, and the drive recorder key as the authentication hash value verification request, the immobilizer ECU receives the encrypted drive recorder key. Decrypt and take out the drive recorder key, and the authentication hash from the data hash value, the car key ID and the drive recorder key only when the result of the drive recorder key verification matches the drive recorder key held in the immobilizer ECU The value Calculates, compares the received authentication hash value with the calculated authentication hash value, determines match / mismatch, and authenticates if the drive recorder key match result does not match the drive recorder key held in the immobilizer ECU Means for determining the hash value collation result as inconsistent (1) In the immobilizer ECU, means for transmitting the coincidence / mismatch of the authentication hash value as the authentication hash value collation response (m) In the drive recorder, the immobilizer ECU receives the authentication hash value collation response from the immobilizer ECU (N) In the drive recorder, in the drive recorder, a display means for displaying the authentication hash value match / mismatch to the user of the drive recorder, a voice or sound notification means, or via a network Means for notifying other devices.

最後に、実施の形態1〜3に示したイモビライザーECU2のイモビライザーCPU部31の動作と、イモビライザーEEPROM部32、イモビライザーROM部36、イモビライザーRAM部37等との関係について説明する。   Finally, the operation of the immobilizer CPU unit 31 of the immobilizer ECU 2 shown in the first to third embodiments and the relationship between the immobilizer EEPROM unit 32, the immobilizer ROM unit 36, the immobilizer RAM unit 37, and the like will be described.

イモビライザーECU2のイモビライザーCPU部31は、前述のように、プログラムを実行するプロセッサである。
イモビライザーCPU部31は、バスを介して、イモビライザーEEPROM部32、イモビライザーROM部36、イモビライザーRAM部37、イモビライザー有線制御部38、イモビライザー無線制御部39と接続され、これらのハードウェアデバイスを制御する。
As described above, the immobilizer CPU unit 31 of the immobilizer ECU 2 is a processor that executes a program.
The immobilizer CPU unit 31 is connected to the immobilizer EEPROM unit 32, the immobilizer ROM unit 36, the immobilizer RAM unit 37, the immobilizer wired control unit 38, and the immobilizer wireless control unit 39 via the bus, and controls these hardware devices.

イモビライザーROM部36には、イモビライザーCPU部31が実行するプログラムが格納されている。
イモビライザーCPU部31は、イモビライザーROM部36のプログラムを実行して、一方向演算データ生成部、検証処理部、ID判定部として機能する。
The immobilizer ROM unit 36 stores a program executed by the immobilizer CPU unit 31.
The immobilizer CPU unit 31 executes a program of the immobilizer ROM unit 36 and functions as a one-way calculation data generation unit, a verification processing unit, and an ID determination unit.

また、イモビライザーRAM部37には、イモビライザーCPU部31が実行するプログラム(イモビライザーROM部36のプログラム)の少なくとも一部が一時的に格納される。
また、イモビライザーRAM部37には、イモビライザーCPU部31による処理に必要な各種データが格納される。
The immobilizer RAM unit 37 temporarily stores at least a part of a program executed by the immobilizer CPU unit 31 (program of the immobilizer ROM unit 36).
The immobilizer RAM unit 37 stores various data necessary for processing by the immobilizer CPU unit 31.

また、イモビライザーROM部36には、BIOS(Basic Input Output System)プログラムやブートプログラムが格納されている。
イモビライザーECU2の起動時には、BIOSプログラム及びブートプログラムが実行される。
The immobilizer ROM unit 36 stores a BIOS (Basic Input Output System) program and a boot program.
When the immobilizer ECU 2 is activated, a BIOS program and a boot program are executed.

イモビライザーRAM部37には、ファイル群として、実施の形態1〜3の説明において、「〜の判断」、「〜の計算」、「〜の演算」、「〜の算出」、「〜の比較」、「〜の照合」、「〜の検証」、「〜の更新」、「〜の設定」、「〜の登録」、「〜の選択」等として説明している処理の結果を示す情報やデータや信号値や変数値やパラメータが、「〜ファイル」や「〜データベース」の各項目として記憶される。
また、実施の形態1〜3で説明しているフローチャートの矢印の部分は主としてデータや信号の入出力を示し、データや信号値は、例えば、イモビライザーRAM部37に記録される。
In the immobilizer RAM unit 37, as a file group, in the description of the first to third embodiments, “determination of”, “calculation of”, “calculation of”, “calculation of”, and “comparison of” are performed. , Information or data indicating the results of the processing described as “matching”, “verifying”, “updating”, “setting”, “registering”, “selecting”, etc. And signal values, variable values, and parameters are stored as items of “˜file” and “˜database”.
The arrows in the flowcharts described in the first to third embodiments mainly indicate input / output of data and signals, and the data and signal values are recorded in the immobilizer RAM unit 37, for example.

また、実施の形態1〜3の説明において「〜部」、「〜手段」として説明しているものは、「〜回路」、「〜装置」、「〜機器」であってもよく、また、「〜ステップ」、「〜手順」、「〜処理」であってもよい。
すなわち、実施の形態1〜3で説明したフローチャートに示すステップ、手順、処理により、本発明に係る「データ処理方法」を実現することができる。
つまり、一方向演算データ生成部、検証処理部、ID判定部として機能するイモビライザーCPU部31の動作を、ステップ(一方向演算データ生成ステップ、検証処理ステップ、ID判定ステップ)として捉えると、本発明に係る「データ処理方法」になる。
また、イモビライザーCPU部31が実行するプログラムは一方向演算データ処理、検証処理処理、ID判定処理から構成され、これらの処理を実行することにより、イモビライザーCPU部31は一方向演算データ生成部、検証処理部、ID判定部として機能する。
Further, in the description of the first to third embodiments, what is described as “to part” and “to means” may be “to circuit”, “to device”, and “to device”. It may be “˜step”, “˜procedure”, “˜processing”.
That is, the “data processing method” according to the present invention can be realized by the steps, procedures, and processes shown in the flowcharts described in the first to third embodiments.
That is, when the operation of the immobilizer CPU unit 31 that functions as a one-way calculation data generation unit, a verification processing unit, and an ID determination unit is regarded as steps (one-way calculation data generation step, verification processing step, ID determination step), the present invention. This is a “data processing method”.
The program executed by the immobilizer CPU unit 31 includes a one-way calculation data process, a verification process, and an ID determination process. By executing these processes, the immobilizer CPU unit 31 performs a one-way calculation data generation unit, a verification process. It functions as a processing unit and an ID determination unit.

1 ドライブレコーダー装置、2 イモビライザーECU、3 自動車鍵、4 エンジンスイッチ、5 エンジンECU、6 自動車エンジン部、7 車内ネットワーク、11 ドライブレコーダーCPU部、12 ドライブレコーダーデジタルカメラ部、13 ドライブレコーダーROM部、14 ドライブレコーダーRAM部、15 ドライブレコーダー通信制御部、16 ドライブレコーダー不揮発性メモリ部、17 ドライブレコーダー加速度センサー部、18 ドライブレコーダータイマ部、19 データ照合指示ボタン部、20 データ照合結果通知LED、21 記録媒体、22 暗号化鍵#2ID、31 イモビライザーCPU部、32 イモビライザーEEPROM部、33 車番号、34 暗号鍵、35 鍵ID、36 イモビライザーROM部、37 イモビライザーRAM部、38 イモビライザー有線制御部、39 イモビライザー無線制御部、40 イモビライザーアンプ部、41 イモビライザーアンテナ、42 イモビライザーGPS部、43 暗号鍵#1、44 暗号鍵#2、45 鍵#1ID、46 鍵#2ID、52 映像データ、53 時刻情報、54 データハッシュ値XXX、55 認証ハッシュ値有効無効フラグ、56 認証ハッシュ値YYY、57 時刻情報#1、58 位置情報、59 時刻情報#2。   DESCRIPTION OF SYMBOLS 1 Drive recorder apparatus, 2 Immobilizer ECU, 3 Car key, 4 Engine switch, 5 Engine ECU, 6 Car engine part, 7 Car network, 11 Drive recorder CPU part, 12 Drive recorder digital camera part, 13 Drive recorder ROM part, 14 Drive recorder RAM section, 15 Drive recorder communication control section, 16 Drive recorder nonvolatile memory section, 17 Drive recorder acceleration sensor section, 18 Drive recorder timer section, 19 Data collation instruction button section, 20 Data collation result notification LED, 21 Recording medium , 22 Encryption key # 2 ID, 31 Immobilizer CPU part, 32 Immobilizer EEPROM part, 33 Car number, 34 Encryption key, 35 Key ID, 36 Immobilizer OM section, 37 immobilizer RAM section, 38 immobilizer wired control section, 39 immobilizer radio control section, 40 immobilizer amplifier section, 41 immobilizer antenna, 42 immobilizer GPS section, 43 encryption key # 1, 44 encryption key # 2, 45 key # 1ID , 46 Key # 2 ID, 52 Video data, 53 Time information, 54 Data hash value XXX, 55 Authentication hash value valid / invalid flag, 56 Authentication hash value YYY, 57 Time information # 1, 58 Location information, 59 Time information # 2

Claims (14)

搭載されている搭載車両上で撮影を行い、撮影した映像データのうち特定の書き込み対象映像データを所定の記録媒体に書き込むドライブレコーダー装置に接続され、前記搭載車両に搭載されている車載装置であって、
前記搭載車両にユニークに設定されている秘密情報を記憶する記憶部と、
前記ドライブレコーダー装置が前記記録媒体に書き込み対象映像データを書き込む際に、書き込み対象映像データ又は書き込み対象映像データに所定の演算が行われた後のデータを演算対象データとして前記ドライブレコーダー装置から入力する入力部と、
前記入力部により前記演算対象データが入力された場合に、前記演算対象データと前記秘密情報とを用いて一方向演算を行い、前記一方向演算により算出された一方向演算データを前記書き込み対象映像データとともに前記記録媒体に書き込むよう前記ドライブレコーダー装置に指示する指示情報を生成する一方向演算データ生成部と、
前記一方向演算データと前記指示情報とを前記ドライブレコーダー装置に出力する出力部とを有することを特徴とする車載装置。
This is an in-vehicle device that is connected to a drive recorder device that takes a picture on a mounted vehicle and writes specific video data to be written to a predetermined recording medium. And
A storage unit for storing secret information uniquely set in the mounted vehicle;
When the drive recorder device writes the write target video data to the recording medium, the write target video data or data after a predetermined calculation is performed on the write target video data is input from the drive recorder device as calculation target data. An input section;
When the calculation target data is input from the input unit, the calculation target data and the secret information are used to perform a one-way calculation, and the one-way calculation data calculated by the one-way calculation is used as the write target video. A one-way operation data generation unit for generating instruction information for instructing the drive recorder device to write to the recording medium together with data;
An in-vehicle device, comprising: an output unit that outputs the one-way calculation data and the instruction information to the drive recorder device.
前記入力部は、
前記ドライブレコーダー装置が検証対象記録媒体に対する検証要求を受けた場合に、前記検証対象記録媒体に格納されている格納映像データ又は前記格納映像データに所定の演算が行われた後のデータを検証用演算対象データとして前記ドライブレコーダー装置から入力し、更に、前記検証対象記録媒体に格納されている一方向演算データを検証用一方向演算データとして前記ドライブレコーダー装置から入力し、
前記車載装置は、更に、
前記検証用演算対象データと前記秘密情報とを用いて前記一方向演算データ生成部が行う一方向演算と同じ一方向演算を行い、前記一方向演算により算出された算出値と前記検証用一方向演算データとを照合し、前記算出値と前記検証用一方向演算データが一致した場合に、前記検証対象記録媒体内の前記格納映像データが前記搭載車両のドライブレコーダー装置で撮影された映像データであると判定する検証処理部とを有することを特徴とする請求項1に記載の車載装置。
The input unit is
When the drive recorder apparatus receives a verification request for the verification target recording medium, the stored video data stored in the verification target recording medium or data after a predetermined calculation is performed on the stored video data is used for verification. Input from the drive recorder device as calculation target data, and further input from the drive recorder device as one-way calculation data for verification stored in the verification target recording medium,
The in-vehicle device further includes
Performing the same one-way calculation as the one-way calculation performed by the one-way calculation data generation unit using the verification calculation target data and the secret information, the calculated value calculated by the one-way calculation and the verification one-way When the calculated data and the one-way calculation data for verification match, the stored video data in the verification target recording medium is video data taken by the drive recorder device of the mounted vehicle. The in-vehicle device according to claim 1, further comprising a verification processing unit that determines that there is one.
前記車載装置は、更に、
前記ドライブレコーダー装置が前記記録媒体に前記書き込み対象映像データを書き込む際に、前記車載装置の所在位置を測位し、前記車載装置の所在位置情報を生成する測位部を有し、
前記一方向演算データ生成部は、
前記入力部により前記演算対象データが入力された場合に、前記演算対象データと前記秘密情報と前記所在位置情報とを用いて一方向演算を行い、前記一方向演算により算出された一方向演算データと前記所在位置情報を前記記録媒体に書き込むよう前記ドライブレコーダー装置に指示する指示情報を生成し、
前記出力部は、
前記一方向演算データと前記所在位置情報と前記指示情報とを前記ドライブレコーダー装置に出力することを特徴とする請求項1又は2に記載の車載装置。
The in-vehicle device further includes
When the drive recorder device writes the write target video data to the recording medium, the drive recorder device has a positioning unit that measures the location of the in-vehicle device and generates location information of the in-vehicle device,
The one-way calculation data generation unit
When the calculation target data is input from the input unit, the calculation target data, the secret information, and the location information are used to perform a one-way calculation, and the one-way calculation data calculated by the one-way calculation And generating instruction information for instructing the drive recorder device to write the location information to the recording medium,
The output unit is
The in-vehicle device according to claim 1, wherein the one-way calculation data, the location information, and the instruction information are output to the drive recorder device.
前記入力部は、
前記ドライブレコーダー装置が検証対象記録媒体に対する検証要求を受けた場合に、前記検証対象記録媒体に格納されている格納映像データ又は前記格納映像データに所定の演算が行われた後のデータを検証用演算対象データとして前記ドライブレコーダー装置から入力し、更に、前記検証対象記録媒体に格納されている一方向演算データを検証用一方向演算データとして前記ドライブレコーダー装置から入力し、
前記車載装置は、更に、
前記検証用演算対象データと前記秘密情報と前記所在位置情報を用いて前記一方向演算データ生成部が行う一方向演算と同じ一方向演算を行い、前記一方向演算により算出された算出値と前記検証用一方向演算データとを照合し、前記算出値と前記検証用一方向演算データが一致した場合に、前記検証対象記録媒体内の前記格納映像データが前記搭載車両のドライブレコーダー装置で撮影された映像データであると判定する検証処理部とを有することを特徴とする請求項3に記載の車載装置。
The input unit is
When the drive recorder apparatus receives a verification request for the verification target recording medium, the stored video data stored in the verification target recording medium or data after a predetermined calculation is performed on the stored video data is used for verification. Input from the drive recorder device as calculation target data, and further input from the drive recorder device as one-way calculation data for verification stored in the verification target recording medium,
The in-vehicle device further includes
Performing the same one-way calculation as the one-way calculation data generation unit using the verification calculation target data, the secret information, and the location information, the calculated value calculated by the one-way calculation and the The one-way calculation data for verification is collated, and when the calculated value and the one-way calculation data for verification match, the stored video data in the verification target recording medium is shot by the drive recorder device of the mounted vehicle. The in-vehicle device according to claim 3, further comprising: a verification processing unit that determines that the video data is received.
前記記憶部は、
前記ドライブレコーダー装置が保有している秘密コードと同じ秘密コードを記憶し、
前記入力部は、
前記ドライブレコーダー装置が前記記録媒体に書き込み対象映像データを書き込む際に、前記演算対象データ及び前記ドライブレコーダー装置が保有している秘密コードを前記ドライブレコーダー装置から入力し、
前記一方向演算データ生成部は、
前記入力部により前記演算対象データと秘密コードが入力された場合に、入力された秘密コードが前記記憶部に記憶されている秘密コードと一致するか否かを判定し、秘密コードが一致する場合に、前記演算対象データと前記秘密情報といずれかの秘密コードとを用いて一方向演算を行い、前記一方向演算により算出された一方向演算データを前記記録媒体に書き込むよう前記ドライブレコーダー装置に指示する指示情報を生成することを特徴とする請求項1〜4のいずれかに記載の車載装置。
The storage unit
Storing the same secret code as the secret code possessed by the drive recorder device;
The input unit is
When the drive recorder device writes the write target video data to the recording medium, the calculation target data and a secret code held by the drive recorder device are input from the drive recorder device,
The one-way calculation data generation unit
When the calculation target data and the secret code are input by the input unit, it is determined whether or not the input secret code matches the secret code stored in the storage unit, and the secret code matches In addition, the one-way calculation is performed using the calculation target data, the secret information, and any one of the secret codes, and the one-way calculation data calculated by the one-way calculation is written in the recording medium to the drive recorder device. The in-vehicle device according to claim 1, wherein instruction information to be instructed is generated.
前記入力部は、
前記ドライブレコーダー装置が検証対象記録媒体に対する検証要求を受けた場合に、前記検証対象記録媒体に格納されている格納映像データ又は前記格納映像データに所定の演算が行われた後のデータを検証用演算対象データとして前記ドライブレコーダー装置から入力し、前記検証対象記録媒体に格納されている一方向演算データを検証用一方向演算データとして前記ドライブレコーダー装置から入力し、更に、前記ドライブレコーダー装置が保有する秘密コードを前記ドライブレコーダー装置から入力し、
前記車載装置は、更に、
前記入力部により入力された秘密コードが前記記憶部に記憶されている秘密コードと一致するか否かを判定し、秘密コードが一致する場合に、前記検証用演算対象データと前記秘密情報といずれかの秘密コードとを用いて前記一方向演算データ生成部が行う一方向演算と同じ一方向演算を行い、前記一方向演算により算出された算出値と前記検証用一方向演算データとを照合し、前記算出値と前記検証用一方向演算データが一致した場合に、前記検証対象記録媒体内の前記格納映像データが前記搭載車両のドライブレコーダー装置で撮影された映像データであると判定する検証処理部とを有することを特徴とする請求項5に記載の車載装置。
The input unit is
When the drive recorder apparatus receives a verification request for the verification target recording medium, the stored video data stored in the verification target recording medium or data after a predetermined calculation is performed on the stored video data is used for verification. The calculation target data is input from the drive recorder device, and the one-way calculation data stored in the verification target recording medium is input from the drive recorder device as verification one-way calculation data. The secret code to be entered from the drive recorder device,
The in-vehicle device further includes
It is determined whether or not the secret code input by the input unit matches the secret code stored in the storage unit, and when the secret code matches, the verification operation target data and the secret information A one-way calculation that is the same as the one-way calculation performed by the one-way calculation data generation unit using the secret code, and compares the calculated value calculated by the one-way calculation with the one-way calculation data for verification. Verification processing for determining that the stored video data in the verification target recording medium is video data captured by the drive recorder device of the mounted vehicle when the calculated value and the one-way calculation data for verification match The in-vehicle device according to claim 5, further comprising: a unit.
前記入力部は、
前記ドライブレコーダー装置が前記記録媒体に前記書き込み対象映像データを書き込む際に、前記書き込み対象映像データ又は前記書き込み対象映像データに前記ドライブレコーダー装置において所定の一方向演算が行われた後のデータを演算対象データとして入力し、
前記ドライブレコーダー装置が検証対象記録媒体に対する検証要求を受けた場合に、前記格納映像データ又は前記格納映像データに前記ドライブレコーダー装置において所定の一方向演算が行われた後のデータを検証用演算対象データとして入力することを特徴とする請求項2、4、6のいずれかに記載の車載装置。
The input unit is
When the drive recorder device writes the write target video data to the recording medium, the write target video data or the data after a predetermined one-way operation is performed on the write target video data in the drive recorder device Enter as target data,
When the drive recorder device receives a verification request for the verification target recording medium, the stored video data or the data after a predetermined one-way calculation is performed on the stored video data in the drive recorder device The in-vehicle device according to claim 2, wherein the in-vehicle device is input as data.
前記記憶部は、
前記秘密情報として、前記搭載車両のエンジン起動に用いられる車両鍵の識別子である車両鍵ID(Identification)を記憶しており、
前記車載装置は、更に、
前記搭載車両のエンジン起動時にID情報を受信するID情報受信部と、
前記ID情報受信部により受信されたID情報が前記車両鍵IDと一致するか否かを判定するID判定部とを有し、
前記一方向演算データ生成部は、
前記演算対象データが入力された場合に、前記ID判定部における判定結果を確認し、前記ID判定部において前記ID情報が前記車両鍵IDと一致すると判定されている場合に、一方向演算データを生成することを特徴とする請求項1〜7のいずれかに記載の車載装置。
The storage unit
As the secret information, a vehicle key ID (Identification) that is an identifier of a vehicle key used for starting an engine of the mounted vehicle is stored,
The in-vehicle device further includes
An ID information receiving unit for receiving ID information when starting the engine of the mounted vehicle;
An ID determination unit that determines whether or not the ID information received by the ID information reception unit matches the vehicle key ID;
The one-way calculation data generation unit
When the calculation target data is input, the determination result in the ID determination unit is confirmed. When the ID determination unit determines that the ID information matches the vehicle key ID, the one-way calculation data is The in-vehicle device according to claim 1, wherein the on-vehicle device is generated.
前記車載装置は、
前記搭載車両のエンジンの制御を行うエンジン制御機構と接続されており、
前記ID判定部は、
前記ID情報受信部により受信されたID情報が前記車両鍵IDと一致しないと判定した場合に、前記エンジン制御機構に対して前記搭載車両のエンジンを稼働させない制御を行うよう指示することを特徴とする請求項8に記載の車載装置。
The in-vehicle device is
Connected to an engine control mechanism for controlling the engine of the mounted vehicle,
The ID determination unit
When it is determined that the ID information received by the ID information receiving unit does not match the vehicle key ID, the engine control mechanism is instructed to perform control not to operate the engine of the mounted vehicle. The in-vehicle device according to claim 8.
前記記憶部は、
前記搭載車両の識別子である車両IDを記憶しており、
前記一方向演算データ生成部は、
前記ドライブレコーダー装置に対して前記一方向演算データと前記車両IDを前記書き込み対象映像データとともに前記記録媒体に書き込むよう前記ドライブレコーダー装置に指示する指示情報を生成し、
前記出力部は、
前記一方向演算データと前記車両IDと前記指示情報とを前記ドライブレコーダー装置に出力することを特徴とする請求項1〜9のいずれかに記載の車載装置。
The storage unit
Storing a vehicle ID which is an identifier of the mounted vehicle;
The one-way calculation data generation unit
Generating instruction information for instructing the drive recorder device to write the one-way calculation data and the vehicle ID together with the write target video data to the recording medium with respect to the drive recorder device;
The output unit is
The in-vehicle device according to claim 1, wherein the one-way calculation data, the vehicle ID, and the instruction information are output to the drive recorder device.
前記車載装置は、
加速度センサーを備え、前記加速センサーにより所定レベル以上の加速度の発生が検出された際に、以降に撮影された映像データを書き込み対象映像データとして前記記録媒体に書き込むドライブレコーダー装置に接続されていることを特徴とする請求項1〜10のいずれかに記載の車載装置。
The in-vehicle device is
An acceleration sensor is provided, and when the acceleration sensor detects the occurrence of an acceleration of a predetermined level or higher, it is connected to a drive recorder device that writes video data taken after that to the recording medium as video data to be written. The in-vehicle device according to any one of claims 1 to 10.
搭載されている搭載車両上で撮影を行い、撮影した映像データのうち特定の書き込み対象映像データを所定の記録媒体に書き込むドライブレコーダー装置と、
前記搭載車両に搭載され、前記搭載車両にユニークに設定されている秘密情報と前記搭載車両の車両IDとの対を記憶している車載装置と、
秘密情報と車両IDの対を複数個記憶している検証装置とを有するデータ処理システムであって、
前記車載装置は、
前記ドライブレコーダー装置が前記記録媒体に書き込み対象映像データを書き込む際に、書き込み対象映像データ又は書き込み対象映像データに所定の演算が行われた後のデータを演算対象データとして前記ドライブレコーダー装置から入力し、
入力した前記演算対象データと前記秘密情報とを用いて一方向演算を行い、前記一方向演算により算出された一方向演算データと前記車両IDを前記書き込み対象映像データとともに前記記録媒体に書き込むよう前記ドライブレコーダー装置に指示する指示情報を生成し、
前記一方向演算データと前記車両IDと前記指示情報とを前記ドライブレコーダー装置に出力し、
前記ドライブレコーダー装置は、
前記一方向演算データと前記車両IDと前記指示情報とを前記車載装置から入力し、
前記指示情報に従って、前記一方向演算データと前記車両IDを前記書き込み対象映像データとともに前記記録媒体に書き込み、
前記検証装置は、
検証対象記録媒体に格納されている格納映像データ又は前記格納映像データに所定の演算が行われた後のデータを検証用演算対象データとして入力し、前記検証対象記録媒体に格納されている一方向演算データを検証用一方向演算データとして入力し、更に、前記検証対象記録媒体に格納されている車両IDを検証用車両IDとして入力し、
入力した前記検証用車両IDと対になる秘密情報を抽出し、
抽出した秘密情報と入力した前記検証用演算対象データとを用いて前記車載装置が行う一方向演算と同じ一方向演算を行い、前記一方向演算により算出された算出値と前記検証用一方向演算データとを照合し、前記算出値と前記検証用一方向演算データが一致した場合に、前記検証対象記録媒体内の前記格納映像データが前記搭載車両のドライブレコーダー装置で撮影された映像データであると判定することを特徴とするデータ処理システム。
A drive recorder device that shoots on a mounted vehicle and writes specific video data to be written to a predetermined recording medium among the captured video data;
An in-vehicle device that is mounted on the mounted vehicle and stores a pair of secret information uniquely set in the mounted vehicle and a vehicle ID of the mounted vehicle;
A data processing system having a verification device storing a plurality of pairs of secret information and vehicle ID,
The in-vehicle device is
When the drive recorder device writes the video data to be written to the recording medium, the video data to be written or data after a predetermined calculation is performed on the video data to be written is input from the drive recorder device as calculation target data. ,
The one-way calculation is performed using the input calculation target data and the secret information, and the one-way calculation data calculated by the one-way calculation and the vehicle ID are written to the recording medium together with the write target video data. Generate instruction information to instruct the drive recorder device,
Outputting the one-way calculation data, the vehicle ID, and the instruction information to the drive recorder device;
The drive recorder device
The one-way calculation data, the vehicle ID, and the instruction information are input from the in-vehicle device,
According to the instruction information, the one-way calculation data and the vehicle ID are written to the recording medium together with the writing target video data,
The verification device includes:
The stored video data stored in the verification target recording medium or the data after a predetermined calculation is performed on the stored video data is input as verification target data, and the one direction stored in the verification target recording medium Calculation data is input as verification one-way calculation data, and further, a vehicle ID stored in the verification target recording medium is input as a verification vehicle ID,
Extract the secret information that is paired with the entered verification vehicle ID,
Using the extracted secret information and the input operation target data for verification, the same one-way operation as that performed by the in-vehicle device is performed, and the calculated value calculated by the one-way operation and the one-way operation for verification When the calculated value and the one-way calculation data for verification match, the stored video data in the verification target recording medium is video data captured by the drive recorder device of the mounted vehicle. The data processing system characterized by determining with.
搭載されている搭載車両上で撮影を行い、撮影した映像データのうち特定の書き込み対象映像データを所定の記録媒体に書き込むドライブレコーダー装置に接続され、前記搭載車両に搭載されている車載装置が行うデータ処理方法であって、
前記ドライブレコーダー装置が前記記録媒体に書き込み対象映像データを書き込む際に、前記車載装置が、書き込み対象映像データ又は書き込み対象映像データに所定の演算が行われた後のデータを演算対象データとして前記ドライブレコーダー装置から入力する入力ステップと、
前記入力ステップにより前記演算対象データが入力された場合に、前記車載装置が、前記車載装置に記憶されている前記搭載車両にユニークに設定されている秘密情報と前記演算対象データとを用いて一方向演算を行い、前記一方向演算により算出された一方向演算データを前記書き込み対象映像データとともに前記記録媒体に書き込むよう前記ドライブレコーダー装置に指示する指示情報を生成する一方向演算データ生成ステップと、
前記車載装置が、前記一方向演算データと前記指示情報とを前記ドライブレコーダー装置に出力する出力ステップとを有することを特徴とするデータ処理方法。
It is connected to a drive recorder device that takes a picture on the mounted vehicle and writes specific video data to be written to a predetermined recording medium among the captured video data, and is performed by the in-vehicle device mounted on the mounted vehicle. A data processing method,
When the drive recorder device writes the write target video data to the recording medium, the in-vehicle device uses the write target video data or data after a predetermined calculation is performed on the write target video data as the calculation target data. An input step for inputting from the recorder device;
When the calculation target data is input in the input step, the in-vehicle device uses the secret information uniquely set for the mounted vehicle stored in the in-vehicle device and the calculation target data. A unidirectional calculation data generation step for performing direction calculation and generating instruction information for instructing the drive recorder device to write the unidirectional calculation data calculated by the unidirectional calculation together with the write target video data to the recording medium;
The data processing method characterized by the said vehicle-mounted apparatus having the output step which outputs the said one-way calculation data and the said instruction information to the said drive recorder apparatus.
搭載されている搭載車両上で撮影を行い、撮影した映像データのうち特定の書き込み対象映像データを所定の記録媒体に書き込むドライブレコーダー装置に接続され、前記搭載車両に搭載されているコンピュータである車載装置に、
前記ドライブレコーダー装置が前記記録媒体に書き込み対象映像データを書き込む際に、書き込み対象映像データ又は書き込み対象映像データに所定の演算が行われた後のデータを演算対象データとして前記ドライブレコーダー装置から入力する入力処理と、
前記入力処理により前記演算対象データが入力された場合に、前記車載装置に記憶されている前記搭載車両にユニークに設定されている秘密情報と前記演算対象データとを用いて一方向演算を行い、前記一方向演算により算出された一方向演算データを前記書き込み対象映像データとともに前記記録媒体に書き込むよう前記ドライブレコーダー装置に指示する指示情報を生成する一方向演算データ生成処理と、
前記一方向演算データと前記指示情報とを前記ドライブレコーダー装置に出力する出力処理とを実行させることを特徴とするプログラム。
An on-vehicle computer that is connected to a drive recorder device that performs shooting on a mounted vehicle and writes specific video data to be written to a predetermined recording medium among the captured video data. To the device,
When the drive recorder device writes the write target video data to the recording medium, the write target video data or data after a predetermined calculation is performed on the write target video data is input from the drive recorder device as calculation target data. Input processing,
When the calculation target data is input by the input process, a one-way calculation is performed using the secret information uniquely set for the mounted vehicle stored in the in-vehicle device and the calculation target data, One-way calculation data generation processing for generating instruction information for instructing the drive recorder device to write the one-way calculation data calculated by the one-way calculation together with the write target video data to the recording medium;
A program for executing an output process for outputting the one-way calculation data and the instruction information to the drive recorder device.
JP2010050401A 2010-03-08 2010-03-08 In-vehicle device, data processing system, data processing method and program Active JP5484134B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010050401A JP5484134B2 (en) 2010-03-08 2010-03-08 In-vehicle device, data processing system, data processing method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010050401A JP5484134B2 (en) 2010-03-08 2010-03-08 In-vehicle device, data processing system, data processing method and program

Publications (2)

Publication Number Publication Date
JP2011188176A true JP2011188176A (en) 2011-09-22
JP5484134B2 JP5484134B2 (en) 2014-05-07

Family

ID=44793945

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010050401A Active JP5484134B2 (en) 2010-03-08 2010-03-08 In-vehicle device, data processing system, data processing method and program

Country Status (1)

Country Link
JP (1) JP5484134B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105911683A (en) * 2015-02-19 2016-08-31 奥林巴斯株式会社 Illumination device for microscope and microscope
JP2020135552A (en) * 2019-02-21 2020-08-31 大日本印刷株式会社 Image provision system and image provision method
CN113341914A (en) * 2021-05-24 2021-09-03 潍柴动力股份有限公司 Timing processing method, system and device of engine

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000025574A (en) * 1998-07-14 2000-01-25 Denso Corp Engine control device and vehicle burglar preventing device
JP2003186748A (en) * 2001-08-22 2003-07-04 Matsushita Electric Ind Co Ltd Vehicle data archive system having safely certified device data storage
JP2005045486A (en) * 2003-07-28 2005-02-17 Casio Comput Co Ltd Imaging device, and method and program for authentication of photographed image
JP2005184536A (en) * 2003-12-19 2005-07-07 Canon Inc Image transmission apparatus, method and system
JP2006235732A (en) * 2005-02-22 2006-09-07 Sanyo Electric Co Ltd Drive recorder
JP2006345491A (en) * 2005-05-09 2006-12-21 Nikon Corp Imaging apparatus and drive recorder system
JP2007145199A (en) * 2005-11-28 2007-06-14 Fujitsu Ten Ltd Theft prevention device and burglary prevention system
JP2008024033A (en) * 2006-07-18 2008-02-07 Denso Corp Recording system of vehicle traveling state
JP2009070026A (en) * 2007-09-12 2009-04-02 Mitsubishi Electric Corp Recording device, verification device, reproduction device, recording method, verification method, and program
JP2009169869A (en) * 2008-01-18 2009-07-30 Fujitsu Ten Ltd Vehicle information recording system

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000025574A (en) * 1998-07-14 2000-01-25 Denso Corp Engine control device and vehicle burglar preventing device
JP2003186748A (en) * 2001-08-22 2003-07-04 Matsushita Electric Ind Co Ltd Vehicle data archive system having safely certified device data storage
JP2005045486A (en) * 2003-07-28 2005-02-17 Casio Comput Co Ltd Imaging device, and method and program for authentication of photographed image
JP2005184536A (en) * 2003-12-19 2005-07-07 Canon Inc Image transmission apparatus, method and system
JP2006235732A (en) * 2005-02-22 2006-09-07 Sanyo Electric Co Ltd Drive recorder
JP2006345491A (en) * 2005-05-09 2006-12-21 Nikon Corp Imaging apparatus and drive recorder system
JP2007145199A (en) * 2005-11-28 2007-06-14 Fujitsu Ten Ltd Theft prevention device and burglary prevention system
JP2008024033A (en) * 2006-07-18 2008-02-07 Denso Corp Recording system of vehicle traveling state
JP2009070026A (en) * 2007-09-12 2009-04-02 Mitsubishi Electric Corp Recording device, verification device, reproduction device, recording method, verification method, and program
JP2009169869A (en) * 2008-01-18 2009-07-30 Fujitsu Ten Ltd Vehicle information recording system

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105911683A (en) * 2015-02-19 2016-08-31 奥林巴斯株式会社 Illumination device for microscope and microscope
JP2020135552A (en) * 2019-02-21 2020-08-31 大日本印刷株式会社 Image provision system and image provision method
JP7215215B2 (en) 2019-02-21 2023-01-31 大日本印刷株式会社 Image providing system and image providing method
CN113341914A (en) * 2021-05-24 2021-09-03 潍柴动力股份有限公司 Timing processing method, system and device of engine
CN113341914B (en) * 2021-05-24 2022-06-28 潍柴动力股份有限公司 Timing processing method, system and device of engine

Also Published As

Publication number Publication date
JP5484134B2 (en) 2014-05-07

Similar Documents

Publication Publication Date Title
EP2876553B1 (en) Information processing program, information processing method, and information processing apparatus
US10752207B2 (en) Multi-factor authentication of a hardware assembly
CN108762783B (en) Software updating method and device for vehicle system and vehicle system
JP5189073B2 (en) Personal property, in particular a method, computer program and personal property for protecting automobiles from unauthorized use
WO2019128354A1 (en) Safety authentication apparatus and method for vehicle anti-theft, device and computer program
JP6078686B2 (en) Authentication system, in-vehicle control device
KR102471498B1 (en) Electronic apparatus and method for diagnosing of vehicle
JP6093503B2 (en) Electronic key registration method
EP2663018A1 (en) Electronic key registration system
US20080101613A1 (en) Autonomous Field Reprogramming
JP2007210557A (en) Vehicle antitheft device and vehicle antitheft method
JP2013157900A (en) Radio communications system
CN104851161A (en) Method for enabling PEPS key to operate multiple vehicles
JP5484134B2 (en) In-vehicle device, data processing system, data processing method and program
US9893886B2 (en) Communication device
KR101973589B1 (en) System for authenticating vehicle start using qr code and otp information and method thereof
JP2013026964A (en) Information update device for vehicle and information update method for vehicle
JP2007261495A (en) Vehicle antitheft device and vehicle antitheft method
WO2001082035A2 (en) Method and apparatus verifying parts and parts lists in an assembly
JP5645776B2 (en) Authentication apparatus, authentication system, and authentication method
JP5269408B2 (en) Anti-theft device
JP6147984B2 (en) Electronic key registration system
JP5956244B2 (en) Mobile device registration system
JP2011164912A (en) Encryption operation expression setting device of authentication system
JP7069893B2 (en) Information processing equipment for vehicles, information processing systems for vehicles, information processing programs for vehicles, and information processing methods for vehicles.

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20120914

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20131118

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20131217

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20131225

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20140121

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20140218

R150 Certificate of patent or registration of utility model

Ref document number: 5484134

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250