Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
JP3751684B2 - Encrypted information decryption method - Google Patents
[go: Go Back, main page]

JP3751684B2 - Encrypted information decryption method - Google Patents

Encrypted information decryption method Download PDF

Info

Publication number
JP3751684B2
JP3751684B2 JP15689196A JP15689196A JP3751684B2 JP 3751684 B2 JP3751684 B2 JP 3751684B2 JP 15689196 A JP15689196 A JP 15689196A JP 15689196 A JP15689196 A JP 15689196A JP 3751684 B2 JP3751684 B2 JP 3751684B2
Authority
JP
Japan
Prior art keywords
information
key
user
encrypted
personal
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.)
Expired - Fee Related
Application number
JP15689196A
Other languages
Japanese (ja)
Other versions
JPH103428A (en
Inventor
光 森田
鉄太郎 小林
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.)
NTT Inc
NTT Inc USA
Original Assignee
Nippon Telegraph and Telephone Corp
NTT Inc USA
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 Nippon Telegraph and Telephone Corp, NTT Inc USA filed Critical Nippon Telegraph and Telephone Corp
Priority to JP15689196A priority Critical patent/JP3751684B2/en
Publication of JPH103428A publication Critical patent/JPH103428A/en
Application granted granted Critical
Publication of JP3751684B2 publication Critical patent/JP3751684B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Storage Device Security (AREA)

Description

