KR0177655B1 - 긴 문자열에 적합한 암호화 및 해독화 방법 - Google Patents
긴 문자열에 적합한 암호화 및 해독화 방법 Download PDFInfo
- Publication number
- KR0177655B1 KR0177655B1 KR1019950043008A KR19950043008A KR0177655B1 KR 0177655 B1 KR0177655 B1 KR 0177655B1 KR 1019950043008 A KR1019950043008 A KR 1019950043008A KR 19950043008 A KR19950043008 A KR 19950043008A KR 0177655 B1 KR0177655 B1 KR 0177655B1
- Authority
- KR
- South Korea
- Prior art keywords
- character
- string
- extracted
- array
- encryption
- Prior art date
Links
- 238000000034 method Methods 0.000 title claims abstract description 23
- 230000010485 coping Effects 0.000 claims description 16
- 101100311330 Schizosaccharomyces pombe (strain 972 / ATCC 24843) uap56 gene Proteins 0.000 claims description 4
- 101150018444 sub2 gene Proteins 0.000 claims description 4
- 230000004044 response Effects 0.000 claims 2
- 238000007619 statistical method Methods 0.000 abstract description 3
- 238000003491 array Methods 0.000 description 8
- 238000010586 diagram Methods 0.000 description 4
- 238000007796 conventional method Methods 0.000 description 3
- 239000000284 extract Substances 0.000 description 3
- 238000004364 calculation method Methods 0.000 description 1
- 238000001784 detoxification Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 239000013589 supplement Substances 0.000 description 1
Classifications
-
- 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/602—Providing 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
Claims (2)
- 암호화할 정보문자를 입력하는 문자입력장치(2)와, 상기 문자입력장치(2)로부터의 입력문자를, 내장된 프로그램과 나머지0,1,2에 각각 대응되는 대처문자0,1,2어레이(sub0[k],sub1[k],sub2[k])와 알파벳문자어레이(alpha[k]) 및 플래그어레이(flag)를 통해서 암호화하는 문자암호화/해독화장치(3)와, 상기 문자암호화/해독화장치(3)로부터의 암호화된 문자를 출력하는 문자출력장치(4)를 포함하는 문자열 암호화방법에 있어서, 상기 기능선택부(1)로부터 암호화기능이 선택되면, 상기 문자입력장치(1)로 암호화할 문자열을 입력받는 제1단계(31); 상기 제1단계(31)에서 입력받은 문자열에서 입력순의 첫 번째 문자 1개를 추출하는 제2단계(32); 상기 제2단계(32)에서 추출한 1개의 문자와 동일한 문자를 알파벳문자어레이(alpha)내에서 찾아서 그 찾은 문자의 위치를 K에 저장하는 제3단계(33); 상기 제3단계(33)후, 추출한 문자를 후속하는 문자열과 비교하여, 동일한 문자의 갯수를 계수한 값을 C에 저장하는 제4단계(34); 상기 제4단계(34)에서 C를 3으로 나눈 나머지를 플래그어레이의 대응위치에 저장하는 제5단계(35); 상기 제5단계(35)에서 생성된 나머지에 대응하는 대처문자어레이[K]내의 해당 문자로 상기 추출된 문자를 대처시키는 제6단계(36); 상기 입력받은 문자열에서 추출한 문자가 마지막 문자인가를 판단하여, 마지막 문자가 아닌 경우에 상기 암호할 문자열에서 그 다음 문자1개를 추출한후 상기 제3단계로 진행하는 제7단계(47,48); 제7단계에서 마지막 문자인 경우에는 상기 대처에 의해 암호화된 문자와 플래그어레이와 함께 문자출력장치(4)로 출력하는 제8단계(37); 로 이루어짐을 특징으로하는 긴 문자열에 적합한 암호화방법.
- 해독할 암호문자를 입력하는 문자입력장치(2)와, 상기 문자입력장치(2)로부터의 입력문자를, 내장된 프로그램과 나머지0,1,2에 각각 대응되는 대처문자0,1,2어레이(sub0[k],sub1[k],sub2[k])와 알파벳문자어레이(alpha[k]) 및 플래그어레이(flag)를 통해서 해독화하는 문자암호화/해독화장치(3)와, 상기 문자암호화/해독화장치(3)로부터의 해독된 문자를 출력하는 문자출력장치(4)를 포함하는 문자열 해독화 방법에 있어서, 상기 기능선택부(1)로부터 해독화기능이 선택되면, 상기 문자입력장치(1)로 플래그어레이가 동반된 해독할 문자열을 입력받는 제1단계(41); 상기 제1단계(41)에서 입력받은 문자열중에서 입력순의 첫 번째 문자 1개를 추출하는 제2단계(42); 상기 제2단계(42)에서 추출한 1개 문자에 해당하는 나머지를 플래그어레이의 대응위치에서 추출하는 제3단계(43); 상기 제3단계(43)에서 추출한 나머지에 해당되는 대처문자어레이를 대상으로 추출문자와 동일한 문자의 위치를 검색한후 검색된 문자위치를 K에 저장하는 제4단계(44,45); 상기 제4단계(45)의 위치에 해당되는 알파벳어레이내의 문자로 상기 추출된 문자를 대처시키는 제5단계(46); 상기 입력받은 문자열에서 추출한 문자가 마지막 문자인가를 판단하여, 마지막 문자가 아닌 경우에 상기 해독할 문자열에서 그 다음 문자1개를 추출한후 상기 제3단계(43)로 진행하는 제6단계(47,48); 제6단계에서 마지막 문자인 경우에는 상기 대처에 의해 해독된 문자를 문자출력장치(4)로 출력하는 제7단계(49); 로 이루어짐을 특징으로하는 긴 문자열에 적합한 해독화방법.
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 KR970029045A (ko) | 1997-06-26 |
KR0177655B1 true 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) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9680653B1 (en) * | 2016-10-13 | 2017-06-13 | International Business Machines Corporation | Cipher message with authentication instruction |
-
1995
- 1995-11-22 KR KR1019950043008A patent/KR0177655B1/ko not_active IP Right Cessation
Also Published As
Publication number | Publication date |
---|---|
KR970029045A (ko) | 1997-06-26 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7882083B2 (en) | Information retrieval apparatus, information retrieval method and computer product | |
US6622248B1 (en) | File data retrieving device and recording medium containing computer program for controlling the same | |
US8874932B2 (en) | Method for order invariant correlated encrypting of data and SQL queries for maintaining data privacy and securely resolving customer defects | |
US10541982B1 (en) | Techniques for protecting electronic data | |
CN106610995B (zh) | 一种创建密文索引的方法、装置及系统 | |
JP2013516642A (ja) | ネットワークを介して送信されるデータの暗号化および復号化システム、装置、および方法 | |
Salton | A syntactic approach to automatic book indexing | |
US7382878B2 (en) | System and method for data encryption | |
CA3082614A1 (en) | A computer-implemented method of performing format-preserving encryption of a data object of variable size | |
CN103543980A (zh) | 数字数据处理的方法及装置 | |
Ostwald et al. | Modern breaking of Enigma ciphertexts | |
CN108932436B (zh) | 一种基于安卓系统的app说明书的软件安全加固方法 | |
US7436956B2 (en) | Document encryption | |
CN108932434B (zh) | 一种基于机器学习技术的数据加密方法及装置 | |
Mason et al. | A natural language approach to automated cryptanalysis of two-time pads | |
KR0177655B1 (ko) | 긴 문자열에 적합한 암호화 및 해독화 방법 | |
JP2019067096A (ja) | 符号符号分類検索ソフトウェアを記録した記録媒体 | |
CN115114279A (zh) | 置换表生成方法、数据加、解密方法及装置、介质、设备 | |
US11101987B2 (en) | Adaptive encryption for entity resolution | |
JP6907948B2 (ja) | ファイル生成プログラム、ファイル生成方法及びファイル生成装置 | |
CN117762994A (zh) | 数据查询方法、装置、电子设备及存储介质 | |
CN117668314A (zh) | 数据检索方法及相关装置、设备和存储介质 | |
JP2003178070A (ja) | 情報検索装置 | |
CN115567212A (zh) | 文件处理方法、装置、计算机设备和计算机可读存储介质 | |
CN109344574B (zh) | 一种基于说明书的自适应安卓加固方法 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A201 | Request for examination | ||
PA0109 | Patent application |
Patent event code: PA01091R01D Comment text: Patent Application Patent event date: 19951122 |
|
PA0201 | Request for examination |
Patent event code: PA02012R01D Patent event date: 19951122 Comment text: Request for Examination of Application |
|
PG1501 | Laying open of application | ||
E902 | Notification of reason for refusal | ||
PE0902 | Notice of grounds for rejection |
Comment text: Notification of reason for refusal Patent event date: 19980727 Patent event code: PE09021S01D |
|
E701 | Decision to grant or registration of patent right | ||
PE0701 | Decision of registration |
Patent event code: PE07011S01D Comment text: Decision to Grant Registration Patent event date: 19981030 |
|
GRNT | Written decision to grant | ||
PR0701 | Registration of establishment |
Comment text: Registration of Establishment Patent event date: 19981118 Patent event code: PR07011E01D |
|
PR1002 | Payment of registration fee |
Payment date: 19981118 End annual number: 3 Start annual number: 1 |
|
PG1601 | Publication of registration | ||
LAPS | Lapse due to unpaid annual fee | ||
PC1903 | Unpaid annual fee |
Termination category: Default of registration fee Termination date: 20020813 |