KR970029045A - 긴 문자열에 적합한 암호화 및 해독화 방법 - Google Patents

긴 문자열에 적합한 암호화 및 해독화 방법 Download PDF

Info

Publication number
KR970029045A
KR970029045A KR1019950043008A KR19950043008A KR970029045A KR 970029045 A KR970029045 A KR 970029045A KR 1019950043008 A KR1019950043008 A KR 1019950043008A KR 19950043008 A KR19950043008 A KR 19950043008A KR 970029045 A KR970029045 A KR 970029045A
Authority
KR
South Korea
Prior art keywords
character
encryption
array
extracted
string
Prior art date
Application number
KR1019950043008A
Other languages
English (en)
Other versions
KR0177655B1 (ko
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 배순훈
Priority to KR1019950043008A priority Critical patent/KR0177655B1/ko
Publication of KR970029045A publication Critical patent/KR970029045A/ko
Application granted granted Critical
Publication of KR0177655B1 publication Critical patent/KR0177655B1/ko

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/602Providing cryptographic facilities or services

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Bioethics (AREA)
  • General Health & Medical Sciences (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Storage Device Security (AREA)

Abstract

본 발명은 긴 문자열에 적합한 암호와 및 해독화 방법에 관한 것이다.
본 발명은 짧은 문자열보다는 긴 문자열을 암호화하는 경우에 적합하도록 중복되는 문자가 많을 경우에는 이 중복되는 횟수에 대한 편차를 줄여서 확률 및 통계적인 방법으로 암호해독이 불가능하게 함으로써, 기밀문서(機密文書)에 대하여 철저하게 보안을 유지할 수 있도록 하는 것이다.

Description

긴 문자열에 적합한 암호화 및 해독화 방법
본 내용은 요부공개 건이므로 전문내용을 수록하지 않았음
제3도는 본 발명에 따른 암호화과정을 수행하기 위한 동작흐름도,
제4도는 본 발명에 따른 해독화과정을 수행하기 위한 동작흐름도.

Claims (2)

  1. 암호화할 정보문자와 해독할 암호문자를 입력하는 문자입력장치(2)와, 상기 문자입력장치(2) 로부터의 입력문자를, 내장된 프로그램과 나머지 0, 1, 2에 각각 대응되는 대처문자 0, 1, 2어레이(sub0, sub1,sub2)와 알파벳문자어레이(alpha) 및 플래그 어레이(flag)를 통해서 암호화 및 해독화하는 문자암호화/해독화장치(3)와, 상기 문자암호화/해독화장치(3)로부터의 암호화된 문자 및 해독된 문자를 출력하는 문자 출력장치(4)를 포함하는 문자열 암호화방법에 있어서, 상기 기능선택부(1)로부터 암호화기능이 선택되면, 상기 문자입력장치(1)로 암호화할 문자열을 입력받는 제1단계(31); 상기 제1단계(31)후, 상기 입력받은 문자열중에서 정해진 순서에 의해서 문자 한개를 추출하는 제2단계(32); 상기 제2단계(32)에서 추출한 하나의 문자와 동일한 알파벳문자어레이(alpha)내에 문자의 위치를 찾고, 이 문자의 위치를 K에 저장하는 제3단계(33); 상기 제3단계(33)후, 추출한 문자를 후속하는 문자열과 비교하여 동일한 문자의 갯수를 계수한 값을 C에 저장하는 제4단계(34); 상기 제4단계(34)에서 C를 3으로 나눈 나머지를 플래그어레이[K]에 저장하는 제5단계(35); 상기 제5단계(35)에서 생성된 나머지에 대응하는 대처문자어레이[K]에의 문자로 상기 추출된 문자를 대처시키는 제6단계(36); 상기 대처되어 암호화된 문자를 문자출력장치(4)로 출력하는 제7단계(37)로 이루어짐을 특징으로 하는 긴 문자열에 적합한 암호화방법.
  2. 암호화할 정보문자와 해독할 암호문자를 입력하는 문자입력장치(2)와, 상기 문자입력장치(2) 로부터의 입력문자를, 내장된 프로그램과 나머지 0, 1, 2에 각각 대응되는 대처문자 0, 1, 2어레이(sub0, sub1,sub2)와 알파벳문자어레이(alpha) 및 플래그 어레이(flag)를 통해서 암호화 및 해독화하는 문자암호화/해독화장치(3)와, 상기 문자암호화/해독화장치(3)로부터의 암호화된 문자 및 해독된 문자를 출력하는 문자 출력장치(4)를 포함하는 문자열 암호화방법에 있어서, 상기 기능선택부(1)로부터 암호화기능이 선택되면, 상기 문자입력장치(1)로 플래그어레이가 동반되는 해독할 문자열을 입력받는 제1단계(41); 상기 제1단계(41)후, 상기 입력받은 문자열 중에서 정해진 순서에 의해서 문자 한개를 추출하는 제2단계(42); 상기 제2단계(42)에서 추출한 하나의 문자에해당하는 플래그어레이내 나머지 추출하는 제3단계(43); 상기 제3단계(43)에서 추출한 나머지에 해당되는 대처문자어레이를 검색하는 제4단계(44); 상기 제4단계(44)에서 검색된 대처문자어레이에서 추출된 문자와 동일한 문자의 위치를 검색한 후 검색된 문자위치를 K에 저장하는 제5단계(45); 상기 제5단계(35)에서 알파벳어레이내 검색된 위치의 문자로 상기 추출된 문자를 대처한 후 문자출력장치(4)로 상기 대처된 문자를 출력하는 제6단계(46)로 이루어짐을 특징으로 하는 긴 문자열에 적합한 해독화방법.
    ※ 참고사항 : 최초출원 내용에 의하여 공개하는 것임.
KR1019950043008A 1995-11-22 1995-11-22 긴 문자열에 적합한 암호화 및 해독화 방법 KR0177655B1 (ko)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019950043008A KR0177655B1 (ko) 1995-11-22 1995-11-22 긴 문자열에 적합한 암호화 및 해독화 방법

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019950043008A KR0177655B1 (ko) 1995-11-22 1995-11-22 긴 문자열에 적합한 암호화 및 해독화 방법

Publications (2)

Publication Number Publication Date
KR970029045A true KR970029045A (ko) 1997-06-26
KR0177655B1 KR0177655B1 (ko) 1999-05-15

Family

ID=19435259

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019950043008A KR0177655B1 (ko) 1995-11-22 1995-11-22 긴 문자열에 적합한 암호화 및 해독화 방법

Country Status (1)

Country Link
KR (1) KR0177655B1 (ko)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20190059965A (ko) * 2016-10-13 2019-05-31 인터내셔널 비지네스 머신즈 코포레이션 인증이 있는 암호 메시지명령

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20190059965A (ko) * 2016-10-13 2019-05-31 인터내셔널 비지네스 머신즈 코포레이션 인증이 있는 암호 메시지명령

Also Published As

Publication number Publication date
KR0177655B1 (ko) 1999-05-15

Similar Documents

Publication Publication Date Title
US8578473B2 (en) Systems and methods for information security using one-time pad
US8345876B1 (en) Encryption/decryption system and method
US8874932B2 (en) Method for order invariant correlated encrypting of data and SQL queries for maintaining data privacy and securely resolving customer defects
CN115051798B (zh) 一种随机数生成方法、装置、电子设备及存储介质
US6622248B1 (en) File data retrieving device and recording medium containing computer program for controlling the same
CN106789058B (zh) 一种代理重加密算法描述及解析方法
CN109117670A (zh) 一种实现剪切板数据加密和解密方法、装置及硬件设备
CN114416773B (zh) 数据处理方法、装置、存储介质和服务器
KR101703828B1 (ko) 암호화된 데이터에 대한 색인 태그 생성 방법, 색인 태그를 이용한 암호화된 데이터 검색 방법 및 이를 위한 데이터베이스 장치
US7436956B2 (en) Document encryption
Beunardeau et al. Honey Encryption for Language: Robbing Shannon to Pay Turing?
Safaka et al. Matryoshka: Hiding secret communication in plain sight
US11101987B2 (en) Adaptive encryption for entity resolution
KR970029045A (ko) 긴 문자열에 적합한 암호화 및 해독화 방법
US8473516B2 (en) Computer storage apparatus for multi-tiered data security
US11106740B2 (en) Search device, search system, search method, and computer readable medium
JP2003178070A (ja) 情報検索装置
US20180300473A1 (en) Making Unique Passwords from the Same String of Characters, Including Any String of Characters in a Web Address
US20100246817A1 (en) System for data security using user selectable one-time pad
KR101095862B1 (ko) 데이터 암호화 장치 및 방법, 데이터 복호화 장치, 데이터 검색 방법
CN117910022B (zh) 数据搜索方法、装置、计算机设备、存储介质和产品
US11343071B2 (en) Extended ciphertexts
KR101225749B1 (ko) 그래픽 프로세서를 이용한 패스워드 고속 탐색 장치 및 방법
EP3018647B1 (en) Fake information based on n-gram randomizations
CN117910022A (zh) 数据搜索方法、装置、计算机设备、存储介质和产品

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
LAPS Lapse due to unpaid annual fee