【0001】
【発明の属する技術分野】
この発明はCD−ROMのような記憶媒体に搭載された暗号化情報、情報供給者装置から送られた暗号化情報を、まず個人鍵の秘匿を解除し、その解除により得られた情報暗号化鍵により復号する方法に関する。
【0002】
【従来の技術】
ソフトウェアを販売する場合、そのままでは、搭載する計算機装置のコピー機能により複製され、フロッピーディスク・通信などの手段により他人に不正に流用される危険がある。そこで、一般的にソフトウェアが暗号化され、パスワード情報等により復号化されるか、ソフトウェアを駆動する時、特定の秘密情報があると動作し、無いと動作出来ないアクセス制御機能により、複製されないようにすることが行われてきた。
【0003】
ところが、ソフトウェア本体は、CD−ROM媒体に代表されるように同じ物を大量複製する形で生産することが多いので、パスワード情報などの秘密情報も同一になるので、その複製による流布の危険があった。
そこで、大量複製されたものでも、それを利用出来るようにする秘密情報が同一にならない様にするために、秘密情報と利用するユーザ(利用者)の情報とを組にした情報を符号化して配布した。この結果、たとえ秘密情報が流布されても、どのユーザから漏れたかが分かるようになっていた。
【0004】
即ち図2A(1)に示すように、ユーザU2が情報供給を受けたい場合は、先ずユーザU2はその識別子IDu2をその情報の供給者P1へ送る。供給者P1はそのユーザ2の身元を確認し、例えばデジタル認証方法により確認し、身元が確かであれば、ユーザ識別子IDu2と、供給情報の暗号化に用いた鍵DKとの連結を鍵K1により暗号化して個人鍵
Ku2=eK1(IDu2‖DK)
を生成し、この個人鍵Ku2をユーザU2へ送る。ユーザU2はその鍵Ku2を鍵蓄積手段11(図2B)に蓄積する。
【0005】
ユーザU2が情報を受ける時は、図2A(2)に示すように情報供給者P1により提供された個人鍵暗号化情報アクセス手段に自己の個人鍵Ku2を入力する。暗号化情報アクセス手段12は個人鍵Ku2をK1で復号して
dK1(Ku2)=IDu2‖DK
を得、そのうちの情報暗号化鍵DKを用いて、CD−ROMなどの暗号化メディア13よりの暗号化情報を復号化して、目的とする情報をユーザU2へ提供する。つまり、ソフトウェアの実行、表示などを行う。なお個人鍵Ku2の復号化処理でIDu2‖DKとならない場合は他の利用者からのアクセスと判断して暗号化メディア13へのアクセスは行わない。
【0006】
このように暗号化情報を利用するには、ユーザU2にはその人に固有の秘密情報、つまり個人鍵Ku2による必要があり、この秘密情報は各ユーザにより異なるため、他のユーザは勝手に利用できない。仮りにユーザU2が秘密情報、(Ku2)を第三者へ流布しても、供給者P1はその鍵Ku2を鍵K1で復号して、その識別子IDu2から、鍵Ku2の配布元のユーザU2を知ることができる。
【0007】
しかし、限られたグループ内でその鍵Ku2を利用すれば、依然不正利用の危険がある。また単純な符号化を使う場合は不正流布用の鍵を生成される危険があった。例えば暗号化として秘密鍵暗号方式を採用した場合、ソフトウェア本体では復号処理が行われるはずであるから、解析主体がソフトウェア本体に包含されることにより、解析される危険が生じる。この解析がなされると、架空のユーザに対応する秘密情報(個人鍵)が生成可能となる。
【0008】
即ち正規に個人鍵Ku2 を入手した者が図2A(3)に示すように、暗号化情報アクセス手段12の内部を解析して鍵K1を発覚することができると、その鍵K1で鍵DKもしることができ、よって架空のユーザUxの識別子IDuxとDKの連結を鍵K1で暗号化して、架空の個人鍵
Ku3=eK1(IDux‖DK)
を作り、不正利用者がこのKu3を図2A(4)に示すように、暗号化情報アクセス手段12に入力することにより、暗号化情報が復号されて不正利用者へ供給されることになる。
【0009】
【発明が解決しようとする課題】
この発明は不正利用を制限する為に、ソフトを利用される秘密情報が流布された場合も、本人の不正の証拠性を持たせることを課題とする。また、解析されたとしても、ソフトウェアを利用するのに合致した秘密情報を容易に作成できないことをこの発明の課題とする。
【0010】
【課題を解決するための手段】
この発明は、利用者U2の識別子IDu2と情報暗号化鍵DKの連結が秘匿化された個人鍵Ku2が利用者U2の利用者装置のKu2蓄積手段に蓄積され、
CD−ROMなどの記憶媒体に記録された、又はサーバーなどの情報提供者装置から送信された上記情報暗号化鍵DKで暗号化された情報(以下暗号化情報という)を復号する際に、
上記利用者装置はKu2蓄積手段より個人鍵Ku2を取り出し、DK設定手段によりその個人鍵Ku2の秘匿を解除して識別子と情報暗号化鍵との連結を求め、その求めた情報暗号化鍵で上記暗号化情報の復号を復号処理手段により行暗号化情報復号方法を前提とし、
【0011】
特に上記個人鍵Ku2は上記識別子IDu2と情報暗号化鍵DKの連結に対し、公開鍵暗号方式における上記情報提供者装置の秘密鍵SK1で復号処理をしたものであり、
上記DK設定手段により公開鍵暗号方式における上記情報提供者装置の公開鍵PK1で上記個人鍵Ku2に対して暗号化処理を行って識別子と情報暗号化鍵との連結を求めるものである。
【0012】
公開鍵暗号方式は公開鍵PKでデータAを暗号化して暗号化データC=ePK(A)を得、復号化は秘密鍵SKで処理してdSK(C)=Aを得ることができ、AとPKを知っていて暗号化C=PK(A)を行うことができたとしても、この秘密情報CからAを作り出すのには、秘密鍵SKが必要であり、他のパラメータから類推できない性質がある。
【0013】
【発明の実施の形態】
この場合も従来技術の項の説明と同様に、暗号化鍵DKで暗号化された情報(暗号化情報)がCD−ROMなどの大量生産された記憶媒体により利用者の手に渡っているか、暗号化鍵DKで暗号化された情報にサーバーなどを通じて利用者がアクセス可能、つまり例えばパソコン通信により暗号化情報(例えばソフトウェア)のデータベースをアクセス可能であることを前提とする。また公開鍵暗号方式における組となる公開鍵PK1と秘密鍵SK1のうち公開鍵PK1を公開してある。
【0014】
情報提供に受けようとする利用者U2は図1A(1)に示すように、その識別子IDu2を情報提供者P1へ送る。情報提供者P1はその利用者U2の正当性を確認した後、識別子IDu2と、暗号化情報の暗号化に用いた鍵DKとを連結したものを情報供給者P1が秘密に管理する秘密鍵SK1で復号化処理を行って個人鍵Ku2を生成する。
【0015】
Ku2=dSK1(IDu2‖DK)
この個人鍵Ku2を利用者U2へ送る。
利用者U2はその個人鍵Ku2を鍵蓄積手段11に蓄積保存する。
利用者U2が情報の提供を受ける時は、図1Aに示すように蓄積手段11から個人鍵Ku2を取出し、情報提供者P1から提供された暗号化情報アクセス手段12へ入力する。暗号化情報アクセス手段12内はこの内部に予め設けられている公開鍵PK1で入力された個人鍵Ku2を暗号化処理して
ePK1(Ku2)=IDu2‖DK
を得る。その暗号化鍵DKを用いて、暗号化メディア13上の暗号化情報を復号化して、利用者U2へ提供する。前記暗号化処理の際に処理結果がIDu2‖DKと一致しなければ、他の利用者よりのアクセスと判断して暗号化メデイア13へのアクセスは行わない。
【0016】
このように構成されているから個人鍵Ku2はその利用者U2固有のものであり、正当な個人鍵を有する利用者のみが暗号化情報の提供を受けることができる。秘密鍵SK1は情報提供者P1に秘密に保持されているため、暗号化情報アクセス手段13が解析されても第三者が架空の利用者識別子IDxに対する個人鍵Kux=dSK1(IDux‖DK)を作ろうとしても、これを作ることができない。また正当な利用者U2の個人鍵Ku2を流布した場合、その個人鍵Ku2を公開PK1で暗号化処理することにより、利用者の識別子IDu2を求めて利用者U2を特定することができる。またこの流布された個人鍵Ku2も、第三者は秘密鍵SK1を知らないため、架空者に対する個人鍵を生成することはできない。
【0017】
【発明の効果】
以上述べたようにこの発明によれば、暗号化情報アクセス手段を解析しても、公開鍵が知れるだけであり、架空の利用者の識別子IDuxに対する秘密情報(個人鍵)dSK1(IDux‖DK)を第三者が作ることは困難である。一方販売されている秘密情報(個人鍵)を流布した場合は、その流布した利用者をその識別子IDuを求めることにより特定することができる。
【図面の簡単な説明】
【図1】 Aはこの発明の方法の処理の流れを示す図、Bはこの方法が適用される方式の機能構成を示すブロック図である。
【図2】 Aは従来の方法の処理の流れを示す図、Bは従来の方法が適用される方式の機能構成を示すブロック図である。
[0001]
BACKGROUND OF THE INVENTION
In the present invention, the encryption of the encryption information mounted on a storage medium such as a CD-ROM or the encryption information sent from the information supplier device is first released from the confidentiality of the personal key, and the information encryption obtained by the release is released. The present invention relates to a method for decrypting with an encryption key .
[0002]
[Prior art]
When selling software, there is a risk that it will be duplicated by the copy function of the installed computer device and illegally used by others by means of floppy disks, communication, and the like. Therefore, in general, software is encrypted and decrypted with password information, etc., or when software is driven, it operates if there is specific secret information, and it cannot be replicated by an access control function that cannot operate without it. Has been done.
[0003]
However, since the software main body is often produced in the form of mass duplicating the same product, as represented by a CD-ROM medium, the secret information such as password information is also the same. there were.
Therefore, even in the case of mass-replicated information, in order not to make the secret information that can be used the same, the information that combines the secret information and the user (user) information to be used is encoded. Distributed. As a result, even if confidential information is disseminated, it can be known from which user it was leaked.
[0004]
That is, as shown in FIG. 2A (1), when the user U2 wants to receive information supply, the user U2 first sends the identifier IDu2 to the information provider P1. The supplier P1 confirms the identity of the user 2 and confirms the identity of the user 2 by, for example, a digital authentication method. If the identity is certain, the connection between the user identifier IDu2 and the key DK used for encrypting the supply information is performed using the key K1. Encrypt and personal key Ku2 = eK1 (IDu2‖DK)
And sends this personal key Ku2 to the user U2. The user U2 stores the key Ku2 in the key storage unit 11 (FIG. 2B).
[0005]
When the user U2 receives the information, as shown in FIG. 2A (2), his / her personal key Ku2 is input to the personal key encrypted information access means provided by the information supplier P1. The encrypted information access means 12 decrypts the personal key Ku2 with K1, and dK1 (Ku2) = IDu2‖DK
Using the information encryption key DK, the encrypted information from the encryption medium 13 such as a CD-ROM is decrypted, and the target information is provided to the user U2. In other words, the software is executed and displayed. If IDu2‖DK is not obtained in the decryption process of the personal key Ku2, it is determined that the access is from another user, and the encrypted media 13 is not accessed.
[0006]
In order to use the encrypted information in this way, the user U2 needs to use secret information unique to that person, that is, the personal key Ku2, and this secret information differs depending on each user, so other users can use it without permission. Can not. Even if the user U2 distributes the secret information (Ku2) to a third party, the supplier P1 decrypts the key Ku2 with the key K1, and uses the identifier IDu2 to determine the user U2 that is the distribution source of the key Ku2. I can know.
[0007]
However, if the key Ku2 is used in a limited group, there is still a risk of unauthorized use. Also, when using simple encoding, there was a risk of generating a key for illegal distribution. For example, when the secret key cryptosystem is adopted as the encryption, since the decryption process should be performed in the software main body, there is a risk of being analyzed by including the analysis subject in the software main body. When this analysis is performed, secret information (personal key) corresponding to the fictitious user can be generated.
[0008]
That is, as shown in FIG. 2A (3), when a person who has obtained the personal key Ku2 can analyze the inside of the encrypted information access means 12 and discover the key K1, the key DK is also used with the key K1. Therefore, the connection between the identifiers IDux and DK of the fictitious user Ux is encrypted with the key K1, and the fictitious personal key Ku3 = eK1 (IDuxuDK)
Then, the unauthorized user inputs this Ku3 to the encrypted information access means 12 as shown in FIG. 2A (4), whereby the encrypted information is decrypted and supplied to the unauthorized user.
[0009]
[Problems to be solved by the invention]
An object of the present invention is to provide a person with evidence of fraud even when confidential information using software is distributed in order to limit unauthorized use. Moreover, even if analyzed, it is an object of the present invention that secret information that matches the use of software cannot be easily created.
[0010]
[Means for Solving the Problems]
In the present invention, a private key Ku2 in which the connection between the identifier IDu2 of the user U2 and the information encryption key DK is concealed is stored in the Ku2 storage means of the user device of the user U2,
When decrypting information (hereinafter referred to as encrypted information) recorded on a storage medium such as a CD-ROM or encrypted with the information encryption key DK transmitted from an information provider device such as a server,
The user device extracts the personal key Ku2 from the Ku2 storage means, releases the concealment of the personal key Ku2 by the DK setting means, obtains the connection between the identifier and the information encryption key, and uses the obtained information encryption key to assumes row cormorants encrypted information decoding method by the decoding processing unit to decrypt the encrypted information,
[0011]
In particular, the personal key Ku2 is obtained by decrypting the concatenation of the identifier IDu2 and the information encryption key DK with the secret key SK1 of the information provider device in the public key cryptosystem.
The DK setting means performs an encryption process on the personal key Ku2 with the public key PK1 of the information provider apparatus in the public key cryptosystem to obtain a connection between the identifier and the information encryption key.
[0012]
In the public key cryptosystem, data A can be encrypted with the public key PK to obtain encrypted data C = ePK (A), and decryption can be processed with the private key SK to obtain dSK (C) = A. even can encrypt C = e PK (a) and know the PK and, to produce the a from the secret information C, it is necessary secret key SK, can not be inferred from other parameters There is a nature.
[0013]
DETAILED DESCRIPTION OF THE INVENTION
In this case as well, as described in the section of the prior art, whether the information encrypted with the encryption key DK (encrypted information) is delivered to the user by a mass-produced storage medium such as a CD-ROM, It is assumed that a user can access information encrypted with the encryption key DK through a server or the like, that is, a database of encrypted information (for example, software) can be accessed through personal computer communication, for example. In addition, the public key PK1 is made public among the public key PK1 and the secret key SK1 forming a pair in the public key cryptosystem.
[0014]
As shown in FIG. 1A (1), the user U2 who wants to receive information provides the identifier IDu2 to the information provider P1. After the information provider P1 confirms the validity of the user U2, the information provider P1 secretly manages the concatenation of the identifier IDu2 and the key DK used to encrypt the encrypted information. The decryption process is performed to generate a personal key Ku2.
[0015]
Ku2 = dSK1 (IDu2‖DK)
This personal key Ku2 is sent to the user U2.
The user U2 stores and saves the personal key Ku2 in the key storage unit 11.
When the user U2 is provided with information, as shown in FIG. 1A, the personal key Ku2 is taken out from the storage means 11 and input to the encrypted information access means 12 provided from the information provider P1. The encrypted information access means 12 encrypts the personal key Ku2 input with the public key PK1 provided in advance therein, and ePK1 (Ku2) = IDu2‖DK
Get. Using the encryption key DK, the encrypted information on the encrypted medium 13 is decrypted and provided to the user U2. If the processing results during the encryption process consistent with IDu2‖D K, not access to the encrypted media 13 determines that the access from other users.
[0016]
Since it is configured in this way, the personal key Ku2 is unique to the user U2 , and only a user having a valid personal key can receive provision of encrypted information. Since the secret key SK1 is secretly held by the information provider P1, even if the encrypted information access means 13 is analyzed, the third party uses the private key Kux = dSK1 (IDux‖DK) for the fictitious user identifier IDx. Even if you try to make it, you can't make it. Further, when the personal key Ku2 of the legitimate user U2 is disseminated, the user U2 can be specified by obtaining the user identifier IDu2 by encrypting the personal key Ku2 with the public key PK1 . Also, since the distributed personal key Ku2 does not know the secret key SK1, a private key for a fictional person cannot be generated.
[0017]
【The invention's effect】
As described above, according to the present invention, even if the encrypted information access means is analyzed, only the public key is known, and the secret information (personal key) dSK1 (IDux‖DK) for the fictitious user identifier IDux. It is difficult for a third party to make. On the other hand, when the secret information (personal key) sold is distributed, the user who has distributed it can be specified by obtaining its identifier IDu.
[Brief description of the drawings]
FIG. 1A is a diagram showing a processing flow of a method of the present invention, and B is a block diagram showing a functional configuration of a method to which this method is applied.
FIG. 2A is a diagram showing a processing flow of a conventional method, and FIG. 2B is a block diagram showing a functional configuration of a method to which the conventional method is applied.

