KR970064060A - 암호화/해독화 방법 및 장치 - Google Patents

암호화/해독화 방법 및 장치 Download PDF

Info

Publication number
KR970064060A
KR970064060A KR1019970006189A KR19970006189A KR970064060A KR 970064060 A KR970064060 A KR 970064060A KR 1019970006189 A KR1019970006189 A KR 1019970006189A KR 19970006189 A KR19970006189 A KR 19970006189A KR 970064060 A KR970064060 A KR 970064060A
Authority
KR
South Korea
Prior art keywords
decryption
encryption
work key
key
algorithm
Prior art date
Application number
KR1019970006189A
Other languages
English (en)
Inventor
마사히코 에나리
Original Assignee
이데이 노부유키
소니 가부시키가이샤
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 이데이 노부유키, 소니 가부시키가이샤 filed Critical 이데이 노부유키
Publication of KR970064060A publication Critical patent/KR970064060A/ko

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/06Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols the encryption apparatus using shift registers or memories for block-wise or stream coding, e.g. DES systems or RC4; Hash functions; Pseudorandom sequence generators
    • H04L9/0618Block ciphers, i.e. encrypting groups of characters of a plain text message using fixed encryption transformation
    • H04L9/0637Modes of operation, e.g. cipher block chaining [CBC], electronic codebook [ECB] or Galois/counter mode [GCM]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/04Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks
    • H04L63/0428Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks wherein the data content is protected, e.g. by encrypting or encapsulating the payload
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/06Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols the encryption apparatus using shift registers or memories for block-wise or stream coding, e.g. DES systems or RC4; Hash functions; Pseudorandom sequence generators
    • H04L9/0618Block ciphers, i.e. encrypting groups of characters of a plain text message using fixed encryption transformation
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/08Key distribution or management, e.g. generation, sharing or updating, of cryptographic keys or passwords
    • H04L9/0861Generation of secret information including derivation or calculation of cryptographic keys or passwords
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L2209/00Additional information or applications relating to cryptographic mechanisms or cryptographic arrangements for secret or secure communication H04L9/00
    • H04L2209/24Key scheduling, i.e. generating round keys or sub-keys for block encryption

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Hardware Design (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Storage Device Security (AREA)
  • Compression, Expansion, Code Conversion, And Decoders (AREA)

Abstract

해독측의 구성의 규모를 저감할 수 있도록 한다.
송신측의 스크램블럭에 있어서는 데이터 키와 시스템키에서워크키를 생성하는 Decryptor(16)와 OFB 모드의 암호화를 행하는 Decryptor(14)의 해독 알고리즘을 동일하게 한다. 그러면 수신측의 디스크램블러에 있어서는 데이터 키와 시스템키에서 워크키를 생성하는 Decryptor(26)와 OFB 모드의 암호화를 행하는 Decryptor(14)의 해독 알고리즘을 동일하게 할 수 있다. 다시 Decryptor(12)의 해독 알고리즘도 동일하게 할 수가 있으므로 Decrypyor(21,25,26)를 1개의 Decryptor를 겸용해서 실현할 수가 있다. 이에 따라 디스클램블러의 구성의 규모를 적은 적으로 할 수가 있다.

Description

암호화/해독화 방법 및 장치
본 내용은 요부공개 건이므로 전문내용을 수록하지 않았음
제 1도는 본 발명의 암호화 방법 및 해독화 방법을 실행하는본 발명의 암호화 장치 및 해독화 장치의 실시 형태의 구성 예를 도시하는 블럭도.

Claims (6)

  1. 암호화 방법에 있어서, 해독 알고리즘을 실행함으로써 워크키를 생성하는 워크키 생성 단계와, 상기 워크키 생성 단계에서 생성된 워크키를 사용해서 평문에 소정의 암호 알고리즘의 암호처리를 실시함으로써 암호문을 작성하는 암호 처리 단계를 포함하는 것을 특징으로 하는 암호화 방법.
  2. 해독화 방법에 있어서, 암호 처리에 사용된 워크키를 해독 알고리즘을 실행함으로써 생성하는 워크키 생성 단계와, 상기 워크키 생성단계에서 생성된 워크키를 사용해서 암호문에 상기 해독 알고리즘의 해독 처리를 실시함으로써 원 평문을 해독하는 단계를 포함하는 것을 특징으로 하는 해독화 방법.
  3. 암호화 /해독화 방법에 있어서, 암호화 측에 해독 알고리즘을 실행함으로써 워크키를 생성히는 암호용 워크키를 생성하는 단계와, 상기 암호용 워크키 생성 단계에서 생성된 워크키를 사용해서 평문에 소정의 암호알고리즘의 암호 처리를 실시함으로써 암호문을 작성하는 암호 처리 단계를 포함하고, 해독화 측에, 암호처리에 사용된 상기 워크키를 상기 해독 알고리즘을 실행하는 것에 의해, 생성하는 해독용 워크키를 생성하는 단계와 상기 해독용 워크키 생성 단계에서 생성된 상기 워크키를 사용해 암호문에 상기 해독 알고리즘의 해독 처리를 실시함으로써 상기 평문을 얻는 해독 처리 단계를 포함하는 것을 특징으로 하는 암호화/해독화방법.
  4. 암호화장치에 있어서, 키정보를 사용해서 해독 알고리즘을 실행함으로써 워크키를 생성하는 키스케줄수단과, 상기 키스케줄 수단에 의해 생성된 워크키를 사용해서 평문에 소정의 암호 알고리즘의 암호 처리를 실시함으로써 암호문을 작성하는 암호 처리 수단을 최소한 구비하는 것을 특징으로 하는 암호화장치.
  5. 해독화 장치에 있어서, 암호 처리에 사용된 워크키를 해독 알고리즘을 실행함으로써 생성하는 키스케줄수단과, 상기 키스케줄 수단으로 생성된 워크키를 사용해서 암호문에 해독 알고리즘의 해독 처리를 실시함으로써 원래의 평문을 얻는 해독 수단을 최소한 구비하는 것을 특징으로 하는 해독화장치.
  6. 암호화 /해독화 장치에 있어서, 암호화 측에, 해독 알고리즘을 실행함으로써워크키를 생성하는 암호용 키스케줄 수단과, 상기 암호용 키스케줄 수단으로 생성된 워크키를 사용해서 평문에 소정의 암호 알고리즘의 암호 처리를 실시함으로써 암호문을 작성하는 암호 처리 수단을 포함하고, 해독화 측에, 상기 암호 처리수단에서 사용된 워크키를 상기 해독 알고리즘을 실행함으로써 생성하는 해독용 키스케줄 수단과, 상기 해독용 키스케줄 수단에서 생성된 상기 워크키를 사용해서 상기 암호문에 상기 해독 알고리즘의 해독 처리를 실시함으로써 상기 평문을 얻는 해독 처리 수단을 포함하는 것을 특징으로 하는 암호화/해독화장치.
    ※ 참고사항 : 최초출원 내용에 의하여 공개하는 것임.
KR1019970006189A 1996-02-23 1997-02-21 암호화/해독화 방법 및 장치 KR970064060A (ko)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP96-060328 1996-02-23
JP8060328A JPH09233066A (ja) 1996-02-23 1996-02-23 暗号化/解読化方法および装置

Publications (1)

Publication Number Publication Date
KR970064060A true KR970064060A (ko) 1997-09-12

Family

ID=13139002

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019970006189A KR970064060A (ko) 1996-02-23 1997-02-21 암호화/해독화 방법 및 장치

Country Status (7)

Country Link
US (1) US6504930B2 (ko)
JP (1) JPH09233066A (ko)
KR (1) KR970064060A (ko)
CN (1) CN1168041A (ko)
ID (1) ID16092A (ko)
SG (1) SG83093A1 (ko)
TW (1) TW382872B (ko)

Families Citing this family (37)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7809138B2 (en) * 1999-03-16 2010-10-05 Intertrust Technologies Corporation Methods and apparatus for persistent control and protection of content
KR100331863B1 (ko) * 1998-11-03 2002-05-09 서평원 네트워크암호화장치및방법
US6714926B1 (en) * 1999-02-02 2004-03-30 Amazon.Com, Inc. Use of browser cookies to store structured data
JP3824121B2 (ja) * 1999-04-01 2006-09-20 株式会社日立製作所 暗号データの復号化処理方法および装置
KR100316025B1 (ko) * 1999-06-30 2001-12-12 박종섭 데이터 암호 표준 알고리즘을 이용한 암호 및 복호 장치
JP2002082732A (ja) * 2000-09-06 2002-03-22 Nec Corp プログラムコードの不正改竄防止システム及びその方法並びにその制御プログラムを記録した記録媒体
KR100525389B1 (ko) * 2001-01-17 2005-11-02 엘지전자 주식회사 실시간 입력 스트림의 암호화/복호화 장치
CN1326350C (zh) * 2001-04-24 2007-07-11 Nti股份有限公司 资料传送方法
US7318160B2 (en) * 2002-02-01 2008-01-08 Hewlett-Packard Development Company, L.P. Cryptographic key setup in queued cryptographic systems
JP2003333032A (ja) * 2002-05-15 2003-11-21 Oki Electric Ind Co Ltd 暗号処理方法,及び,暗号処理装置
US6925357B2 (en) * 2002-07-25 2005-08-02 Intouch Health, Inc. Medical tele-robotic system
KR100446336B1 (ko) * 2003-05-20 2004-09-01 엔에이치엔(주) 데이터 암호화 방법 및 장치
US7200226B2 (en) * 2003-09-04 2007-04-03 Intel Corporation Cipher block chaining decryption
US8155306B2 (en) * 2004-12-09 2012-04-10 Intel Corporation Method and apparatus for increasing the speed of cryptographic processing
US7636842B2 (en) * 2005-01-10 2009-12-22 Interdigital Technology Corporation System and method for providing variable security level in a wireless communication system
JP4287397B2 (ja) * 2005-03-29 2009-07-01 東芝情報システム株式会社 暗号文生成装置、暗号文復号装置、暗号文生成プログラム及び暗号文復号プログラム
FR2890201A1 (fr) * 2005-08-31 2007-03-02 Proton World Internatinal Nv Protection d'un contenu numerique sur un support physique
US8874477B2 (en) 2005-10-04 2014-10-28 Steven Mark Hoffberg Multifactorial optimization system and method
US7725719B2 (en) * 2005-11-08 2010-05-25 International Business Machines Corporation Method and system for generating ciphertext and message authentication codes utilizing shared hardware
JP4972970B2 (ja) * 2006-03-17 2012-07-11 富士通株式会社 ソースプログラム中の関数呼出し異常パターン検出プログラム
IL174784A0 (en) * 2006-04-04 2006-12-31 Nds Ltd Robust cipher design
WO2008105779A2 (en) * 2006-05-22 2008-09-04 Corestreet, Ltd. Secure id checking
US8452935B2 (en) 2007-01-19 2013-05-28 Holtek Semiconductor Inc. Read-only memory device with securing function and accessing method thereof
US7630982B2 (en) 2007-02-24 2009-12-08 Trend Micro Incorporated Fast identification of complex strings in a data stream
US20090046848A1 (en) * 2007-08-15 2009-02-19 Lockheed Martin Corporation Encryption management system
JP4658150B2 (ja) * 2008-01-25 2011-03-23 Nttエレクトロニクス株式会社 暗号化方法および復号方法
US9846789B2 (en) 2011-09-06 2017-12-19 International Business Machines Corporation Protecting application programs from malicious software or malware
US8578175B2 (en) * 2011-02-23 2013-11-05 International Business Machines Corporation Secure object having protected region, integrity tree, and unprotected region
US9298894B2 (en) * 2009-06-26 2016-03-29 International Business Machines Corporation Cache structure for a computer system providing support for secure objects
US8819446B2 (en) 2009-06-26 2014-08-26 International Business Machines Corporation Support for secure objects in a computer system
US9954875B2 (en) 2009-06-26 2018-04-24 International Business Machines Corporation Protecting from unintentional malware download
US8954752B2 (en) 2011-02-23 2015-02-10 International Business Machines Corporation Building and distributing secure object software
US9864853B2 (en) 2011-02-23 2018-01-09 International Business Machines Corporation Enhanced security mechanism for authentication of users of a system
US9223965B2 (en) 2013-12-10 2015-12-29 International Business Machines Corporation Secure generation and management of a virtual card on a mobile device
US9235692B2 (en) 2013-12-13 2016-01-12 International Business Machines Corporation Secure application debugging
KR101590351B1 (ko) * 2015-06-16 2016-02-01 동국대학교 산학협력단 분산 네트워크 프로토콜 기반의 데이터 전송 장치 및 그의 데이터 암호화 방법
WO2020186125A1 (en) 2019-03-13 2020-09-17 The Research Foundation For The State University Of New York Ultra low power core for lightweight encryption

Family Cites Families (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4203166A (en) * 1977-12-05 1980-05-13 International Business Machines Corporation Cryptographic file security for multiple domain networks
US4776011A (en) * 1983-10-24 1988-10-04 Sony Corporation Recursive key schedule cryptographic system
US4802217A (en) * 1985-06-07 1989-01-31 Siemens Corporate Research & Support, Inc. Method and apparatus for securing access to a computer facility
JP2760799B2 (ja) 1988-04-28 1998-06-04 株式会社日立製作所 暗号方式
US5111504A (en) * 1990-08-17 1992-05-05 General Instrument Corporation Information processing apparatus with replaceable security element
US5081676A (en) * 1990-10-04 1992-01-14 Chou Wayne W Method and apparatus for protecting multiple copies of computer software from unauthorized use
JP3053106B2 (ja) * 1990-11-02 2000-06-19 株式会社日立製作所 暗号化処理装置、及び復号化処理装置
US5224166A (en) * 1992-08-11 1993-06-29 International Business Machines Corporation System for seamless processing of encrypted and non-encrypted data and instructions
US5323464A (en) * 1992-10-16 1994-06-21 International Business Machines Corporation Commercial data masking
US5633930A (en) * 1994-09-30 1997-05-27 Electronic Payment Services, Inc. Common cryptographic key verification in a transaction network
US5613012A (en) * 1994-11-28 1997-03-18 Smarttouch, Llc. Tokenless identification system for authorization of electronic transactions and electronic transmissions
US5701343A (en) * 1994-12-01 1997-12-23 Nippon Telegraph & Telephone Corporation Method and system for digital information protection
US5784683A (en) * 1995-05-16 1998-07-21 Bell Atlantic Network Services, Inc. Shared use video processing systems for distributing program signals from multiplexed digitized information signals
US5870473A (en) * 1995-12-14 1999-02-09 Cybercash, Inc. Electronic transfer system and method
US5602918A (en) * 1995-12-22 1997-02-11 Virtual Open Network Environment Corp. Application level security system and method

Also Published As

Publication number Publication date
US20010010722A1 (en) 2001-08-02
JPH09233066A (ja) 1997-09-05
TW382872B (en) 2000-02-21
ID16092A (id) 1997-09-04
SG83093A1 (en) 2001-09-18
US6504930B2 (en) 2003-01-07
CN1168041A (zh) 1997-12-17

Similar Documents

Publication Publication Date Title
KR970064060A (ko) 암호화/해독화 방법 및 장치
GB0208858D0 (en) Method and apparatus for encrypting/decrypting data
RU98107582A (ru) Устройство и способ шифрования, устройство и способ дешифрования, устройство и способ обработки информации
DE69939254D1 (de) Kryptografisches Gerät und Verfahren
KR920005645A (ko) 대체가능한 기밀소자를 구비한 정보처리장치
EP0792041A3 (en) Method and apparatus for block encryption
KR910700505A (ko) 데이터담체 및 그것을 사용한 데이타통신장치
CA2441392A1 (en) Encrypting apparatus
EP1154348A9 (en) File management apparatus
GB2326571A (en) An apparatus and method for re-encrypting data
HK1060436A1 (en) Method and system for providing bus encryption based on cryptographic key exchange
JP2546504B2 (ja) 暗号における暗号化前処理装置および復号後処理装置
KR20060003330A (ko) 암호화 및 복호를 위한 장치, 방법, 프로그램 및 기록 매체
US7093126B1 (en) Encryption schemes with almost free integrity awareness
JP2000511755A (ja) バイナリーコード情報を暗号化する方法
JP2000115162A (ja) セキュア通信装置及び記憶装置
JP2008035305A (ja) 暗号化方法及びデータ秘匿方法
HK1041998A1 (en) Method and apparatus for encryption, method and apparatus for decryption, and computer-readable medium storing program
KR970056124A (ko) 차동 워크팩터 암호방법 및 시스템
JP2001177518A (ja) 暗号化方法、復号化方法及び装置
JP4287397B2 (ja) 暗号文生成装置、暗号文復号装置、暗号文生成プログラム及び暗号文復号プログラム
TW200637321A (en) Communication system and communication method
JPH0756507A (ja) データ機密保護装置における暗号装置及び復号装置
JPH0777933A (ja) ネットワークデータ暗号化装置
JP2000267565A (ja) 暗号化復号化装置及びプログラムを記録したコンピュータ読み取り可能な記録媒体

Legal Events

Date Code Title Description
WITN Application deemed withdrawn, e.g. because no request for examination was filed or no examination fee was paid