JP2007510209A - データレコードセットの完全性を保証する方法 - Google Patents
データレコードセットの完全性を保証する方法 Download PDFInfo
- Publication number
- JP2007510209A JP2007510209A JP2006537334A JP2006537334A JP2007510209A JP 2007510209 A JP2007510209 A JP 2007510209A JP 2006537334 A JP2006537334 A JP 2006537334A JP 2006537334 A JP2006537334 A JP 2006537334A JP 2007510209 A JP2007510209 A JP 2007510209A
- Authority
- JP
- Japan
- Prior art keywords
- data record
- integrity checksum
- database
- integrity
- checksum
- 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.)
- Pending
Links
- 238000000034 method Methods 0.000 claims abstract description 32
- 238000004590 computer program Methods 0.000 claims abstract description 20
- 238000012795 verification Methods 0.000 claims description 22
- 239000013598 vector Substances 0.000 claims description 7
- 238000010200 validation analysis Methods 0.000 claims description 2
- 238000004364 calculation method Methods 0.000 claims 1
- 230000008859 change Effects 0.000 description 7
- 230000008901 benefit Effects 0.000 description 2
- 238000010586 diagram Methods 0.000 description 2
- 230000006870 function Effects 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 238000012986 modification Methods 0.000 description 2
- 230000008569 process Effects 0.000 description 2
- 238000013475 authorization Methods 0.000 description 1
- 238000012544 monitoring process Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/08—Error detection or correction by redundancy in data representation, e.g. by using checking codes
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/60—Protecting data
- G06F21/64—Protecting data integrity, e.g. using checksums, certificates or signatures
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/22—Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
- G06F11/26—Functional testing
- G06F11/273—Tester hardware, i.e. output processing circuits
- G06F11/277—Tester hardware, i.e. output processing circuits with comparison between actual response and known fault-free response
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F17/00—Digital computing or data processing equipment or methods, specially adapted for specific functions
- G06F17/40—Data acquisition and logging
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computer Security & Cryptography (AREA)
- Computer Hardware Design (AREA)
- Quality & Reliability (AREA)
- Software Systems (AREA)
- General Health & Medical Sciences (AREA)
- Bioethics (AREA)
- Health & Medical Sciences (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Mathematical Physics (AREA)
- Storage Device Security (AREA)
- Techniques For Improving Reliability Of Storages (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
Claims (30)
- データレコードを署名するために署名エンティティを用いるデータベースシステムにおいて,
データベースに格納すべきデータレコードを受信し,
格納すべき前記データレコードの前のデータレコードと共に格納されている第1の完全性チェックサムを取り出し,
格納すべき前記データレコードのための第2の完全性チェックサムを,格納かぎと,前記の取り出された第1の完全性チェックサムと,格納すべき前記データレコードと,に基づいて暗号化方法を用いて計算し,
前記データレコードおよび前記第2の完全性チェックサムをデータベースに格納する,
データレコードの格納方法。 - 前記格納かぎは,公開鍵かぎ基盤の秘密かぎである請求項1記載の方法。
- 前記データベースの第1行で取り出される完全性チェックサムは,生成された初期化ベクタである請求項1記載の方法。
- 前記データベースの第1行で取り出される完全性チェックサムは,前記署名エンティティのディジタル署名である請求項1記載の方法。
- 前記の第1の完全性チェックサムを,前記署名エンティティのメモリから取り出す請求項1記載の方法。
- 前記の第2の完全性チェックサムを,前記署名エンティティのメモリに格納する請求項1記載の方法。
- 前記完全性チェックサムは,連続するシーケンス番号からなる請求項1記載の方法。
- 検証エンティティをデータレコードの完全性検証に用いるデータベースにおいて,
データベースから検証すべきデータレコードを取り出し,
データベースから検証すべき前記データレコードの完全性チェックサムを取り出し,
前記取り出したデータレコードの前のデータレコードの第1の完全性チェックサムを取り出し,
前記の取り出したデータレコードの第2の完全性チェックサムを,前記の取り出したデータレコードと,前記第1の完全性チェックサムと,格納かぎと,に基づいて計算し,
検証すべき前記データレコードの前記完全性チェックサムと,前記第2の完全性チェックサムとを比較し,もし前記データレコードの前記完全性チェックサムが前記第2の完全性チェックサムと同じならば,前記データレコードを真正とみなす,
データレコードの完全性検証方法。 - 前記格納かぎは公開かぎ基盤の公開かぎである請求項8記載の方法。
- 前記データベースの第1行で取り出される完全性チェックサムは,生成された初期化ベクタである,請求項8記載の方法。
- 前記データベースの第1行で取り出される完全性チェックサムは,署名権者(authority)のディジタル署名である請求項8記載の方法。
- 前記第1の完全性チェックサムを,前記検証エンティティのメモリから取り出す請求項8記載の方法。
- 前記第2の完全性チェックサムを,前記検証エンティティのメモリに格納する請求項8記載の方法。
- 前記完全性チェックサムは,連続するシーケンス番号からなる請求項8記載の方法。
- 署名エンティティがデータレコードの署名に用いられ,検証エンティティがデータレコードの完全性検証に用いられるデータベースシステムにおいて,
署名されたデータを格納および提供するように構成されたデータベースと,
該データベースに格納すべきデータレコードを提供するように構成されたデータ源と,
前記データベースに格納すべきデータレコードに,該データレコードと,格納すべき前記データレコードの前のデータレコードの完全性チェックサムと,格納かぎと,に基づいて計算された完全性チェックサムで署名するように構成された署名エンティティと,
選択されたデータレコードの完全性を,該データレコードと,検証すべき前記データレコードの前のデータレコードの完全性チェックサムと,前記格納かぎと,に基づいて完全性チェックサムを計算し,前記の計算された完全性チェックサムと前記データベースに格納された完全性チェックサムとを比較することによって検証するように構成された検証エンティティと,
を備えるデータレコード格納システム。 - 前記署名エンティティおよび検証エンティティは,前記チェックサムの計算および検証のために公開かぎ基盤を適用する請求項15記載のシステム。
- 署名エンティティがデータレコードの署名に用いられるデータベースシステムにデータレコードを格納するための計算機プログラムであって,計算機により,
データベースに格納すべきデータレコードを受信するステップと,
格納すべき前記データレコードの前のデータレコードと共に格納される第1の完全性チェックサムを取り出すステップと,
付加すべき前記データレコードの第2の完全性チェックサムを,格納かぎと,前記の取り出された第1の完全性チェックサムと,格納すべき前記データレコードと,に基づいて暗号化方法を用いて計算するステップと,
前記データレコードおよび前記第2の完全性チェックサムを,前記データベースに格納するステップと,
を実行する計算機プログラム。 - 前記格納かぎは,公開かぎ基盤の秘密かぎである請求項17記載の計算機プログラム。
- 前記データベースの第1行で取り出される完全性チェックサムは,生成された初期化ベクタである請求項17記載の計算機プログラム。
- 前記データベースの第1行で取り出される完全性チェックサムは,前記署名エンティティの前記ディジタル署名である請求項17記載の計算機プログラム。
- 前記第1の完全性チェックサムを,前記署名エンティティのメモリから取り出す請求項17記載の計算機プログラム。
- 前記第2の完全性チェックサムを,前記署名エンティティのメモリに格納する請求項17記載の計算機プログラム。
- 前記完全性チェックサムは,連続するシーケンス番号からなる請求項17記載の計算機プログラム。
- データベース上のデータレコードの完全性を検証するための計算機プログラムであって,計算機でにより,
検証すべきデータレコードをデータベースから取り出すステップと,
検証すべき前記データレコードの完全性チェックサムを,データベースから取り出すステップと,
前記取り出されたデータレコードの前のデータレコードの第1の完全性チェックサムを取り出すステップと,
前記取り出されたデータレコードの第2の完全性チェックサムを,前記取り出されたデータレコードと,前記第1の完全性チェックサムと,格納かぎと,に基づいて計算するステップと,
前記第2の完全性チェックサムと,検証すべき前記データレコードの前記チェックサムとを比較し,もし検証すべき前記データレコードの前記完全性チェックサムと,前記第2の完全性チェックサムとが同じならば,前記データレコードを真正とみなすステップと,
を実行する計算機プログラム。 - 前記格納かぎは,公開かぎ基盤の公開かぎである請求項24記載の計算機プログラム。
- 前記データベースの第1行で取り出される完全性チェックサムは,生成された初期化ベクタである請求項24記載の計算機プログラム。
- 前記データベースの第1行で取り出される完全性チェックサムは,署名権者のディジタル署名である請求項24記載の計算機プログラム。
- 前記第1の完全性チェックサムを,前記検証エンティティのメモリから取り出す請求項24記載の計算機プログラム。
- 前記第2の完全性チェックサムを,前記検証エンティティのメモリに格納する請求項24記載の計算機プログラム。
- 前記完全性チェックサムは,連続するシーケンス番号からなる請求項24記載の計算機プログラム。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
FI20031856A FI20031856A0 (fi) | 2003-12-18 | 2003-12-18 | Menetelmä tietotallenteen eheyden varmistamiseksi |
PCT/FI2004/000774 WO2005059752A1 (en) | 2003-12-18 | 2004-12-17 | Method for ensuring the integrity of a data record set |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2007510209A true JP2007510209A (ja) | 2007-04-19 |
Family
ID=29763550
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2006537334A Pending JP2007510209A (ja) | 2003-12-18 | 2004-12-17 | データレコードセットの完全性を保証する方法 |
Country Status (10)
Country | Link |
---|---|
US (1) | US20050138046A1 (ja) |
EP (1) | EP1695219A1 (ja) |
JP (1) | JP2007510209A (ja) |
KR (1) | KR100829977B1 (ja) |
CN (1) | CN1894671A (ja) |
BR (1) | BRPI0418205A (ja) |
FI (1) | FI20031856A0 (ja) |
RU (1) | RU2351978C2 (ja) |
TW (1) | TWI291109B (ja) |
WO (1) | WO2005059752A1 (ja) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2008243150A (ja) * | 2007-03-29 | 2008-10-09 | Nec Corp | レプリケーションシステムおよびデータ同期確認方法 |
Families Citing this family (27)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7949666B2 (en) * | 2004-07-09 | 2011-05-24 | Ricoh, Ltd. | Synchronizing distributed work through document logs |
US8769135B2 (en) * | 2004-11-04 | 2014-07-01 | Hewlett-Packard Development Company, L.P. | Data set integrity assurance with reduced traffic |
US7702988B2 (en) | 2005-10-24 | 2010-04-20 | Platform Computing Corporation | Systems and methods for message encoding and decoding |
US20070143250A1 (en) * | 2005-12-20 | 2007-06-21 | Beckman Coulter, Inc. | Adaptable database system |
US7606795B2 (en) * | 2007-02-08 | 2009-10-20 | International Business Machines Corporation | System and method for verifying the integrity and completeness of records |
US8996483B2 (en) * | 2007-03-28 | 2015-03-31 | Ricoh Co., Ltd. | Method and apparatus for recording associations with logs |
US20090083188A1 (en) * | 2007-09-26 | 2009-03-26 | Cadillac Jack, Inc. | Secure Data Systems and Methods |
FR2926381A1 (fr) * | 2008-01-11 | 2009-07-17 | Sagem Securite Sa | Methode de transfert securise de donnees |
US20090193265A1 (en) * | 2008-01-25 | 2009-07-30 | Sony Ericsson Mobile Communications Ab | Fast database integrity protection apparatus and method |
US8984301B2 (en) * | 2008-06-19 | 2015-03-17 | International Business Machines Corporation | Efficient identification of entire row uniqueness in relational databases |
US11469789B2 (en) | 2008-07-09 | 2022-10-11 | Secureall Corporation | Methods and systems for comprehensive security-lockdown |
US20130247153A1 (en) * | 2012-03-16 | 2013-09-19 | Secureall Corporation | Electronic apparatuses and methods for access control and for data integrity verification |
US10447334B2 (en) | 2008-07-09 | 2019-10-15 | Secureall Corporation | Methods and systems for comprehensive security-lockdown |
US10128893B2 (en) | 2008-07-09 | 2018-11-13 | Secureall Corporation | Method and system for planar, multi-function, multi-power sourced, long battery life radio communication appliance |
CN101482887B (zh) * | 2009-02-18 | 2013-01-09 | 北京数码视讯科技股份有限公司 | 数据库关键数据的防篡改检验方法 |
DE102010011022A1 (de) * | 2010-03-11 | 2012-02-16 | Siemens Aktiengesellschaft | Verfahren zur sicheren unidirektionalen Übertragung von Signalen |
CN104035833A (zh) * | 2013-03-07 | 2014-09-10 | 联发科技股份有限公司 | 校验机器可读代码完整性的方法及系统 |
US20150358296A1 (en) * | 2014-06-09 | 2015-12-10 | Royal Canadian Mint/Monnaie Royale Canadienne | Cloud-based secure information storage and transfer system |
JP6677726B2 (ja) * | 2014-08-01 | 2020-04-08 | ソニー株式会社 | コンテンツフォーマット変換の検証 |
AT517151B1 (de) * | 2015-04-24 | 2017-11-15 | Alexandra Hermann Ba | Verfahren zur Autorisierung des Zugriffs auf anonymisiert gespeicherte Daten |
US9720950B2 (en) | 2015-06-15 | 2017-08-01 | International Business Machines Corporation | Verification of record based systems |
RU2667608C1 (ru) * | 2017-08-14 | 2018-09-21 | Иван Александрович Баранов | Способ обеспечения целостности данных |
KR102013415B1 (ko) * | 2017-09-06 | 2019-08-22 | 충남대학교산학협력단 | 개인정보 접속기록 무결성 검증시스템 및 검증방법 |
RU2704532C1 (ru) * | 2017-09-20 | 2019-10-29 | Общество с ограниченной ответственностью "ФлоуКом - Облачные Решения" (ООО "ФОР") | Способ и устройство управления базой данных регистрации событий |
RU2697953C2 (ru) | 2018-02-06 | 2019-08-21 | Акционерное общество "Лаборатория Касперского" | Система и способ вынесения решения о компрометации данных |
SE1951008A1 (en) | 2019-09-04 | 2021-03-05 | Fingerprint Cards Ab | Secure storage of sensor setting data |
US11347895B2 (en) * | 2019-12-03 | 2022-05-31 | Aptiv Technologies Limited | Method and system of authenticated encryption and decryption |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH10283263A (ja) * | 1997-04-07 | 1998-10-23 | Fujitsu Ltd | 記録媒体におけるデータ保存方式、記録媒体のフォーマット構造および記録媒体 |
US20030065685A1 (en) * | 2000-01-28 | 2003-04-03 | Adel Belcaid | Data recovery in a distributed system |
Family Cites Families (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5224160A (en) * | 1987-02-23 | 1993-06-29 | Siemens Nixdorf Informationssysteme Ag | Process for securing and for checking the integrity of the secured programs |
US4864616A (en) * | 1987-10-15 | 1989-09-05 | Micronyx, Inc. | Cryptographic labeling of electronically stored data |
US5978475A (en) * | 1997-07-18 | 1999-11-02 | Counterpane Internet Security, Inc. | Event auditing system |
US6557044B1 (en) * | 1999-06-01 | 2003-04-29 | Nortel Networks Limited | Method and apparatus for exchange of routing database information |
US7020835B2 (en) * | 2000-10-19 | 2006-03-28 | Oracle International Corporation | Enhancements to data integrity verification mechanism |
US20030023850A1 (en) * | 2001-07-26 | 2003-01-30 | International Business Machines Corporation | Verifying messaging sessions by digital signatures of participants |
WO2003067850A1 (en) * | 2002-02-08 | 2003-08-14 | Ingrian Networks, Inc. | Verifying digital content integrity |
US6968349B2 (en) * | 2002-05-16 | 2005-11-22 | International Business Machines Corporation | Apparatus and method for validating a database record before applying journal data |
-
2003
- 2003-12-18 FI FI20031856A patent/FI20031856A0/fi unknown
-
2004
- 2004-02-18 US US10/779,759 patent/US20050138046A1/en not_active Abandoned
- 2004-12-10 TW TW093138304A patent/TWI291109B/zh not_active IP Right Cessation
- 2004-12-17 RU RU2006116797/09A patent/RU2351978C2/ru not_active IP Right Cessation
- 2004-12-17 BR BRPI0418205-7A patent/BRPI0418205A/pt not_active IP Right Cessation
- 2004-12-17 CN CNA2004800375384A patent/CN1894671A/zh active Pending
- 2004-12-17 KR KR1020067011660A patent/KR100829977B1/ko not_active IP Right Cessation
- 2004-12-17 EP EP04805169A patent/EP1695219A1/en not_active Withdrawn
- 2004-12-17 JP JP2006537334A patent/JP2007510209A/ja active Pending
- 2004-12-17 WO PCT/FI2004/000774 patent/WO2005059752A1/en active Application Filing
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH10283263A (ja) * | 1997-04-07 | 1998-10-23 | Fujitsu Ltd | 記録媒体におけるデータ保存方式、記録媒体のフォーマット構造および記録媒体 |
US20030065685A1 (en) * | 2000-01-28 | 2003-04-03 | Adel Belcaid | Data recovery in a distributed system |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2008243150A (ja) * | 2007-03-29 | 2008-10-09 | Nec Corp | レプリケーションシステムおよびデータ同期確認方法 |
Also Published As
Publication number | Publication date |
---|---|
TWI291109B (en) | 2007-12-11 |
TW200529016A (en) | 2005-09-01 |
EP1695219A1 (en) | 2006-08-30 |
US20050138046A1 (en) | 2005-06-23 |
BRPI0418205A (pt) | 2007-04-17 |
CN1894671A (zh) | 2007-01-10 |
RU2351978C2 (ru) | 2009-04-10 |
WO2005059752A1 (en) | 2005-06-30 |
KR20060100466A (ko) | 2006-09-20 |
KR100829977B1 (ko) | 2008-05-19 |
FI20031856A0 (fi) | 2003-12-18 |
RU2006116797A (ru) | 2008-01-27 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP2007510209A (ja) | データレコードセットの完全性を保証する方法 | |
US7000118B1 (en) | Asymmetric system and method for tamper-proof storage of an audit trial for a database | |
US9992014B2 (en) | Methods for cryptographic delegation and enforcement of dynamic access to stored data | |
CN108322306B (zh) | 一种基于可信第三方的面向隐私保护的云平台可信日志审计方法 | |
US8639947B2 (en) | Structure preserving database encryption method and system | |
EP0654920B1 (en) | Method for the efficient updating of the hash value of a data file | |
WO2018032374A1 (zh) | 一种用于区块链的加密存储系统及其使用方法 | |
EP1770576A2 (en) | System and device for managing control data | |
US20020112161A1 (en) | Method and system for software authentication in a computer system | |
CN109308421B (zh) | 一种信息防篡改方法、装置、服务器和计算机存储介质 | |
US20070294205A1 (en) | Method and apparatus for detecting data tampering within a database | |
CN113472521A (zh) | 基于区块链的实名数字身份管理方法、签名设备和验证设备 | |
GB2598296A (en) | Digital storage and data transport system | |
CN110188545B (zh) | 一种基于链式数据库的数据加密方法及装置 | |
US20240007276A1 (en) | Method of migrating an it applicatkion | |
US20230107805A1 (en) | Security System | |
CN116599750A (zh) | 一种利用加密技术确保数据变更可追溯的系统和方法 | |
JPH0944407A (ja) | データファイルの保護方法及びセキュリティ方式 | |
US7421078B2 (en) | Valid medium management system | |
Payne | A cryptographic access control architecture secure against privileged attackers | |
JPH06282430A (ja) | ソフトウェアコピープロテクションシステム | |
AU720583B2 (en) | A method for protecting data | |
CN117677946A (zh) | 用于改进基于分布式分类账的查询记录系统中的研究者隐私的系统和方法 | |
Nazarko et al. | OVERVIEW OF DATABASE INFORMATION PROTECTION APPROACHES IN MODERN DATABASE MANAGEMENT SYSTEMS | |
TWM649691U (zh) | 去中心化識別檔案存取權限的系統及其存取控制伺服器 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20091006 |
|
A601 | Written request for extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A601 Effective date: 20100105 |
|
A602 | Written permission of extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A602 Effective date: 20100113 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20100311 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20100907 |