Claims (1)

利用者U2の識別子IDu2と情報暗号化鍵DKの連結が秘匿化された個人鍵Ku2が利用者U2の利用者装置のKu2蓄積手段に蓄積され、
CD−ROMなどの記憶媒体に記録された、又はサーバーなどの情報提供者装置から送信された上記情報暗号化鍵DKで暗号化された情報(以下暗号化情報という)を復号する際に、
上記利用者装置はKu2蓄積手段より個人鍵Ku2を取り出し、DK設定手段によりその個人鍵Ku2の秘匿を解除して識別子と情報暗号化鍵との連結を求めて、その求めた情報暗号化鍵で上記暗号化情報の復号を復号処理手段により行暗号化情報復号方法において、
上記個人鍵Ku2は上記識別子IDu2と情報暗号化鍵DKの連結に対し、公開鍵暗号方式における上記情報提供者装置の秘密鍵SK1で復号処理をしたものであり、
上記DK設定手段により公開鍵暗号方式における上記情報提供者装置の公開鍵PK1で上記個人鍵Ku2に対して暗号化処理を行って識別子と情報暗号化鍵との連結を求めることを特徴とする暗号化情報復号方法。
A personal key Ku2 in which the connection between the identifier IDu2 of the user U2 and the information encryption key DK is concealed is stored in the Ku2 storage means of the user device of the user U2,
When decrypting information (hereinafter referred to as encrypted information) recorded on a storage medium such as a CD-ROM or encrypted with the information encryption key DK transmitted from an information provider device such as a server,
The user device extracts the personal key Ku2 from the Ku2 storage means, releases the concealment of the personal key Ku2 by the DK setting means, obtains the connection between the identifier and the information encryption key, and uses the obtained information encryption key. in line cormorant encrypted information decoding method by the decoding processing means decodes the encrypted information,
The personal key Ku2 is obtained by decrypting the concatenation of the identifier IDu2 and the information encryption key DK with the secret key SK1 of the information provider device in the public key cryptosystem.
The DK setting means performs encryption processing on the personal key Ku2 with the public key PK1 of the information provider apparatus in a public key cryptosystem to obtain a connection between the identifier and the information encryption key. Information decoding method.
JP15689196A 1996-06-18 1996-06-18 Encrypted information decryption method Expired - Fee Related JP3751684B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP15689196A JP3751684B2 (en) 1996-06-18 1996-06-18 Encrypted information decryption method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP15689196A JP3751684B2 (en) 1996-06-18 1996-06-18 Encrypted information decryption method

