JP2001203688A - Voice communication terminal - Google Patents

Voice communication terminal

Info

Publication number
JP2001203688A
JP2001203688A JP2000017945A JP2000017945A JP2001203688A JP 2001203688 A JP2001203688 A JP 2001203688A JP 2000017945 A JP2000017945 A JP 2000017945A JP 2000017945 A JP2000017945 A JP 2000017945A JP 2001203688 A JP2001203688 A JP 2001203688A
Authority
JP
Japan
Prior art keywords
communication terminal
electronic signature
encryption key
voice communication
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.)
Pending
Application number
JP2000017945A
Other languages
Japanese (ja)
Inventor
Ichiyo Tanaka
一葉 田中
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.)
Kyocera Corp
Original Assignee
Kyocera 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 Kyocera Corp filed Critical Kyocera Corp
Priority to JP2000017945A priority Critical patent/JP2001203688A/en
Publication of JP2001203688A publication Critical patent/JP2001203688A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide a voice communication terminal that has only to use a simple terminal function to attain secrecy, completeness, authentication of speech contents and prevention of repudiation in communication via an unreliable network. SOLUTION: The common encryption system or the public encryption system is adopted for the encryption system of this invention and voice data are encrypted and transmitted/received independently of a function of a network so as to warrant the secrecy, completeness, authentication of speech contents and prevention of repudiation in communication via an unreliable network.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、音声による通話が
可能な音声通信端末間の通信において、共有暗号方式又
は公開暗号方式を用いた通話の秘匿機能を与えるもので
ある。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention provides a function of concealing a call using a shared encryption method or a public encryption method in communication between voice communication terminals capable of making a voice call.

【0002】[0002]

【従来の技術】ネットワーク側から提供されるの機能を
用いて音声データをリアルタイムに暗号化する音声通信
端末は既に存在する。また、ネットワークの機能に依ら
ず端末側で、転送対象のファイルを暗号化してから送信
する機能を持つ通信端末も存在する。
2. Description of the Related Art Voice communication terminals for encrypting voice data in real time using a function provided from a network side already exist. In addition, there is a communication terminal having a function of transmitting a file to be transferred after encrypting the file on the terminal side irrespective of the network function.

【0003】しかし、ネットワークの機能に依らず、音
声データに対してリアルタイムに暗号化することによっ
て、強固なセキュリティ機能を提供するような音声通信
端末は存在しない。
[0003] However, there is no voice communication terminal that provides a strong security function by encrypting voice data in real time, irrespective of network functions.

【0004】次に、従来技術である共有暗号方式と公開
暗号方式について説明する。共有暗号方式では、データ
の送信側と受信側のどちらかがひとつの暗号鍵(共有暗
号鍵)を作成し、その共有暗号鍵を両端末で記憶する。
データ送信側は送信データを共有暗号鍵で暗号化し、デ
ータ受信側は受信データを同じ共有暗号鍵で復号化す
る。この方式の最も大きな欠点は共有暗号鍵の取り扱い
に関して問題が多いことである。共有暗号鍵を手に入れ
た者は誰でも暗号を復号化できるため、通信の秘密を守
るためには、共有暗号鍵の交換に際して、安全で信頼で
きる通信路を用いなければならない(しかし、安全な通
信路がある場合は暗号化自体が必要ないのでこの仮定は
成り立たない)。つまり、インターネット網や電話網ネ
ットワークで共有暗号鍵を交換することは、セキュリテ
ィの面からは危険な行為であるということになる。
[0004] Next, a conventional shared encryption system and a public encryption system will be described. In the shared encryption method, either the transmitting side or the receiving side of the data creates one encryption key (shared encryption key) and stores the shared encryption key in both terminals.
The data transmission side encrypts the transmission data with the shared encryption key, and the data reception side decrypts the received data with the same shared encryption key. The biggest disadvantage of this method is that there are many problems regarding the handling of the shared encryption key. Anyone who has obtained the shared encryption key can decrypt the encryption, so in order to protect the secret of communication, a secure and reliable communication channel must be used when exchanging the shared encryption key (however, This assumption does not hold if there is a strong communication path, since encryption itself is not necessary.) In other words, exchanging the shared encryption key over the Internet or telephone network is a dangerous act from the viewpoint of security.

