KR20170011754A - 전자 문서 관리 시스템 - Google Patents
전자 문서 관리 시스템 Download PDFInfo
- Publication number
- KR20170011754A KR20170011754A KR1020150104949A KR20150104949A KR20170011754A KR 20170011754 A KR20170011754 A KR 20170011754A KR 1020150104949 A KR1020150104949 A KR 1020150104949A KR 20150104949 A KR20150104949 A KR 20150104949A KR 20170011754 A KR20170011754 A KR 20170011754A
- Authority
- KR
- South Korea
- Prior art keywords
- file
- electronic document
- checksum
- asfs
- key
- 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.)
- Granted
Links
Images
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/62—Protecting access to data via a platform, e.g. using keys or access control rules
- G06F21/6209—Protecting access to data via a platform, e.g. using keys or access control rules to a single file or object, e.g. in a secure envelope, encrypted and accessed using a key, or with access control rules appended to the object itself
-
- 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/30—Authentication, i.e. establishing the identity or authorisation of security principals
-
- 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
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/04—Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks
- H04L63/0428—Network 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
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L9/00—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
- H04L9/08—Key distribution or management, e.g. generation, sharing or updating, of cryptographic keys or passwords
- H04L9/0861—Generation of secret information including derivation or calculation of cryptographic keys or passwords
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L9/00—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
- H04L9/08—Key distribution or management, e.g. generation, sharing or updating, of cryptographic keys or passwords
- H04L9/0861—Generation of secret information including derivation or calculation of cryptographic keys or passwords
- H04L9/0869—Generation of secret information including derivation or calculation of cryptographic keys or passwords involving random numbers or seeds
Landscapes
- Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Theoretical Computer Science (AREA)
- Computer Hardware Design (AREA)
- General Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- General Health & Medical Sciences (AREA)
- Bioethics (AREA)
- Health & Medical Sciences (AREA)
- Signal Processing (AREA)
- Computer Networks & Wireless Communication (AREA)
- Computing Systems (AREA)
- Storage Device Security (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
도 2는 ASFS에서 사용하는 키를 관리하는 일 예를 설명하기 위한 흐름도이다.
도 3은 ASFS가 허가된 프로그램에 의한 접근인지 여부를 판단하는 과정에 관한 일 예를 나타내는 흐름도이다.
도 4는 네트워크 송수신 트래픽을 감소시키면서 2차 백업을 위하여 파일을 동기화하는 일 예를 설명하는 흐름도이다.
도 5는 S340 단계에 관한 구체적인 예를 나타내는 흐름도이다.
Claims (9)
- 실시간 암호화 파일 시스템인 ASFS(Ascan Secure File System)에 사용할 키를 생성하는 방법에 있어서,
사용자 측에서 식별자(ID)와 패스워드(Password)를 이용하여 인증 서버에 인증을 요청하는 단계;
상기 인증에 성공하면 상기 인증 서버가 상기 사용자 측에서 실시간 암복호화에 사용할 키의 시드 값(Cache Seed Key)을 전송하는 단계; 및
상기 Cache Seed Key, 식별자 및 패스워드를 이용하여 ASFS에서 사용할 키를 생성하는 단계를 포함하는,
ASFS 키 생성 방법. - 제1 항에 있어서,
상기 인증을 요청하는 단계, 상기 시드 값을 전송하는 단계 및 상기 키를 생성하는 단계는 모두 메모리 상에서 동작하여 로컬 저장소 영역에는 기록되지 않는,
ASFS 키 생성 방법. - 제1 항에 있어서,
상기 ASFS는 운영 체제의 커널 영역 내에서 로우 디스크 드라이버 영역 상단에 파일 필터 드라이버로서 존재하는,
ASFS 키 생성 방법. - 전자 문서에 접근하기 위하여 파일 핸들을 요청 받는 단계;
상기 파일 핸들을 요청한 프로그램이 허가된 프로그램인지 서명값을 기초로 확인하는 단계;
상기 서명값을 기초로 확인한 결과 허가된 프로그램이 아닌 경우 접근을 차단하는 단계; 및
상기 서명값을 기초로 확인한 결과 허가된 프로그램인 경우 인증 서버로부터 받은 실시간 암복호화에 사용할 키의 시드 값(Cache Seed Key)를 전송하는 단계를 포함하는,
접근 프로그램에 대한 보안 강화 방법. - 전자 문서에 관한 파일을 백업하는 과정에서 네트워크 송수신 트래픽을 감소시키며 백업하는 방법에 있어서,
파일에서 중복되지 않는 S 바이트 길이의 고정 크기 블록으로 파일 B를 쪼개는 단계;
상기 파일 B의 각각의 블록에 대하여 체크섬(Checksum)을 계산하는 단계;
계산된 체크섬을 다른 장치로 전송하는 단계;
상기 다른 장치는 상기 수신한 파일 B에 대한 체크섬을 사용하여 파일 A에서 상기 파일 B의 블록 중 하나와 동일한 체크섬을 갖는 모든 S 바이트 길이의 블록을 검색하는 단계; 및
상기 파일 A의 사본을 만들기 위한 명령열을 전송하는 단계를 포함하는,
2차 백업을 위한 동기화 방법. - 제5 항에 있어서,
상기 파일 B의 각각의 블록에 대하여 체크섬을 계산하는 단계는,
약한 32비트 롤링 체크섬과 강한 128비트 MD4 체크섬을 계산하는 단계를 포함하고,
상기 블록을 검색하는 단계는,
상기 파일 A에서 파일 B의 블록 중 하나와 동일한 체크섬 쌍을 갖는 모든 S 바이트 길이의 블록을 검색하는 단계 포함하되,
상기 체크섬 쌍은 상기 약한 32비트 롤링 체크섬과 상기 강한 128비트 MD4 체크섬의 계산 결과로 이루어진 것을 의미하는,
2차 백업을 위한 동기화 방법. - 종이 문서를 스캔하여 생성된 전자 문서 데이터의 법적 증거력을 향상시키기 위한 방안에 있어서,
문서가 전자화된 시점에 관한 정보를 포함하는 시점 확인 스탬프를 생성하는 단계;
상기 위변조 발생 여부에 관한 정보를 포함하는 전자 서명을 생성하는 단계; 및
상기 시점 확인 스탬프 및 상기 전자 서명을 상기 전자 문서 데이터와 결합하여 저장하는 단계를 포함하는,
전자 문서 데이터의 법적 증거력 향상 방법. - 스캐너로부터 종이 문서를 스캔한 데이터를 수신하고, 상기 수신한 데이터를 임시적으로 저장하는 실시간 암호화 파일 시스템인 ASFS(Ascan Secure File System);
상기 ASFS에 임시적으로 저장된 데이터를 보안 프로토콜을 통하여 수신하여 저장하는 사설 클라우드 저장소; 및
상기 사설 클라우드 저장소에 저장된 데이터를 백업하는 외부 클라우드 저장소를 포함하는,
전자 문서 관리 시스템. - 하드웨어와 결합되어,
제1 항 내지 제 7항 중 어느 한 항의 방법을 수행하기 위하여 매체에 저장된 컴퓨터프로그램.
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020150104949A KR102400798B1 (ko) | 2015-07-24 | 2015-07-24 | 전자 문서 관리 시스템 |
KR1020220060618A KR102580421B1 (ko) | 2015-07-24 | 2022-05-18 | 전자 문서 관리 시스템 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020150104949A KR102400798B1 (ko) | 2015-07-24 | 2015-07-24 | 전자 문서 관리 시스템 |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020220060618A Division KR102580421B1 (ko) | 2015-07-24 | 2022-05-18 | 전자 문서 관리 시스템 |
Publications (2)
Publication Number | Publication Date |
---|---|
KR20170011754A true KR20170011754A (ko) | 2017-02-02 |
KR102400798B1 KR102400798B1 (ko) | 2022-05-24 |
Family
ID=58151510
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020150104949A Active KR102400798B1 (ko) | 2015-07-24 | 2015-07-24 | 전자 문서 관리 시스템 |
KR1020220060618A Active KR102580421B1 (ko) | 2015-07-24 | 2022-05-18 | 전자 문서 관리 시스템 |
Family Applications After (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020220060618A Active KR102580421B1 (ko) | 2015-07-24 | 2022-05-18 | 전자 문서 관리 시스템 |
Country Status (1)
Country | Link |
---|---|
KR (2) | KR102400798B1 (ko) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR102043693B1 (ko) | 2018-09-28 | 2019-11-12 | 김지성 | 기계 학습 기반의 문서 관리 시스템 |
KR20220037706A (ko) * | 2020-09-18 | 2022-03-25 | 주식회사 악어디지털 | 법적 신뢰성 확보가 가능한 문서 전자화 방법 및 이를 위한 시스템 |
Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101467227B1 (ko) * | 2013-12-24 | 2014-12-01 | 성균관대학교산학협력단 | Ssd에 적합한 보안 삭제 기능을 가진 패스워드 기반의 암호화 파일 관리 방법 및 이들을 이용한 암호화 파일 관리 시스템 |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101364859B1 (ko) * | 2012-05-07 | 2014-02-19 | 허윤 | 스캔 이미지 처리 시스템 및 스캔 이미지 처리 방법 |
-
2015
- 2015-07-24 KR KR1020150104949A patent/KR102400798B1/ko active Active
-
2022
- 2022-05-18 KR KR1020220060618A patent/KR102580421B1/ko active Active
Patent Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101467227B1 (ko) * | 2013-12-24 | 2014-12-01 | 성균관대학교산학협력단 | Ssd에 적합한 보안 삭제 기능을 가진 패스워드 기반의 암호화 파일 관리 방법 및 이들을 이용한 암호화 파일 관리 시스템 |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR102043693B1 (ko) | 2018-09-28 | 2019-11-12 | 김지성 | 기계 학습 기반의 문서 관리 시스템 |
KR20220037706A (ko) * | 2020-09-18 | 2022-03-25 | 주식회사 악어디지털 | 법적 신뢰성 확보가 가능한 문서 전자화 방법 및 이를 위한 시스템 |
KR20220038013A (ko) * | 2020-09-18 | 2022-03-25 | 주식회사 악어디지털 | 법적 신뢰성 확보가 가능한 문서 전자화 방법 및 이를 위한 시스템 |
KR20230007979A (ko) * | 2020-09-18 | 2023-01-13 | 주식회사 악어디지털 | 문서 전자화 방법 및 시스템 |
Also Published As
Publication number | Publication date |
---|---|
KR20220071161A (ko) | 2022-05-31 |
KR102580421B1 (ko) | 2023-09-20 |
KR102400798B1 (ko) | 2022-05-24 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US11556556B2 (en) | System and method for conducting searches at target devices | |
Halcrow | eCryptfs: An enterprise-class encrypted filesystem for linux | |
US8364984B2 (en) | Portable secure data files | |
US9613038B2 (en) | Digital data retention management | |
EP3646173A1 (en) | Theft and tamper resistant data protection | |
JP6300286B1 (ja) | アクセス管理システム、アクセス管理方法及びプログラム | |
CN104239820B (zh) | 一种安全存储设备 | |
US20030070071A1 (en) | Secure file access control via directory encryption | |
US20120159175A1 (en) | Deduplicated and Encrypted Backups | |
JPH11338780A (ja) | 電子文書を認定し安全に保管するための方法及び装置 | |
US9202074B1 (en) | Protection of shared data | |
KR102580421B1 (ko) | 전자 문서 관리 시스템 | |
CN114942729A (zh) | 一种计算机系统的数据安全存储与读取方法 | |
KR20100106110A (ko) | 시큐어 부트 데이터(Secure Boot Data) 통합 관리 시스템, 시큐어 부트 데이터 통합 관리를 위한 메타데이터 생성 및 검증 방법, 이를 컴퓨터에서 실행시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는기록매체. | |
Virvilis et al. | A cloud provider-agnostic secure storage protocol | |
US12039064B2 (en) | Information processing device, information processing method, information processing program, and information processing system | |
JP2018110442A (ja) | アクセス管理システム、アクセス管理方法及びプログラム | |
JP4330973B2 (ja) | 状態証明書を利用したセキュリティレベル管理システム | |
US20250111061A1 (en) | Cryptographic method to certify retention lock status for auditing in a backup system | |
US20250112789A1 (en) | Cryptographic method to certify retention lock status for opaque data in a backup system | |
JP4899196B2 (ja) | データ管理システム、端末コンピュータ、管理コンピュータ、データ管理方法及びそのプログラム | |
WO2024250745A1 (zh) | 勒索软件检测方法、分布式系统及计算机可读存储介质 | |
Larchenko | Development of a secure storage architecture for digital evidence | |
CN119760749A (zh) | 信息访问方法及电子设备、存储介质、计算机程序产品 | |
CN119295028A (zh) | 一种电子合同的签署方法、装置、服务器和存储介质 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PA0109 | Patent application |
Patent event code: PA01091R01D Comment text: Patent Application Patent event date: 20150724 |
|
PG1501 | Laying open of application | ||
PA0201 | Request for examination |
Patent event code: PA02012R01D Patent event date: 20200721 Comment text: Request for Examination of Application Patent event code: PA02011R01I Patent event date: 20150724 Comment text: Patent Application |
|
E902 | Notification of reason for refusal | ||
PE0902 | Notice of grounds for rejection |
Comment text: Notification of reason for refusal Patent event date: 20210723 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: 20220217 |
|
GRNT | Written decision to grant | ||
PA0107 | Divisional application |
Comment text: Divisional Application of Patent Patent event date: 20220518 Patent event code: PA01071R01D |
|
PR0701 | Registration of establishment |
Comment text: Registration of Establishment Patent event date: 20220518 Patent event code: PR07011E01D |
|
PR1002 | Payment of registration fee |
Payment date: 20220519 End annual number: 3 Start annual number: 1 |
|
PG1601 | Publication of registration | ||
PR1001 | Payment of annual fee |
Payment date: 20250305 Start annual number: 4 End annual number: 4 |