Publications (2)

Publication Number Publication Date
JPH103428A JPH103428A (en) 1998-01-06
JP3751684B2 true JP3751684B2 (en) 2006-03-01

Family

ID=15637662

Family Applications (1)

Application Number Title Priority Date Filing Date
JP15689196A Expired - Fee Related JP3751684B2 (en) 1996-06-18 1996-06-18 Encrypted information decryption method

Country Status (1)

Country Link
JP (1) JP3751684B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6792113B1 (en) * 1999-12-20 2004-09-14 Microsoft Corporation Adaptable security mechanism for preventing unauthorized access of digital data
JP4769475B2 (en) 2005-04-06 2011-09-07 株式会社ハートランド CONTENT DISTRIBUTION SERVER AND CONTENT DISTRIBUTION SYSTEM HAVING THE SAME
CN112488685B (en) * 2020-12-23 2023-12-12 杨宁波 User private key protection method for blockchain

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07182244A (en) * 1993-12-21 1995-07-21 Ricoh Co Ltd Software distribution method
JPH07296509A (en) * 1994-04-28 1995-11-10 Nippon Telegr & Teleph Corp <Ntt> Digital information recording / reproducing device

Also Published As

Publication number Publication date
JPH103428A (en) 1998-01-06

Similar Documents

Publication Publication Date Title
JP3803088B2 (en) Cryptographic system and control method thereof
CA2253539C (en) A method for providing a secure non-reusable one-time password
US6885747B1 (en) Cryptographic key split combiner
US6694025B1 (en) Method and apparatus for secure distribution of public/private key pairs
US7974410B2 (en) Cryptographic key split combiner
KR960703248A (en) DATA PROTECTION SYSTEM
KR20000075650A (en) Administration and utilization of secret fresh random numbers in a networked environment
JPH09505711A (en) Computer network encryption key distribution system
CN103237010B (en) The server end of digital content is cryptographically provided
CN103237011B (en) Digital content encryption transmission method and server end
JPH11298470A (en) Key distribution method and system
JPH10154977A (en) User certification system and method therefor
JP3751684B2 (en) Encrypted information decryption method
JPH11161167A (en) Device and method for ciphering and recording medium which records ciphering program
JP3690237B2 (en) Authentication method, recording medium, authentication system, terminal device, and authentication recording medium creation device
KR100848369B1 (en) Apparatus and method for generating encrypted data, decrypting encrypted data, and generating re-signed data
JP3984570B2 (en) Program for controlling key management server and verification device in signature / verification system
KR20090024482A (en) Key management system and method for using content
US20050044388A1 (en) Reprise encryption system for digital data
RU2275747C2 (en) Method for fully dynamic authentication without identifier
JP2680426B2 (en) Authentication method
JPH0946335A (en) Method and system for exchanging electronic message, and storage medium for electronic message exchanging processing
JP3572576B2 (en) Time authentication method
JP2004252966A (en) Content distribution system
CN1480871A (en) Method of digit identity authentication based on features of non-biophysics

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20041207

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20050204

RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20050719

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20050906

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20051020

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: 20051122

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20051208

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091216

Year of fee payment: 4

LAPS Cancellation because of no payment of annual fees