【0005】これに対して、公開暗号方式では、次のよ
うな特徴を持つ2種類の暗号鍵(秘密暗号鍵,公開暗号
鍵)を利用することによって、共有暗号方式の欠点を補
っている。 *ユーザーは自分の秘密暗号鍵を作成する *計算によって秘密暗号鍵から公開暗号鍵を作成できる *公開暗号鍵から秘密暗号鍵は類推できない *公開暗号鍵は他人に知られても問題はなく、広く公開
することができる *公開暗号鍵によって暗号化されたデータは、公開暗号
鍵によって復号化できる *秘密暗号鍵によって暗号化されたデータは、公開暗号
鍵によって復号化できる 上記の規則を利用して、公開暗号方式では次のようにし
てデータを暗号化,復号化する。 *データ受信側は、自分の公開暗号鍵を信頼できるデー
タベース(認証局,電話帳など)に登録する *データ送信側は、データ転送先の公開暗号鍵(相手公
開暗号鍵と呼ぶ)を信頼できるデータベースなどから入
手する *データ送信側は、送信対象データを相手公開暗号鍵で
暗号化する *暗号化されたデータを送信する *データ受信側は、受信した暗号化データを自分の秘密
暗号鍵で復号化する このように公開暗号方式では、ユーザーは公開暗号鍵を
比較的自由に交換することができる。そして、秘密暗号
鍵は一切交換することなく厳重に管理しておくことがで
きる。このため、公開暗号方式は、鍵の取り扱いに関し
て制限が少なく、インターネット網や電話網ネットワー
クで公開暗号鍵を自由に交換することが可能である。一
般に公開暗号方式のほうが強固なセキュリティ機能を提
供することができるが、暗号化アルゴリズムが煩雑にな
り勝ちである。端末設計者はユーザーの要求に応じて2
つの暗号方式のうち一つ(両方)を選択する。
On the other hand, the public encryption method compensates for the drawbacks of the shared encryption method by using two types of encryption keys (a secret encryption key and a public encryption key) having the following characteristics. * Users can create their own private encryption keys. * Can create public encryption keys from private encryption keys by calculation. * Secret encryption keys cannot be inferred from public encryption keys. * There is no problem if the public encryption key is known to others. Can be widely disclosed * Data encrypted with a public encryption key can be decrypted with a public encryption key * Data encrypted with a private encryption key can be decrypted with a public encryption key In the public encryption system, data is encrypted and decrypted as follows. * The data receiving side registers its own public encryption key in a reliable database (certificate authority, telephone directory, etc.) * The data transmitting side can trust the public encryption key of the data transfer destination (called the other party's public encryption key) Obtain from a database, etc. * The data sender encrypts the data to be sent with the partner's public encryption key. * Sends the encrypted data. * The data receiver uses the private encryption key to receive the encrypted data. As described above, in the public encryption method, the user can exchange the public encryption key relatively freely. The secret encryption key can be strictly managed without any exchange. For this reason, the public encryption method has few restrictions on the handling of keys, and can freely exchange public encryption keys in the Internet network or telephone network. Generally, the public encryption method can provide a stronger security function, but the encryption algorithm tends to be complicated. Terminal designers can respond to user requirements2
Select one (both) of the two encryption methods.

【0006】[0006]

【発明が解決しようとする課題】音声データなどをネッ
トワーク側から提供される機能を用いて暗号化する音声
通信端末は、ネットワーク側の意思によって容易に通信
の秘密は妨げられる。先日盗聴法案(通信傍受法案)が可
決されたことから見ても、ネットワーク側の運営方針や
通信傍受に対する法解釈が今後どのように推移するかわ
からないため、通信の秘密をネットワーク側の機能のみ
に頼るのは危険である。
In a voice communication terminal that encrypts voice data and the like using a function provided from the network side, secrecy of communication is easily prevented by the intention of the network side. Even if the eavesdropping bill (communication interception bill) was passed the other day, it is not clear how the network-side operating policy and legal interpretation of communication interception will change in the future. Relying on it is dangerous.

【0007】また、従来のパソコンなどの通信端末は、
音声データのようなリアルタイムなストリーミング系デ
ータ(通話中は常に音声データを暗号化,復号化し、送
受信し続ける必要がある)の暗号化には対応していな
い。このため、音声データの暗号化に適した音声通信端
末のハードウェア,ソフトウェア構成を考える必要があ
る。
[0007] Conventional communication terminals such as personal computers are
It does not support encryption of real-time streaming data such as voice data (it is necessary to constantly encrypt and decrypt voice data and continue transmitting and receiving during a call). Therefore, it is necessary to consider the hardware and software configuration of the voice communication terminal suitable for voice data encryption.

【0008】[0008]

【課題を解決するための手段】上記課題を解決するため
に、本発明のうちで請求項1記載の発明は、圧縮された
音声データに必要に応じて電子署名を付加する電子署名
付加部と音声データを暗号化する暗号化部を有する送信
部と、暗号化された音声データを復号する復号化部と電
子署名付き音声データから電子署名を取り出し認証など
の処理を行う電子署名認証部を有する受信部と、通信相
手の共有暗号化鍵を記憶するメモリを備え、音声データ
の送受信時に共有暗号方式を用いて暗号化及び電子署名
付加を行うことを特徴とする。
In order to solve the above-mentioned problems, the invention according to claim 1 of the present invention comprises an electronic signature adding unit for adding an electronic signature to compressed audio data as necessary. A transmission unit having an encryption unit for encrypting the audio data, a decryption unit for decrypting the encrypted audio data, and an electronic signature authentication unit for taking out an electronic signature from the audio data with the electronic signature and performing processing such as authentication It has a receiving unit and a memory for storing a shared encryption key of a communication partner, and performs encryption and addition of an electronic signature using a shared encryption method when transmitting and receiving voice data.

【0009】また請求項2記載の発明は、圧縮された音
声データに必要に応じて電子署名を付加する電子署名付
加部と音声データを暗号化する暗号化部を有する送信部
と、暗号化された音声データを復号する復号化部と電子
署名付き音声データから電子署名を取り出し認証などの
処理を行う電子署名認証部を有する受信部と、端末使用
者の秘密暗号鍵と公開暗号鍵を記憶するユーザー情報記
憶部と、通信相手の公開暗号鍵を記憶するメモリを備
え、音声データの送受信時に公開暗号方式を用いて暗号
化及び電子署名付加することを特徴とする。
According to a second aspect of the present invention, there is provided a transmitting section having an electronic signature adding section for adding an electronic signature to compressed audio data as necessary, and a transmitting section having an encrypting section for encrypting the audio data. A decryption unit for decrypting the voice data, a receiving unit having an electronic signature authentication unit for taking out an electronic signature from the audio data with the electronic signature and performing processing such as authentication, and storing a secret encryption key and a public encryption key of the terminal user. It has a user information storage unit and a memory for storing a public encryption key of a communication partner, and encrypts and adds an electronic signature using a public encryption system when transmitting and receiving voice data.

【0010】また請求項3記載の発明は、請求項1記載
の音声通信端末において、相手共有暗号鍵を相手短縮ダ
イヤルに登録することを特徴とする。
According to a third aspect of the present invention, in the voice communication terminal of the first aspect, the other party's shared encryption key is registered in the other party's speed dial.

【0011】また請求項4記載の発明は、請求項2の音
声通信端末において、相手公開暗号鍵を相手短縮ダイヤ
ルに登録することを特徴とする。
According to a fourth aspect of the present invention, in the voice communication terminal of the second aspect, the other party's public encryption key is registered in the other party's speed dial.

【0012】また請求項5記載の発明は、請求項3の音
声通信端末を用いた発信動作において、発信に使用した
短縮ダイヤルの共有暗号鍵を、通話成立後に相手共有暗
号鍵として使用することを特徴とする。
According to a fifth aspect of the present invention, in the calling operation using the voice communication terminal of the third aspect, the shared secret key of the abbreviated dial used for the calling is used as the other party's shared encryption key after the call is established. Features.

【0013】また請求項6記載の発明は、請求項3の音
声通信端末を用いた着信動作において、着信時の発番号
により検索された短縮ダイヤルの共有暗号鍵を、通話成
立後に相手共有暗号鍵として使用することを特徴とす
る。
According to a sixth aspect of the present invention, in the incoming call operation using the voice communication terminal of the third aspect, the shared secret key of the speed dial searched by the calling number at the time of the incoming call is replaced with the shared encryption key of the other party after the call is established. It is characterized by being used as

【0014】また請求項7記載の発明は、請求項4の音
声通信端末を用いた発信動作において、発信に使用した
短縮ダイヤルの公開暗号鍵を、通話成立後に相手公開暗
号鍵として使用することを特徴とする。また請求項8記
載の発明は、請求項4の音声通信端末を用いた着信動作
において、着信時の発番号により検索された短縮ダイヤ
ルの公開暗号鍵を、通話成立後に相手公開暗号鍵として
使用することを特徴とする。
According to a seventh aspect of the present invention, in the calling operation using the voice communication terminal according to the fourth aspect, the public encryption key of the abbreviated dial used for the calling is used as the other party's public encryption key after the call is established. Features. According to the invention of claim 8, in the incoming call operation using the voice communication terminal of claim 4, the public encryption key of the speed dial searched by the calling number at the time of the incoming call is used as the public encryption key of the other party after the call is established. It is characterized by the following.

【0015】上記構成によれば、簡易な構成で、共有暗
号方式を用いた暗号化,電子署名機能付き音声通信端末
や公開暗号方式を用いた暗号化,電子署名機能付き音声
通信端末を提供でき、通話している2つの端末の暗号化
機能のみを利用して、信頼できないネットワーク上で通
話内容の機密性,完全性,認証,否認防止を提供する。
マイクより入力された音声データは符号化されPCM音声
データに変換される。従来の携帯電話などではこのPCM
データを音声コーダーで圧縮し、誤り訂正符号などを追
加して送信している。それに対して、本発明の音声通信
端末では、音声コーダーで圧縮後、暗号化,電子署名付
加などの処理を行い、それを通常のリアルタイムデータ
としてネットワークに送信する。そして、相手側端末に
よって受信されたリアルタイムデータ(暗号化音声デー
タおよび電子署名付き音声データ)は、復号化された
後、従来の携帯電話と同様に処理され、スピーカーより
出力される。
According to the above configuration, it is possible to provide a voice communication terminal with an encryption and a digital signature function using a shared encryption method and a voice communication terminal with an encryption and a digital signature function using a public encryption method with a simple configuration. It provides confidentiality, integrity, authentication, and non-repudiation of the contents of a call on an unreliable network using only the encryption function of the two terminals that are talking.
The audio data input from the microphone is encoded and converted to PCM audio data. In conventional mobile phones, this PCM
The data is compressed by a voice coder, and an error correction code is added and transmitted. On the other hand, in the voice communication terminal of the present invention, after compression by the voice coder, processing such as encryption and digital signature addition is performed, and the processed data is transmitted to the network as normal real-time data. Then, the real-time data (encrypted voice data and voice data with an electronic signature) received by the partner terminal is decrypted, processed in the same manner as a conventional mobile phone, and output from a speaker.

【0016】[0016]

【発明の実施の形態】図1は請求項1で定義される「共
有暗号方式を用いた音声データ暗号化及び電子署名機能
付き音声通信端末」の概略図である。請求項1の音声通
信端末1は、ユーザーが発した音声を入力するマイク
2,マイク2から入力された音声をPCMデータに変換す
るA/D変換部3,PCM音声データを圧縮する音声コーダー
4,圧縮された音声データに必要に応じて電子署名を付
加する電子署名付加部5,音声データを暗号化する暗号
化部6,通信プロトコルに基づいて暗号化音声データか
ら送信データフレームを生成する送信データ生成部7,
送信データフレームをネットワークに送信するデータ送
信部8,ネットワークからデータフレームを受信する受
信部10,通信プロトコルに基づいて受信データフレー
ムから暗号化音声データを取り出す受信データ解析部1
1,暗号化された音声データを復号する復号化部12,
電子署名付き音声データから電子署名を取り出し認証な
どの処理を行う電子署名認証部13,復号化された音声
データをPCMデータに復元する音声デコーダー14,PCM
音声データをスピーカー出力に変換するD/A変換部1
5,音声を出力するスピーカー16,通信相手の共有暗
号鍵を記憶する短縮ダイヤル記憶部17で構成される。
DESCRIPTION OF THE PREFERRED EMBODIMENTS FIG. 1 is a schematic diagram of a "voice communication terminal having a voice data encryption and electronic signature function using a shared encryption system" defined in claim 1. The voice communication terminal 1 according to claim 1, wherein: a microphone 2 for inputting voice emitted by the user; an A / D converter 3 for converting voice input from the microphone 2 into PCM data; a voice coder 4 for compressing PCM voice data. An electronic signature adding unit for adding an electronic signature to the compressed audio data as necessary, an encryption unit for encrypting the audio data, and a transmission for generating a transmission data frame from the encrypted audio data based on a communication protocol. Data generator 7,
A data transmission unit 8 for transmitting a transmission data frame to a network, a reception unit 10 for receiving a data frame from the network, a reception data analysis unit 1 for extracting encrypted voice data from the reception data frame based on a communication protocol
1, a decryption unit 12 for decrypting encrypted audio data,
An electronic signature authenticating unit 13 for extracting an electronic signature from audio data with an electronic signature and performing processing such as authentication; an audio decoder 14 for restoring decrypted audio data to PCM data;
D / A converter 1 for converting audio data into speaker output
5, a speaker 16 for outputting sound, and a speed dial storage unit 17 for storing a shared encryption key of a communication partner.

【0017】音声データ暗号化のために、送信側端末は
音声データを通話相手が保持しているものと同じ共有暗
号鍵で暗号化する。受信側端末は同じ共有暗号鍵で暗号
化された音声データを復号化する。
For encrypting the voice data, the transmitting terminal encrypts the voice data with the same shared encryption key as that held by the other party. The receiving terminal decrypts the audio data encrypted with the same shared encryption key.

【0018】図2は請求項2で定義される「公開暗号方
式を用いた音声データ暗号化及び電子署名機能付き音声
通信端末」の概略図である。請求項2の音声通信端末2
1は、ユーザーが発した音声を入力するマイク22,マ
イクから入力された音声をPCMデータに変換するA/D変換
部23,PCM音声データを圧縮する音声コーダー24,
圧縮された音声データに必要に応じて電子署名を付加す
る電子署名付加部25,音声データを暗号化する暗号化
部26,通信プロトコルに基づいて暗号化音声データか
ら送信データフレームを生成する送信データ生成部2
7,送信データフレームをネットワークに送信するデー
タ送信部28,ネットワーク29からデータフレームを
受信する受信部30,通信プロトコルに基づいて受信デ
ータフレームから暗号化音声データを取り出す受信デー
タ解析部31,暗号化された音声データを復号する復号
化部32,電子署名付き音声データから電子署名を取り
出し認証などの処理を行う電子署名認証部33,復号化
された音声データをPCMデータに復元する音声デコーダ
ー34,PCM音声データをスピーカー出力に変換するD/A
変換部35,音声を出力するスピーカー36,端末ユー
ザーの秘密暗号鍵と公開暗号鍵を記憶するユーザー情報
記憶部38,通信相手の公開暗号鍵を記憶する短縮ダイ
ヤル記憶部37で構成される。
FIG. 2 is a schematic diagram of a "voice communication terminal with a voice data encryption and electronic signature function using a public encryption system" defined in claim 2. The voice communication terminal 2 according to claim 2
Reference numeral 1 denotes a microphone 22 for inputting a voice uttered by a user, an A / D converter 23 for converting the voice input from the microphone into PCM data, a voice coder 24 for compressing the PCM voice data,
An electronic signature adding unit 25 for adding an electronic signature to the compressed audio data as necessary; an encryption unit 26 for encrypting the audio data; transmission data for generating a transmission data frame from the encrypted audio data based on a communication protocol Generator 2
7, a data transmission unit 28 for transmitting a transmission data frame to a network, a reception unit 30 for receiving a data frame from the network 29, a reception data analysis unit 31 for extracting encrypted voice data from the reception data frame based on a communication protocol, and encryption. A decoding unit 32 for decoding the decoded audio data, an electronic signature authenticating unit 33 for taking out an electronic signature from the audio data with an electronic signature and performing processing such as authentication, an audio decoder 34 for restoring the decoded audio data to PCM data, D / A to convert PCM audio data to speaker output
It comprises a conversion unit 35, a speaker 36 for outputting sound, a user information storage unit 38 for storing a secret encryption key and a public encryption key of a terminal user, and a speed dial storage unit 37 for storing a public encryption key of a communication partner.

【0019】音声データ暗号化のために、送信側端末は
音声データを通話相手の公開暗号鍵で暗号化する。受信
側端末は自分の秘密暗号鍵で暗号化された音声データを
復号化する。
For voice data encryption, the transmitting terminal encrypts voice data with the public encryption key of the other party. The receiving terminal decrypts the audio data encrypted with its own secret encryption key.

【0020】電子署名付加のために、送信側端末は音声
データを自秘密暗号鍵で暗号化する。受信側端末は記憶
する相手公開暗号鍵の中で電子署名付き音声データを復
号化できる公開鍵を探索する。正常に復号化できた場
合、その相手公開暗号鍵の作成者が音声データの送信者
であることが保証される。
To add an electronic signature, the transmitting terminal encrypts the audio data with its own secret encryption key. The receiving terminal searches for a public key capable of decrypting voice data with an electronic signature in the stored partner public encryption key. If the decryption is successful, it is guaranteed that the creator of the other party's public encryption key is the sender of the audio data.

【0021】図3は図1における短縮ダイヤル記憶部1
7の構造であり、請求項3の内容に対応する。短縮ダイ
ヤル記憶部17は複数の短縮ダイヤルで構成され、各短
縮ダイヤルは名前,電話番号など従来の短縮ダイヤル情
報と共に共有暗号鍵を含む。
FIG. 3 shows the speed dial storage unit 1 shown in FIG.
7, which corresponds to the contents of claim 3. The abbreviated dial storage unit 17 includes a plurality of abbreviated dials, and each abbreviated dial includes a shared encryption key together with conventional abbreviated dial information such as a name and a telephone number.

【0022】図4は図2における短縮ダイヤル記憶部3
7とユーザー情報記憶部38の構造であり、請求項4の
内容に対応する。短縮ダイヤル記憶部37は複数の短縮
ダイヤルで構成され、各短縮ダイヤルは名前,電話番号
なのど従来の短縮ダイヤル情報と共に公開暗号鍵を含
む。ユーザー情報記憶部38は端末ユーザーの情報を記
憶するメモリであり、図4は複数のユーザーが端末を使
用するときに必要な構成を示す。ユーザー情報記憶部3
8は複数のユーザー情報で構成され、各ユーザー情報
は、名前などの個人情報と秘密暗号鍵,公開暗号鍵を含
む。
FIG. 4 shows the speed dial storage unit 3 in FIG.
7 and the structure of the user information storage unit 38, which corresponds to the contents of claim 4. The speed dial storage unit 37 includes a plurality of speed dials, and each speed dial includes a public encryption key together with conventional speed dial information such as a name and a telephone number. The user information storage unit 38 is a memory for storing terminal user information, and FIG. 4 shows a configuration required when a plurality of users use the terminal. User information storage unit 3
Reference numeral 8 denotes a plurality of pieces of user information, each of which includes personal information such as a name, a secret encryption key, and a public encryption key.

【0023】図5は本発明の音声通信端末の送信部から
送信される(受信部から音声通信端末に受信される)通信
フレームの構造を示す。通信フレームは、端末間データ
通信に必要な通信プロトコルヘッダと、暗号化(電子署
名付加)された音声データと、誤り訂正符号などで構成
される。
FIG. 5 shows the structure of a communication frame transmitted from the transmitting section of the voice communication terminal of the present invention (received from the receiving section to the voice communication terminal). The communication frame includes a communication protocol header required for data communication between terminals, encrypted (addition of an electronic signature) voice data, an error correction code, and the like.

【0024】[0024]

【発明の効果】以上説明したように、本発明によれば、
ネットワーク側の機能に頼らずに、通話する2つの端末
の機能だけで音声データの暗号化及び電子署名の付加を
行うので、次のような効果がある。すなわち、ネットワ
ーク側の意思によって通話内容の秘密が妨げられること
がない。また、既存のネットワークに容易に適用でき
る。
As described above, according to the present invention,
Since the audio data is encrypted and the digital signature is added only by the functions of the two terminals that make a call without relying on the functions on the network side, the following effects are obtained. That is, the confidentiality of the call contents is not hindered by the intention of the network side. Also, it can be easily applied to existing networks.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明による共有暗号方式を用いた音声データ
暗号化及び電子署名機能付き音声通信端末の概略構成図
FIG. 1 is a schematic configuration diagram of a voice communication terminal having a voice data encryption and electronic signature function using a shared encryption method according to the present invention.

【図2】本発明による公開暗号方式を用いた音声データ
暗号化及び電子署名機能付き音声通信端末の概略構成図
FIG. 2 is a schematic configuration diagram of a voice communication terminal having a voice data encryption and electronic signature function using a public encryption method according to the present invention;

【図3】図1の音声通信端末における短縮ダイヤル記憶
部の構成図
FIG. 3 is a configuration diagram of a speed dial storage unit in the voice communication terminal of FIG. 1;

【図4】図2の音声通信端末における短縮ダイヤル記憶
部とユーザー情報記憶部の構成図
FIG. 4 is a configuration diagram of a speed dial storage unit and a user information storage unit in the voice communication terminal of FIG. 2;

【図5】本発明の音声通信端末の送信部から送信される
(受信部から音声通信端末に受信される)通信フレームの
構造図
FIG. 5 is transmitted from the transmission unit of the voice communication terminal of the present invention.
Structural diagram of a communication frame (received by the voice communication terminal from the receiving unit)

【符号の説明】[Explanation of symbols]

1 音声通信端末 2 マイク 3 A/D変換部 4 音声コーダー 5 電子署名付加部 6 暗号化部 7 送信データ生成部 8 データ送信部 9 マイク 10 受信部 11 受信データ解析部 12 復号化部 13 電子署名認証部 14 音声デコーダー 15 D/A変換部 16 スピーカー 17 短縮ダイヤル記憶部 REFERENCE SIGNS LIST 1 voice communication terminal 2 microphone 3 A / D conversion unit 4 voice coder 5 electronic signature adding unit 6 encryption unit 7 transmission data generation unit 8 data transmission unit 9 microphone 10 reception unit 11 reception data analysis unit 12 decryption unit 13 electronic signature Authentication unit 14 Audio decoder 15 D / A conversion unit 16 Speaker 17 Speed dial storage unit

───────────────────────────────────────────────────── フロントページの続き (51)Int.Cl.7 識別記号 FI テーマコート゛(参考) H04M 11/00 303 H04L 9/00 621A 675B ──────────────────────────────────────────────────続 き Continued on the front page (51) Int.Cl. 7 Identification symbol FI Theme coat ゛ (Reference) H04M 11/00 303 H04L 9/00 621A 675B

Claims (8)

【特許請求の範囲】[Claims] 【請求項1】圧縮された音声データに必要に応じて電子
署名を付加する電子署名付加部と音声データを暗号化す
る暗号化部を有する送信部と、暗号化された音声データ
を復号する復号化部と電子署名付き音声データから電子
署名を取り出し認証などの処理を行う電子署名認証部を
有する受信部と、通信相手の共有暗号化鍵を記憶するメ
モリを備え、 音声データの送受信時に共有暗号方式を用いて暗号化及
び電子署名付加を行うことを特徴とする音声通信端末。
An electronic signature adding section for adding an electronic signature to compressed audio data as required, a transmitting section having an encryption section for encrypting audio data, and a decoding section for decoding the encrypted audio data. Receiving unit having an electronic signature authenticating unit for taking out an electronic signature from audio data with an electronic signature and performing authentication and the like, and a memory for storing a shared encryption key of a communication partner, and a shared encryption when transmitting and receiving audio data A voice communication terminal for performing encryption and adding an electronic signature using a method.
【請求項2】圧縮された音声データに必要に応じて電子
署名を付加する電子署名付加部と音声データを暗号化す
る暗号化部を有する送信部と、暗号化された音声データ
を復号する復号化部と電子署名付き音声データから電子
署名を取り出し認証などの処理を行う電子署名認証部を
有する受信部と、端末使用者の秘密暗号鍵と公開暗号鍵
を記憶するユーザー情報記憶部と、通信相手の公開暗号
鍵を記憶するメモリを備え、 音声データの送受信時に公開暗号方式を用いて暗号化及
び電子署名付加することを特徴とする音声通信端末。
2. A transmission section having an electronic signature adding section for adding an electronic signature to compressed audio data as necessary, an encryption section for encrypting the audio data, and a decoding section for decoding the encrypted audio data. A receiving unit having an electronic signature authenticating unit for extracting an electronic signature from voice data with an electronic signature and performing processing such as authentication, a user information storage unit for storing a secret encryption key and a public encryption key of a terminal user, and a communication. A voice communication terminal comprising a memory for storing a public encryption key of a partner, and encrypting and adding an electronic signature using a public encryption method when transmitting and receiving voice data.
【請求項3】請求項1記載の音声通信端末において、相
手共有暗号鍵を相手短縮ダイヤルに登録することを特徴
とする音声通信端末。
3. The voice communication terminal according to claim 1, wherein the other party's shared encryption key is registered in the other party's speed dial.
【請求項4】請求項2の音声通信端末において、相手公
開暗号鍵を相手短縮ダイヤルに登録することを特徴とす
る音声通信端末。
4. The voice communication terminal according to claim 2, wherein the other party's public encryption key is registered in the other party's speed dial.
【請求項5】請求項3の音声通信端末を用いた発信動作
において、発信に使用した短縮ダイヤルの共有暗号鍵
を、通話成立後に相手共有暗号鍵として使用することを
特徴とする音声通信端末。
5. A voice communication terminal according to claim 3, wherein, in the calling operation using the voice communication terminal, the shared encryption key of the abbreviated dial used for the call is used as the other party's shared encryption key after the call is established.
【請求項6】請求項3の音声通信端末を用いた着信動作
において、着信時の発番号により検索された短縮ダイヤ
ルの共有暗号鍵を、通話成立後に相手共有暗号鍵として
使用することを特徴とする音声通信端末。
6. An incoming call operation using a voice communication terminal according to claim 3, wherein a shared key for abbreviated dialing searched by a calling number at the time of the incoming call is used as a partner's shared encryption key after a call is established. Voice communication terminal.
【請求項7】請求項4の音声通信端末を用いた発信動作
において、発信に使用した短縮ダイヤルの公開暗号鍵
を、通話成立後に相手公開暗号鍵として使用することを
特徴とする音声通信端末。
7. A voice communication terminal according to claim 4, wherein, in the calling operation using the voice communication terminal, the public encryption key of the abbreviated dial used for the call is used as the other party's public encryption key after the call is established.
【請求項8】請求項4の音声通信端末を用いた着信動作
において、着信時の発番号により検索された短縮ダイヤ
ルの公開暗号鍵を、通話成立後に相手公開暗号鍵として
使用することを特徴とする音声通信端末。
8. An incoming call operation using the voice communication terminal according to claim 4, wherein the public key of the speed dial searched by the calling number at the time of the incoming call is used as the other party's public key after the call is established. Voice communication terminal.
JP2000017945A 2000-01-24 2000-01-24 Voice communication terminal Pending JP2001203688A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000017945A JP2001203688A (en) 2000-01-24 2000-01-24 Voice communication terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000017945A JP2001203688A (en) 2000-01-24 2000-01-24 Voice communication terminal

Publications (1)

Publication Number Publication Date
JP2001203688A true JP2001203688A (en) 2001-07-27

Family

ID=18544863

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000017945A Pending JP2001203688A (en) 2000-01-24 2000-01-24 Voice communication terminal

Country Status (1)

Country Link
JP (1) JP2001203688A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005514831A (en) * 2001-12-21 2005-05-19 クゥアルコム・インコーポレイテッド Simple voice authentication method and apparatus
US8391480B2 (en) 2002-02-15 2013-03-05 Qualcomm Incorporated Digital authentication over acoustic channel
US8943583B2 (en) 2002-05-15 2015-01-27 Qualcomm Incorporated System and method for managing sonic token verifiers

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04268844A (en) * 1991-02-22 1992-09-24 Nippon Telegr & Teleph Corp <Ntt> Cipher using method and means therefor
JPH0563681A (en) * 1991-09-03 1993-03-12 Kajima Corp Device for preventing leakage of secrecy in information transmission
JPH07170255A (en) * 1993-12-14 1995-07-04 Fuji Xerox Co Ltd Communication equipment with cipher function
JPH07177128A (en) * 1993-08-27 1995-07-14 At & T Corp Safety mode telecommunication
JPH07250249A (en) * 1994-03-14 1995-09-26 Mita Ind Co Ltd Communication equipment
JPH07273756A (en) * 1994-03-29 1995-10-20 Mita Ind Co Ltd Cipher communication equipment
JP2001524777A (en) * 1997-11-26 2001-12-04 ノキア ネットワークス オサケ ユキチュア Data connection security

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04268844A (en) * 1991-02-22 1992-09-24 Nippon Telegr & Teleph Corp <Ntt> Cipher using method and means therefor
JPH0563681A (en) * 1991-09-03 1993-03-12 Kajima Corp Device for preventing leakage of secrecy in information transmission
JPH07177128A (en) * 1993-08-27 1995-07-14 At & T Corp Safety mode telecommunication
JPH07170255A (en) * 1993-12-14 1995-07-04 Fuji Xerox Co Ltd Communication equipment with cipher function
JPH07250249A (en) * 1994-03-14 1995-09-26 Mita Ind Co Ltd Communication equipment
JPH07273756A (en) * 1994-03-29 1995-10-20 Mita Ind Co Ltd Cipher communication equipment
JP2001524777A (en) * 1997-11-26 2001-12-04 ノキア ネットワークス オサケ ユキチュア Data connection security

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005514831A (en) * 2001-12-21 2005-05-19 クゥアルコム・インコーポレイテッド Simple voice authentication method and apparatus
JP4680505B2 (en) * 2001-12-21 2011-05-11 クゥアルコム・インコーポレイテッド Simple voice authentication method and apparatus
US8391480B2 (en) 2002-02-15 2013-03-05 Qualcomm Incorporated Digital authentication over acoustic channel
US8943583B2 (en) 2002-05-15 2015-01-27 Qualcomm Incorporated System and method for managing sonic token verifiers

Similar Documents

Publication Publication Date Title
CN101197674B (en) Encrypted communication method, server and encrypted communication system
US6266418B1 (en) Encryption and authentication methods and apparatus for securing telephone communications
US9363034B2 (en) Method to encrypt information that is transferred between two communication units
US20060095766A1 (en) System and method for secure transmission of RTP packets
JPH06188877A (en) Encoding system
JPH1013399A (en) Circuit and method for generating ciphering key in communication node
US20080229110A1 (en) Fast authentication over slow channels
US5696880A (en) Communication system user authentication method
CN113347215B (en) Encryption method for mobile video conference
WO2012024903A1 (en) Method for encrypting voice calls in mobile communication network, and system, terminal, and network side thereof
EP1981239B1 (en) Securing multimedia network communication
JP2006191385A (en) Mobile phone device and communication system
JP4615128B2 (en) Voice and data encryption method using encryption key split combiner
JP2001203688A (en) Voice communication terminal
JP3792657B2 (en) Method for enhanced cryptographic processing of messages in a call processed by a communication device
US20230070408A1 (en) Secure communication device equipped with quantum encryption chip based quantum random number and method of providing secure communication service using the same
JP3466204B2 (en) Method and apparatus for enhanced CMEA using enhanced transformation
JP5163187B2 (en) Call center system
CA2371811A1 (en) Method and apparatus for enhanced security in a broadband telephony network
Bagwe et al. Voice encryption and decryption in telecommunication
JP2005159959A (en) VoIP COMMUNICATION DEVICE AND CIPHER COMMUNICATION METHOD
KR20050044196A (en) Wiretapping preventer for voice communication in voip system
JPH10336338A (en) Digital encryption speech system using analog telephone line
KR20040011695A (en) Security handfree kit and security communication system and method using public key infrastructure
KR20070087909A (en) Keyphone system for cipher function on terminal and method thereof

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20070119

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100518

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20100928