WO2017115884A1 - Epub 파일 암호화를 위한 단위 파일에 대한 압축과 복원 방법 및 장치 - Google Patents

Epub 파일 암호화를 위한 단위 파일에 대한 압축과 복원 방법 및 장치 Download PDF

Info

Publication number
WO2017115884A1
WO2017115884A1 PCT/KR2015/014361 KR2015014361W WO2017115884A1 WO 2017115884 A1 WO2017115884 A1 WO 2017115884A1 KR 2015014361 W KR2015014361 W KR 2015014361W WO 2017115884 A1 WO2017115884 A1 WO 2017115884A1
Authority
WO
WIPO (PCT)
Prior art keywords
file
unit
encryption
epub
files
Prior art date
Application number
PCT/KR2015/014361
Other languages
English (en)
French (fr)
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 US16/066,520 priority Critical patent/US11360941B2/en
Priority to PCT/KR2015/014361 priority patent/WO2017115884A1/ko
Priority to JP2018534706A priority patent/JP6703116B2/ja
Publication of WO2017115884A1 publication Critical patent/WO2017115884A1/ko

Links

Images

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/10Protecting distributed programs or content, e.g. vending or licensing of copyrighted material ; Digital rights management [DRM]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/174Redundancy elimination performed by the file system
    • G06F16/1744Redundancy elimination performed by the file system using compression, e.g. sparse files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/11File system administration, e.g. details of archiving or snapshots
    • G06F16/113Details of archiving
    • 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
    • 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/14Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols using a plurality of keys or algorithms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2221/00Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/21Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/2107File encryption
    • 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/30Compression, e.g. Merkle-Damgard construction

Definitions

  • the present invention relates to EPUB file encryption, and more particularly, to a method and apparatus for compressing and restoring a unit file when encrypting an EPUB file.
  • EPUB Electronic Publication
  • IPDF International Digital Publishing Forum
  • EPUB Open Publication Structure
  • OPS Open Packaging Format
  • OBPPS Container Format OPS is the highest level definition of the EPUB publication format. It consists of definitions of the modularization specification of EPUB content and definitions of style sheets for the limited use of XHTML or XML.
  • OPF conforms to the OCF standard and defines mechanisms for the behavior of metadata, reading order, and information retrieval issued within the OCF.
  • OCF is a general definition of the container description of EPUB content.
  • the EPUB In terms of the physical structure of an EPUB file, the EPUB is in the form of a single file with an .epub extension, in which several components (directories and files) are compressed into a single file by a compression mechanism.
  • An object of the present invention for solving the above problems is to provide a method for compressing and restoring a unit file at the time of encrypting the EPUB file.
  • Another object of the present invention for solving the above problems is to provide an apparatus for compressing and restoring a unit file when encrypting an EPUB file.
  • a compression method for a unit file for EPUB file encryption comprising: determining an encryption target unit file among a plurality of unit files constituting an EPUB file; ; Performing compression on the encryption target unit file; Performing encryption on the compressed encryption target unit file; And compressing a general unit file other than the encryption target unit file among the plurality of unit files.
  • the method may further include compressing the general unit file and then compressing it into a single file by performing packaging.
  • the encryption may be performed by using different encryption keys for each compressed encryption target unit file.
  • the encrypting of the compressed encryption target unit file may be performed by generating and storing mapping data that maps each encryption key and identification information of the compressed encryption target unit file.
  • the original data size of the unit file to be encrypted may be recorded corresponding to the EPUB standard.
  • the original data size of the encryption target unit file may be specified in encryption.xml.
  • a method for restoring a plurality of unit files constituting an EPUB (Electronic Publication) file includes: unpacking a single packaged EPUB file; Decrypting an encrypted unit file among a plurality of unit files constituting the unpackaged EPUB file; Extracting the original data size of the decrypted unit file and restoring the decrypted unit file.
  • the encrypted unit file may be decrypted by using different decryption keys for each encrypted unit file.
  • the decoded unit file may be restored by extracting an original data size of the decoded unit file from a path according to the EPUB standard.
  • the decrypted unit file may be restored by reading the original data size of the decrypted unit file from encryption.xml.
  • Embodiments of the present invention for achieving the above object provide a computer-readable recording medium having recorded thereon a program for executing a compression method for a unit file for EPUB (Electronic Publication) file encryption in a computer.
  • EPUB Electrical Publication
  • the method and apparatus for compressing and restoring a unit file at the time of encrypting an EPUB file effectively reduces the size of a single packaged EPUB file by first compressing the unit file to be encrypted. Can be.
  • 1 is a diagram illustrating a directory structure of an EPUB file.
  • FIG. 2 is an exemplary diagram for describing a compression mechanism when encryption is applied to an EPUB file.
  • FIG. 3 is an exemplary diagram for describing a compression mechanism when encryption is applied to an EPUB file according to an embodiment of the present invention.
  • FIG. 4 is a flowchart illustrating a compression mechanism when encryption is applied to an EPUB file according to an embodiment of the present invention.
  • FIG. 5 is a flowchart illustrating a restoration mechanism when encryption is applied to an EPUB file according to an embodiment of the present invention.
  • FIG. 6 is a block diagram illustrating an apparatus for performing a compression mechanism when encryption is applied to an EPUB file according to an embodiment of the present invention.
  • FIG. 7 is an exemplary diagram illustrating the specification of encryption.xml according to an embodiment of the present invention.
  • FIG. 8 is an exemplary diagram illustrating a user interface of an apparatus that performs a compression mechanism when encryption is applied to an EPUB file according to an embodiment of the present invention.
  • first, second, A, and B may be used to describe various components, but the components should not be limited by the terms. The terms are used only for the purpose of distinguishing one component from another.
  • the first component may be referred to as the second component, and similarly, the second component may also be referred to as the first component.
  • 1 is a diagram illustrating a directory structure of an EPUB file.
  • the EPUB In terms of the physical structure of an EPUB file, the EPUB is in the form of a single file with an .epub extension, in which several components (directories and files) are compressed into a single file by a compression mechanism.
  • the root of an EPUB file includes a 'mimetype' file, a META-INF directory, and an OEBPS directory.
  • the EPUB file structure has a file called mimetype in the uppermost folder, which is used as an identifier to distinguish between a general compressed file and an EPUB standard compressed file.
  • the META-INF directory is a meta information directory for structure information, copyright information, encryption information, etc. of an e-book.
  • the META-INF directory must include a container.xml file in the folder.
  • the META-INF directory contains files (manifest.xml, metadata.xml, signatures.xml, encryption.xml, rights.xml) containing document structure information, additional information, digital signature information, encryption information, and copyright information. It may further include.
  • the container.xml file is a file which the e-book reader first refers to and contains the location information of contents.opf including the structure (OPF) information of the actual content of the e-book.
  • the contents.opf file provides a list of all files in the epub container and stores file order definition metadata information.
  • encryption.xml is located at the top of the container file system (META-INF /) and contains all the encryption information for the contents of the EPUB container.
  • signatures.xml is also at the top of the container file system (META-INF /) and contains digital signature information about the container and its contents.
  • the format for rights.xml specifies the information about the contents of the DRM license.
  • the toc.ncx file is also part of the book's table of contents, and ncx supports multi-level navigation.
  • FIG. 2 is an exemplary diagram for describing a compression mechanism when encryption is applied to an EPUB file
  • FIG. 3 is an exemplary diagram for describing a compression mechanism when encryption is applied to an EPUB file according to an embodiment of the present invention. .
  • an EPUB file may be composed of a plurality of unit files, and the plurality of unit files may be divided into an encryption target unit file and a general unit file.
  • the encryption target unit file may mean a unit file designated as an encryption target
  • the general unit file may mean a unit file not designated as an encryption target.
  • the plurality of unit files may have various data types such as a text file, an image file, a video file, and the like, and a unit file requiring encryption may be selected or determined among them.
  • a compression mechanism is generally performed after encryption is performed first.
  • the encryption target file may be encrypted among a plurality of unit files constituting the EPUB file (S210). After encryption of the file to be encrypted is completed, compression and packaging of the general unit file may be performed to generate a single file in an archive form (S220).
  • an encryption mechanism may be performed after first compressing the encryption target unit file.
  • the encryption target file may be compressed among a plurality of unit files constituting the EPUB file (S310). After the compression of the encryption target unit file is completed, encryption may be performed on the encryption target unit file (S320). In addition, after compression and encryption of the encryption target unit file is completed, compression and packaging of the general unit file may be performed to generate a single file in an archive form (S330).
  • FIG. 4 is a flowchart illustrating a compression mechanism when encryption is applied to an EPUB file according to an embodiment of the present invention.
  • a compression method for a unit file for EPUB (Electronic Publication) file encryption may be performed by a packager operated by an online service provider, but the present invention is not limited to this embodiment. no.
  • the encryption target unit file may be determined from among the plurality of unit files configuring the EPUB file (S410). For example, among a plurality of unit files constituting the EPUB file, the encryption target unit file may be automatically determined by the packager based on a preset criterion, or may be determined by an operator's selection of operating the packager.
  • Compression may be performed on the encryption target unit file (S420), and encryption on the compressed encryption target unit file may be performed (S430).
  • the compressed encryption target unit file may be encrypted by using different encryption keys for each compressed encryption target unit file.
  • mapping data in which each encryption key and identification information of the compressed encryption target unit file are mapped may be generated, stored, and managed.
  • Compression may be performed on a general unit file other than the encryption target unit file among the plurality of unit files (S440). After compressing the general unit file, the package may be compressed into a single file (S450).
  • the original data size of the unit file to be encrypted can be recorded corresponding to the EPUB standard. That is, it is necessary to specify the original data size of the encryption target unit file because decompression (restoration) can be performed by knowing the original data size of the encryption target unit file. For example, you can specify the original data size of the encryption unit file in encryption.xml.
  • FIG. 5 is a flowchart illustrating a restoration mechanism when encryption is applied to an EPUB file according to an embodiment of the present invention.
  • a single EPUB file packaged according to the method described with reference to FIG. 4 may be delivered to a user terminal through an online service provider.
  • the user terminal may restore the packaged single EPUB file using an EPUB viewer capable of displaying the single packaged EPUB file.
  • the EPUB file restoration method performed by the EPUB viewer will now be described.
  • an unpackaged single EPUB file may be unpackaged (S510). That is, a single EPUB file may be divided into a plurality of unit files through unpackaging.
  • the encrypted unit file may be decrypted among the plurality of unit files constituting the unpackaged EPUB file (S520). For example, decryption may be performed using a decryption key for each encrypted unit file based on the mapping data described above. That is, the encrypted unit file may be decrypted by using different decryption keys for each encrypted unit file.
  • the original data size of the decoded unit file may be extracted (S530), and the decoded unit file may be restored based on the extracted original data size (S540).
  • the original data size of the decoded unit file may be extracted from a path according to the EPUB standard to restore the decoded unit file.
  • the decrypted unit file may be restored by reading the original data size of the decrypted unit file from encryption.xml.
  • FIG. 6 is a block diagram illustrating an apparatus for performing a compression mechanism when encryption is applied to an EPUB file according to an embodiment of the present invention
  • FIG. 7 illustrates the specification of encryption.xml according to an embodiment of the present invention
  • FIG. 8 is an exemplary diagram illustrating a user interface of a device that performs a compression mechanism when encryption is applied to an EPUB file according to an embodiment of the present invention.
  • the apparatus 100 that performs the compression mechanism may be a packager operated by an online service provider.
  • the present invention is not limited to this embodiment. no.
  • the apparatus 100 that performs a compression mechanism includes a user interface providing unit 110, a compression unit 120, an encryption unit 130, and a packaging unit 140. ).
  • the user interface providing unit 110 may provide a user interface for packaging a EUPB file to generate a single EPUB file.
  • FIG. 8 illustrates an example of a user interface provided by the user interface providing unit 110.
  • the service provider may select or set a unit file requiring packaging or a unit file requiring encryption. Therefore, the service provider may determine the encryption target unit file among the plurality of unit files constituting the EPUB file.
  • the compression unit 120 may perform compression on the encryption target unit file.
  • the encryption unit 130 may perform encryption on the compressed encryption target unit file.
  • the encryption unit 130 may perform encryption on the compressed encryption target unit file by using different encryption keys for each compressed encryption target unit file.
  • the encryption unit 130 may generate, store, and manage mapping data in which each encryption key and identification information of the compressed encryption target unit file are mapped.
  • the packaging unit 140 may compress a general unit file other than the encryption target unit file among the plurality of unit files, compress the general unit file, and then perform packaging to compress the unit file into a single file. Can be.
  • the packaging unit 140 may record the original data size of the encryption target unit file corresponding to the EPUB standard in compressing the data into a single file. That is, it is necessary to specify the original data size of the encryption target unit file because decompression (restoration) can be performed by knowing the original data size of the encryption target unit file.
  • an original data size of an encryption target unit file may be specified in encryption.xml.
  • encryption.xml is located at the top of the container file system (META-INF /) and contains all the encryption information for the contents of the EPUB container. Therefore, the original data size of the encryption target unit file may be specified in encryption.xml as shown in FIG. 7.
  • the configuration of the apparatus 100 for performing the compression mechanism is described as each component for convenience of description, but at least two of each component is combined
  • One component or one component may be divided into a plurality of components to perform a function, and the integrated and separated embodiments of each of the components may be included in the scope of the present invention as long as they do not depart from the spirit of the present invention. do.
  • the operation of the apparatus 100 that performs the compression mechanism may be implemented as a computer-readable program or code on a computer-readable recording medium.
  • Computer-readable recording media include all kinds of recording devices that store data that can be read by a computer system.
  • the computer readable recording medium can also be distributed over network coupled computer systems so that the computer readable program or code is stored and executed in a distributed fashion.
  • the method and apparatus for compressing and restoring a unit file when encrypting an EPUB file according to the embodiment of the present invention described above can effectively reduce the size of a single packaged EPUB file by first compressing the unit file to be encrypted. have.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Software Systems (AREA)
  • Computer Hardware Design (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Bioethics (AREA)
  • General Health & Medical Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Signal Processing (AREA)
  • Multimedia (AREA)
  • Technology Law (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Storage Device Security (AREA)

Abstract

EPUB 파일에 대한 암호화시에 단위 파일을 압축 및 복원하는 방법 및 장치가 개시된다. EPUB(Electronic Publication) 파일 암호화를 위한 단위 파일에 대한 압축 방법은, EPUB 파일을 구성하는 복수의 단위 파일들 중에서 암호화 대상 단위 파일을 결정하는 단계와; 암호화 대상 단위 파일에 대한 압축을 수행하는 단계와; 압축된 암호화 대상 단위 파일에 대한 암호화를 수행하는 단계와; 복수의 단위 파일들 중에서 암호화 대상 파일 이외의 일반 단위 파일에 대한 압축을 수행하는 단계를 포함한다. 따라서, 암호화 대상 단위 파일에 대해 먼저 압축을 수행함으로써 패키징된 단일 EPUB 파일의 사이즈를 효과적으로 줄일 수 있다.

Description

EPUB 파일 암호화를 위한 단위 파일에 대한 압축과 복원 방법 및 장치
본 발명은 EPUB 파일 암호화에 관한 것으로, 더욱 상세하게는 EPUB 파일에 대한 암호화시에 단위 파일을 압축 및 복원하는 방법 및 장치에 관한 것이다.
EPUB(Electronic Publication)은 2007년 9월 이전의 오픈 eBook 표준을 대체하기 위해 국제 디지털 출판 포럼(International Digital Publishing Forum: IPDF)에서 공식 표준으로 채택된 개방형 자유 전자서적 표준이다. EPUB은 자동공간조정(reflowable)이 가능하도록 설계되어 디스플레이 장치의 형식 및 크기에 자동으로 최적화되어 사용자에게 제공될 수 있다.
EPUB의 명세는 OPS(Open Publication Structure), OPF(Open Packaging Format) 및 OCF(OEBPS Container Format) 등의 정의로 구성된다. OPS는 EPUB 출판 형식의 가장 상위 레벨의 정의로서, EPUB 콘텐츠의 모듈화 구성 명세(specification) 정의 및 스타일 시트에 대한 정의 XHTML이나 XML의 제한적 사용에 대한 정의들로 구성되어 있다.
OPF는 OCF 표준에 부합하며 OCF 내에 발행된 메타데이터, 읽는 순서, 정보 탐색의 동작에 대한 메커니즘을 정의한 것이고, OCF는 EPUB 콘텐츠의 컨테이너 기술에 대한 일반적인 정의를 명세화한 것이다.
EPUB 파일의 물리적인 구성을 보면, EPUB은 .epub 확장자를 가지는 단일 파일 형태로 되어 있으며, 여러 개의 구성요소(디렉토리 및 파일)를 압축 메커니즘에 의해 단일 파일 형태로 압축한 형태이다.
그러나, EPUB 파일을 구성하는 복수의 단위 파일 중 전부 또는 일부에 대한 암호화가 필요한 경우에 있어서, 해당 단위 파일을 암호화한 경우 압축 메커니즘을 통해 단일 파일 형태로 압축하더라도 파일의 사이즈의 줄지 않아 압축의 효율이 저하되는 문제점이 있다.
상기와 같은 문제점을 해결하기 위한 본 발명의 목적은, EPUB 파일에 대한 암호화시에 단위 파일을 압축 및 복원하는 방법을 제공하는데 있다.
상기와 같은 문제점을 해결하기 위한 본 발명의 다른 목적은, EPUB 파일에 대한 암호화시에 단위 파일을 압축 및 복원하는 장치를 제공하는데 있다.
상기 목적을 달성하기 위한 본 발명의 일 측면에 따른 EPUB(Electronic Publication) 파일 암호화를 위한 단위 파일에 대한 압축 방법은, EPUB 파일을 구성하는 복수의 단위 파일들 중에서 암호화 대상 단위 파일을 결정하는 단계와; 암호화 대상 단위 파일에 대한 압축을 수행하는 단계와; 압축된 암호화 대상 단위 파일에 대한 암호화를 수행하는 단계와; 복수의 단위 파일들 중에서 암호화 대상 단위 파일 이외의 일반 단위 파일에 대한 압축을 수행하는 단계를 포함한다.
여기에서, 상기 방법은, 일반 단위 파일에 대한 압축을 수행한 후, 패키징을 수행하여 단일 파일로 압축하는 단계를 더 포함할 수 있다.
여기에서, 상기 압축된 암호화 대상 단위 파일에 대한 암호화를 수행하는 단계는, 압축된 암호화 대상 단위 파일 별로 상이한 각각의 암호화키를 이용하여 암호화를 수행할 수 있다.
여기에서, 상기 압축된 암호화 대상 단위 파일에 대한 암호화를 수행하는 단계는, 각각의 암호화키와 압축된 암호화 대상 단위 파일의 식별 정보를 매핑한 매핑 데이터를 생성하여 저장할 수 있다.
여기에서, 상기 단일 파일로 압축하는 단계는, 암호화 대상 단위 파일의 원본 데이터 사이즈를 EPUB 표준 규격에 대응하여 기록할 수 있다.
여기에서, 상기 단일 파일로 압축하는 단계는, 암호화 대상 단위 파일의 원본 데이터 사이즈를 encryption.xml에 명시할 수 있다.
상기 목적을 달성하기 위한 본 발명의 다른 측면에 따른 EPUB(Electronic Publication) 파일을 구성하는 복수의 단위 파일에 대한 복원 방법은, 패키징된 단일 EPUB 파일을 언패키징(unpackaging)하는 단계와; 언패키징된 EPUB 파일을 구성하는 복수의 단위 파일들 중에서 암호화된 단위 파일을 복호화하는 단계와; 복호화된 단위 파일의 원본 데이터 사이즈를 추출하여 복호화된 단위 파일을 복원하는 단계를 포함한다.
여기에서, 상기 복수의 단위 파일들 중에서 암호화된 단위 파일을 복호화하는 단계는, 암호화된 단위 파일 별로 상이한 각각의 복호화키를 이용하여 암호화된 단위 파일을 복호할 수 있다.
여기에서, 상기 복호화된 단위 파일을 복원하는 단계는, 복호화된 단위 파일의 원본 데이터 사이즈를 EPUB 표준 규격에 따른 경로에서 추출하여 복호화된 단위 파일을 복원할 수 있다.
여기에서, 상기 복호화된 단위 파일을 복원하는 단계는, 복호화된 단위 파일의 원본 데이터 사이즈를 encryption.xml로부터 읽어 복호화된 단위 파일을 복원할 수 있다.
상기 다른 목적을 달성하기 위한 본 발명의 실시예는, EPUB(Electronic Publication) 파일 암호화를 위한 단위 파일에 대한 압축 방법을 컴퓨터에서 실행시키기 위한 프로그램을 기록한 컴퓨터로 판독 가능한 기록 매체를 제공한다.
상기와 같은 본 발명의 실시예에 따른 EPUB 파일에 대한 암호화시에 단위 파일을 압축과 복원하는 방법 및 장치는, 암호화 대상 단위 파일에 대해 먼저 압축을 수행함으로써 패키징된 단일 EPUB 파일의 사이즈를 효과적으로 줄일 수 있다.
또한, 암호화 대상 단위 파일의 원본 데이터 사이즈를 encryption.xml에 명시함으로써, 패키징된 단일 EPUB 파일을 보다 효과적으로 복원시킬 수 있다.
도 1은 EPUB 파일의 디렉토리 구조를 도시한 도면이다.
도 2는 EPUB 파일에 대해 암호화를 적용한 경우에 압축 메커니즘을 설명하기 위한 예시도이다.
도 3은 본 발명의 실시예에 따라 EPUB 파일에 대해 암호화를 적용한 경우에 압축 메커니즘을 설명하기 위한 예시도이다.
도 4는 본 발명의 실시예에 따른 EPUB 파일에 대해 암호화를 적용한 경우에 압축 메커니즘을 설명하기 위한 흐름도이다.
도 5는 본 발명의 실시예에 따른 EPUB 파일에 대해 암호화를 적용한 경우에 복원 메커니즘을 설명하기 위한 흐름도이다.
도 6은 본 발명의 실시예에 따른 EPUB 파일에 대해 암호화를 적용한 경우에 압축 메커니즘을 수행하는 장치를 설명하기 위한 블록도이다.
도 7은 본 발명의 실시예에 따른 encryption.xml의 명시를 나타내는 예시도이다.
도 8은 본 발명의 실시예에 따른 EPUB 파일에 대해 암호화를 적용한 경우에 압축 메커니즘을 수행하는 장치의 사용자 인터페이스를 나타내는 예시도이다.
본 발명은 다양한 변경을 가할 수 있고 여러 가지 실시예를 가질 수 있는 바, 특정 실시예들을 도면에 예시하고 상세한 설명에 상세하게 설명하고자 한다. 그러나, 이는 본 발명을 특정한 실시 형태에 대해 한정하려는 것이 아니며, 본 발명의 사상 및 기술 범위에 포함되는 모든 변경, 균등물 내지 대체물을 포함하는 것으로 이해되어야 한다. 각 도면을 설명하면서 유사한 참조부호를 유사한 구성요소에 대해 사용하였다.
제1, 제2, A, B 등의 용어는 다양한 구성요소들을 설명하는데 사용될 수 있지만, 상기 구성요소들은 상기 용어들에 의해 한정되어서는 안 된다. 상기 용어들은 하나의 구성요소를 다른 구성요소로부터 구별하는 목적으로만 사용된다. 예를 들어, 본 발명의 권리 범위를 벗어나지 않으면서 제1 구성요소는 제2 구성요소로 명명될 수 있고, 유사하게 제2 구성요소도 제1 구성요소로 명명될 수 있다. 및/또는 이라는 용어는 복수의 관련된 기재된 항목들의 조합 또는 복수의 관련된 기재된 항목들 중의 어느 항목을 포함한다.
어떤 구성요소가 다른 구성요소에 "연결되어" 있다거나 "접속되어" 있다고 언급된 때에는, 그 다른 구성요소에 직접적으로 연결되어 있거나 또는 접속되어 있을 수도 있지만, 중간에 다른 구성요소가 존재할 수도 있다고 이해되어야 할 것이다. 반면에, 어떤 구성요소가 다른 구성요소에 "직접 연결되어" 있다거나 "직접 접속되어" 있다고 언급된 때에는, 중간에 다른 구성요소가 존재하지 않는 것으로 이해되어야 할 것이다.
본 출원에서 사용한 용어는 단지 특정한 실시예를 설명하기 위해 사용된 것으로, 본 발명을 한정하려는 의도가 아니다. 단수의 표현은 문맥상 명백하게 다르게 뜻하지 않는 한, 복수의 표현을 포함한다. 본 출원에서, "포함하다" 또는 "가지다" 등의 용어는 명세서상에 기재된 특징, 숫자, 단계, 동작, 구성요소, 부품 또는 이들을 조합한 것이 존재함을 지정하려는 것이지, 하나 또는 그 이상의 다른 특징들이나 숫자, 단계, 동작, 구성요소, 부품 또는 이들을 조합한 것들의 존재 또는 부가 가능성을 미리 배제하지 않는 것으로 이해되어야 한다.
다르게 정의되지 않는 한, 기술적이거나 과학적인 용어를 포함해서 여기서 사용되는 모든 용어들은 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자에 의해 일반적으로 이해되는 것과 동일한 의미를 가지고 있다. 일반적으로 사용되는 사전에 정의되어 있는 것과 같은 용어들은 관련 기술의 문맥 상 가지는 의미와 일치하는 의미를 가지는 것으로 해석되어야 하며, 본 출원에서 명백하게 정의하지 않는 한, 이상적이거나 과도하게 형식적인 의미로 해석되지 않는다.
이하, 본 발명에 따른 바람직한 실시예를 첨부된 도면을 참조하여 상세하게 설명한다.
도 1은 EPUB 파일의 디렉토리 구조를 도시한 도면이다.
EPUB 파일의 물리적인 구성을 보면, EPUB은 .epub 확장자를 가지는 단일 파일 형태로 되어 있으며, 여러 개의 구성요소(디렉토리 및 파일)를 압축 메커니즘에 의해 단일 파일 형태로 압축한 형태이다.
도 1을 참고하면, EPUB 파일의 루트에는 'mimetype' 파일과 META-INF 디렉토리, OEBPS 디렉토리가 포함되어 있다.
EPUB 파일 구조는 가장 상위 폴더에 mimetype이라고 불리는 파일을 가지며, 이는 일반적인 압축 파일과 EPUB 표준의 압축 파일을 구분하기 위한 식별자로 사용된다.
META-INF 디렉토리는 전자책에 대한 구조 정보, 저작권 정보, 암호화 정보 등에 대한 메타 정보 디렉토리로서 폴더 안에는 반드시 container.xml 파일을 포함한다. 또한, META-INF 디렉토리는 문서 구조 정보, 부가 정보, 전자서명 정보, 암호화 정보, 저작권 정보를 담고 있는 파일들(manifest.xml, metadata.xml, signatures.xml, encryption.xml, rights.xml)을 더 포함할 수 있다.
상세하게는, container.xml 파일은 전자책 리더기가 가장 먼저 참조하는 파일로 전자책의 실 콘텐츠의 구조(OPF) 정보를 담고 있는 contents.opf의 위치 정보를 담고 있다. 여기서, contents.opf 파일은 epub container 안의 모든 파일의 리스트를 제공, 파일 순서 정의 메타 데이터 정보를 저장한다.
encryption.xml은 컨테이너 파일 시스템의 최상위단(META-INF/)에 있으면서 EPUB 컨테이너의 콘텐츠들에 대한 모든 암호화 정보를 담고 있다.
signatures.xml 역시 컨테이너 파일 시스템의 최상위단(META-INF/)에 있으면서 컨테이너와 콘텐츠에 대한 전자서명 정보를 담고 있다.
rights.xml에 대한 포맷은 DRM 라이선스 내용에 대한 정보를 표기하도록 하고 있다.
또한, toc.ncx 파일은 책의 목차와 관련된 부분으로 ncx는 멀티 레벨 내비게이션 기능을 지원하고 있다.
도 2는 EPUB 파일에 대해 암호화를 적용한 경우에 압축 메커니즘을 설명하기 위한 예시도이고, 도 3은 본 발명의 실시예에 따라 EPUB 파일에 대해 암호화를 적용한 경우에 압축 메커니즘을 설명하기 위한 예시도이다.
도 2를 참조하면, EPUB 파일은 다수의 단위 파일들로 구성될 수 있고, 다수의 단위 파일들은 암호화 대상 단위 파일과 일반 단위 파일로 구분될 수 있다. 여기서, 암호화 대상 단위 파일은 암호화의 대상으로 지정된 단위 파일을 의미하고, 일반 단위 파일은 암호화의 대상으로 지정되지 않은 단위 파일을 의미할 수 있다. 예를 들어, 다수의 단위 파일들은 텍스트 파일, 이미지 파일, 동영상 파일 등과 같이 다양한 데이터 형태를 가질 수 있고, 이들 중에서 암호화가 필요한 단위 파일이 선택 또는 결정될 수 있다.
EPUB 파일을 구성하는 다수의 단위 파일 중에서 일부가 암호화 대상으로 지정된 경우에는, 먼저 암호화(encryption)가 수행된 후에 압축 메커니즘이 수행되는 것이 일반적이다.
상세하게는, EPUB 파일을 구성하는 다수의 단위 파일 중에서 암호화 대상 파일에 대한 암호화를 수행할 수 있다(S210). 암호화 대상 파일에 대한 암호화가 완료된 후에, 일반 단위 파일에 대한 압축 및 패키징이 수행되어 아카이브 형태의 단일 파일을 생성할 수 있다(S220).
그러나, 도 2에 따라 암호화 대상 단위 파일에 대한 암호화를 수행한 후에 압축 메커니즘을 수행한 경우에는 암호화 대상 단위 파일에 대한 암호화 효율이 저하되어 파일의 사이즈가 효과적으로 줄지 않는 문제점이 있다.
도 3을 참조하면, EPUB 파일을 구성하는 다수의 단위 파일 중에서 일부가 암호화 대상으로 지정된 경우에, 먼저 암호화 대상 단위 파일에 대한 압축을 수행한 후에 암호화 메커니즘을 수행할 수 있다.
상세하게는, EPUB 파일을 구성하는 다수의 단위 파일 중에서 암호화 대상 파일에 대한 압축을 수행할 수 있다(S310). 암호화 대상 단위 파일에 대한 압축이 완료된 후에, 암호화 대상 단위 파일에 대한 암호화를 수행할 수 있다(S320). 또한, 암호화 대상 단위 파일에 대한 압축 및 암호화가 완료된 후에, 일반 단위 파일에 대한 압축 및 패키징이 수행되어 아카이브 형태의 단일 파일을 생성할 수 있다(S330).
따라서, 도 3에 따른 메커니즘을 통해 EPUB 파일에 대한 패키징을 수행할 경우, 암호화 대상 단위 파일에 대한 압축을 수행할 수 있고, 그로 인하여 패키징된 단일 파일의 사이즈를 효과적으로 줄일 수 있다.
도 4는 본 발명의 실시예에 따른 EPUB 파일에 대해 암호화를 적용한 경우에 압축 메커니즘을 설명하기 위한 흐름도이다.
도 4를 참조하면, EPUB(Electronic Publication) 파일 암호화를 위한 단위 파일에 대한 압축 방법은 온라인 서비스 제공자 등에 의해 운용되는 패키저(packager)에 의해 수행될 수 있으나, 본 발명은 이러한 실시예에 한정되는 것은 아니다.
EPUB 파일을 구성하는 복수의 단위 파일들 중에서 암호화 대상 단위 파일을 결정할 수 있다(S410). 예를 들어, EPUB 파일을 구성하는 복수의 단위 파일들 중에서 암호화 대상 단위 파일은 미리 설정된 기준에 의해 패키저에서 자동으로 결정되거나, 패키저를 운용하는 운용자의 선택에 의해 결정될 수 있다.
암호화 대상 단위 파일에 대한 압축을 수행할 수 있고(S420), 압축된 암호화 대상 단위 파일에 대한 암호화를 수행할 수 있다(S430).
상세하게는, 압축된 암호화 대상 단위 파일 별로 상이한 각각의 암호화키를 이용하여 압축된 암호화 대상 단위 파일에 대한 암호화를 수행할 수 있다. 또한, 각각의 암호화키와 압축된 암호화 대상 단위 파일의 식별 정보를 매핑한 매핑 데이터를 생성하여 저장 및 관리할 수 있다.
복수의 단위 파일들 중에서 암호화 대상 단위 파일 이외의 일반 단위 파일에 대한 압축을 수행할 수 있다(S440). 일반 단위 파일에 대한 압축을 수행한 후, 패키징을 수행하여 단일 파일로 압축할 수 있다(S450).
또한, 단일 파일로 압축하는데 있어서, 암호화 대상 단위 파일의 원본 데이터 사이즈를 EPUB 표준 규격에 대응하여 기록할 수 있다. 즉, 암호화 대상 단위 파일의 원본 데이터 사이즈를 알아야 압축 해제(복원)을 수행할 수 있기 때문에 암호화 대상 단위 파일의 원본 데이터 사이즈를 명시하는 것이 필요하다. 예를 들어, 암호화 대상 단위 파일의 원본 데이터 사이즈를 encryption.xml에 명시할 수 있다.
도 5는 본 발명의 실시예에 따른 EPUB 파일에 대해 암호화를 적용한 경우에 복원 메커니즘을 설명하기 위한 흐름도이다.
도 5를 참조하면, 도 4에서 설명한 방법에 따라 패키징된 단일 EPUB 파일은 온라인 서비스 제공자 등을 통해 사용자 단말에 전달될 수 있다. 사용자 단말은 패키징된 단일 EPUB 파일을 디스플레이할 수 있는 EPUB 뷰어를 이용하여 패키징된 단일 EPUB 파일을 복원할 수 있다. EPUB 뷰어에 의해 수행되는 EPUB 파일 복원 방법을 설명하면 다음과 같다.
먼저, 패키징된 단일 EPUB 파일을 언패키징(unpackaging)할 수 있다(S510). 즉, 언패키징을 통하여 단일 EPUB 파일은 복수의 단위 파일들로 구분될 수 있다.
언패키징된 EPUB 파일을 구성하는 복수의 단위 파일들 중에서 암호화된 단위 파일을 복호화할 수 있다(S520). 예를 들어, 상술한 매핑 데이터에 기반하여 암호화된 단위 파일 각각에 대한 복호화키를 이용하여 복호화가 수행될 수 있다. 즉, 암호화된 단위 파일 별로 상이한 각각의 복호화키를 이용하여 암호화된 단위 파일을 복호화할 수 있다.
복호화된 단위 파일의 원본 데이터 사이즈를 추출할 수 있고(S530), 추출된 원본 데이터 사이즈에 기반하여 복호화된 단위 파일을 복원할 수 있다(S540). 상세하게는, 복호화된 단위 파일의 원본 데이터 사이즈를 EPUB 표준 규격에 따른 경로에서 추출하여 복호화된 단위 파일을 복원할 수 있다. 예를 들어, 복호화된 단위 파일의 원본 데이터 사이즈를 encryption.xml로부터 읽어 복호화된 단위 파일을 복원할 수 있다.
도 6은 본 발명의 실시예에 따른 EPUB 파일에 대해 암호화를 적용한 경우에 압축 메커니즘을 수행하는 장치를 설명하기 위한 블록도이고, 도 7은 본 발명의 실시예에 따른 encryption.xml의 명시를 나타내는 예시도이며, 도 8은 본 발명의 실시예에 따른 EPUB 파일에 대해 암호화를 적용한 경우에 압축 메커니즘을 수행하는 장치의 사용자 인터페이스를 나타내는 예시도이다.
도 6를 참조하면, EPUB 파일에 대해 암호화를 적용한 경우에 압축 메커니즘을 수행하는 장치(100)는 온라인 서비스 제공자 등에 의해 운용되는 패키저(packager)일 수 있으나, 본 발명은 이러한 실시예에 한정되는 것은 아니다.
본 발명의 실시예에 따른 EPUB 파일에 대해 암호화를 적용한 경우에 압축 메커니즘을 수행하는 장치(100)는 사용자 인터페이스 제공부(110), 압축부(120), 암호화부(130) 및 패키징부(140)를 포함한다.
사용자 인터페이스 제공부(110)는 EUPB 파일을 패키징하여 단일 EPUB 파일을 생성할 수 있도록 하는 사용자 인터페이스를 제공할 수 있다.
상세하게는, 도 8은 사용자 인터페이스 제공부(110)에 의해 제공되는 사용자 인터페이스의 예를 도시한다. 도 8을 참조하면, 서비스 제공자는 패키징이 필요한 단위 파일 또는 암호화가 필요한 단위 파일을 선택 또는 설정할 수 있다. 따라서, 서비스 제공자는 EPUB 파일을 구성하는 복수의 단위 파일들 중에서 암호화 대상 단위 파일을 결정할 수 있다
압축부(120)는 암호화 대상 단위 파일에 대한 압축을 수행할 수 있다.
암호화부(130)는 압축된 암호화 대상 단위 파일에 대한 암호화를 수행할 수 있다. 상세하게는, 암호화부(130)는 압축된 암호화 대상 단위 파일 별로 상이한 각각의 암호화키를 이용하여 압축된 암호화 대상 단위 파일에 대한 암호화를 수행할 수 있다. 또한, 암호화부(130)는 각각의 암호화키와 압축된 암호화 대상 단위 파일의 식별 정보를 매핑한 매핑 데이터를 생성하여 저장 및 관리할 수 있다.
패키징부(140)는 복수의 단위 파일들 중에서 암호화 대상 단위 파일 이외의 일반 단위 파일에 대한 압축을 수행할 수 있고, 일반 단위 파일에 대한 압축을 수행한 후, 패키징을 수행하여 단일 파일로 압축할 수 있다.
또한, 패키징부(140)는 단일 파일로 압축하는데 있어서, 암호화 대상 단위 파일의 원본 데이터 사이즈를 EPUB 표준 규격에 대응하여 기록할 수 있다. 즉, 암호화 대상 단위 파일의 원본 데이터 사이즈를 알아야 압축 해제(복원)을 수행할 수 있기 때문에 암호화 대상 단위 파일의 원본 데이터 사이즈를 명시하는 것이 필요하다.
예를 들어, 도 7을 참조하면, 암호화 대상 단위 파일의 원본 데이터 사이즈를 encryption.xml에 명시할 수 있다. 상세하게는, encryption.xml은 컨테이너 파일 시스템의 최상위단(META-INF/)에 있으면서 EPUB 컨테이너의 콘텐츠들에 대한 모든 암호화 정보를 담고 있다. 따라서, 암호화 대상 단위 파일의 원본 데이터 사이즈는 도 7와 같이 encryption.xml에 명시될 수 있다.
상술한 본 발명의 실시예에 따른 EPUB 파일에 대해 암호화를 적용한 경우에 압축 메커니즘을 수행하는 장치(100)의 구성을 설명의 편의상 각각의 구성부로 나열하여 설명하였으나, 각 구성부 중 적어도 두 개가 합쳐져 하나의 구성부로 이루어지거나, 하나의 구성부가 복수개의 구성부로 나뉘어져 기능을 수행할 수 있고 이러한 각 구성부의 통합 및 분리된 실시예의 경우도 본 발명의 본질에서 벋어나지 않는 한 본 발명의 권리범위에 포함된다.
또한, 본 발명의 실시예에 따른 EPUB 파일에 대해 암호화를 적용한 경우에 압축 메커니즘을 수행하는 장치(100)의 동작은 컴퓨터로 읽을 수 있는 기록매체에 컴퓨터가 읽을 수 있는 프로그램 또는 코드로서 구현하는 것이 가능하다. 컴퓨터가 읽을 수 있는 기록매체는 컴퓨터 시스템에 의해 읽혀질 수 있는 데이터가 저장되는 모든 종류의 기록장치를 포함한다. 또한 컴퓨터가 읽을 수 있는 기록매체는 네트워크로 연결된 컴퓨터 시스템에 분산되어 분산방식으로 컴퓨터로 읽을 수 있는 프로그램 또는 코드가 저장되고 실행될 수 있다.
상술한 본 발명의 실시예에 따른 EPUB 파일에 대한 암호화시에 단위 파일을 압축과 복원하는 방법 및 장치는, 암호화 대상 단위 파일에 대해 먼저 압축을 수행함으로써 패키징된 단일 EPUB 파일의 사이즈를 효과적으로 줄일 수 있다.
또한, 암호화 대상 단위 파일의 원본 데이터 사이즈를 encryption.xml에 명시함으로써, 패키징된 단일 EPUB 파일을 보다 효과적으로 복원할 수 있다.
상기에서는 본 발명의 바람직한 실시예를 참조하여 설명하였지만, 해당 기술 분야의 숙련된 당업자는 하기의 특허 청구의 범위에 기재된 본 발명의 사상 및 영역으로부터 벗어나지 않는 범위 내에서 본 발명을 다양하게 수정 및 변경시킬 수 있음을 이해할 수 있을 것이다.

Claims (11)

  1. EPUB(Electronic Publication) 파일 암호화를 위한 단위 파일에 대한 압축 방법에 있어서,
    상기 EPUB 파일을 구성하는 복수의 단위 파일들 중에서 암호화 대상 단위 파일을 결정하는 단계;
    상기 암호화 대상 단위 파일에 대한 압축을 수행하는 단계;
    상기 압축된 암호화 대상 단위 파일에 대한 암호화를 수행하는 단계; 및
    상기 복수의 단위 파일들 중에서 상기 암호화 대상 단위 파일 이외의 일반 단위 파일에 대한 압축을 수행하는 단계를 포함하는,
    단위 파일에 대한 압축 방법.
  2. 청구항 1에 있어서,
    상기 일반 단위 파일에 대한 압축을 수행한 후, 패키징을 수행하여 단일 파일로 압축하는 단계를 더 포함하는,
    단위 파일에 대한 압축 방법.
  3. 청구항 1에 있어서,
    상기 압축된 암호화 대상 단위 파일에 대한 암호화를 수행하는 단계는,
    상기 압축된 암호화 대상 단위 파일 별로 상이한 각각의 암호화키를 이용하여 암호화를 수행하는 것을 특징으로 하는,
    단위 파일에 대한 압축 방법.
  4. 청구항 3에 있어서,
    상기 압축된 암호화 대상 단위 파일에 대한 암호화를 수행하는 단계는,
    상기 각각의 암호화키와 상기 압축된 암호화 대상 단위 파일의 식별 정보를 매핑한 매핑 데이터를 생성하여 저장하는 것을 특징으로 하는,
    단위 파일에 대한 압축 방법.
  5. 청구항 2에 있어서,
    상기 단일 파일로 압축하는 단계는,
    상기 암호화 대상 단위 파일의 원본 데이터 사이즈를 EPUB 표준 규격에 대응하여 기록하는 것을 특징으로 하는,
    단위 파일에 대한 압축 방법.
  6. 청구항 5에 있어서,
    상기 단일 파일로 압축하는 단계는,
    상기 암호화 대상 단위 파일의 원본 데이터 사이즈를 encryption.xml에 명시하는 것을 특징으로 하는,
    단위 파일에 대한 압축 방법.
  7. 청구항 1 내지 6 중 어느 한 항에 따른 방법을 컴퓨터에서 실행시키기 위한 프로그램을 기록한 컴퓨터로 판독 가능한 기록 매체.
  8. EPUB(Electronic Publication) 파일을 구성하는 복수의 단위 파일에 대한 복원 방법에 있어서,
    패키징된 단일 EPUB 파일을 언패키징(unpackaging)하는 단계;
    상기 언패키징된 EPUB 파일을 구성하는 복수의 단위 파일들 중에서 암호화된 단위 파일을 복호화하는 단계; 및
    상기 복호화된 단위 파일의 원본 데이터 사이즈를 추출하여 상기 복호화된 단위 파일을 복원하는 단계를 포함하는,
    단위 파일에 대한 복원 방법.
  9. 청구항 8에 있어서,
    상기 복수의 단위 파일들 중에서 암호화된 단위 파일을 복호화하는 단계는,
    상기 암호화된 단위 파일 별로 상이한 각각의 복호화키를 이용하여 상기 암호화된 단위 파일을 복호화하는 것을 특징으로 하는,
    단위 파일에 대한 복원 방법.
  10. 청구항 8에 있어서,
    상기 복호화된 단위 파일을 복원하는 단계는,
    상기 복호화된 단위 파일의 원본 데이터 사이즈를 EPUB 표준 규격에 따른 경로에서 추출하여 상기 복호화된 단위 파일을 복원하는 것을 특징으로 하는,
    단위 파일에 대한 복원 방법.
  11. 청구항 10에 있어서,
    상기 복호화된 단위 파일을 복원하는 단계는,
    상기 복호화된 단위 파일의 원본 데이터 사이즈를 encryption.xml로부터 읽어 상기 복호화된 단위 파일을 복원하는 것을 특징으로 하는,
    단위 파일에 대한 복원 방법.
PCT/KR2015/014361 2015-12-28 2015-12-28 Epub 파일 암호화를 위한 단위 파일에 대한 압축과 복원 방법 및 장치 WO2017115884A1 (ko)

Priority Applications (3)

Application Number Priority Date Filing Date Title
US16/066,520 US11360941B2 (en) 2015-12-28 2015-12-28 Method and device for compressing and decompressing unit files for EPUB file encryption
PCT/KR2015/014361 WO2017115884A1 (ko) 2015-12-28 2015-12-28 Epub 파일 암호화를 위한 단위 파일에 대한 압축과 복원 방법 및 장치
JP2018534706A JP6703116B2 (ja) 2015-12-28 2015-12-28 Epubファイル暗号化のための単位ファイルに対する圧縮及び復元方法

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/KR2015/014361 WO2017115884A1 (ko) 2015-12-28 2015-12-28 Epub 파일 암호화를 위한 단위 파일에 대한 압축과 복원 방법 및 장치

Publications (1)

Publication Number Publication Date
WO2017115884A1 true WO2017115884A1 (ko) 2017-07-06

Family

ID=59225211

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2015/014361 WO2017115884A1 (ko) 2015-12-28 2015-12-28 Epub 파일 암호화를 위한 단위 파일에 대한 압축과 복원 방법 및 장치

Country Status (3)

Country Link
US (1) US11360941B2 (ko)
JP (1) JP6703116B2 (ko)
WO (1) WO2017115884A1 (ko)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113505567B (zh) * 2021-05-25 2024-06-07 北京北大方正电子有限公司 电子出版文件的生成方法和装置

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110246776A1 (en) * 2003-07-08 2011-10-06 Imophaze Research Co., L.L.C. Method and Apparatus for Secure Key Delivery for Decrypting Bulk Digital Content Files at an Unsecure Site
US20120226738A1 (en) * 2011-03-04 2012-09-06 Zynga Inc. Simultaneous download of application file portions
US20130139052A1 (en) * 2011-11-26 2013-05-30 Huawei Technologies Co., Ltd. Method and apparatus for loading epub electronic book
KR101287518B1 (ko) * 2012-02-08 2013-08-23 주식회사 파수닷컴 Epub 기반 컨텐츠에 대한 디지털 저작권 관리장치 및 방법, 그리고 사용자 권한에 따른 epub 기반 컨텐츠 제공장치 및 방법
WO2014142528A1 (ko) * 2013-03-12 2014-09-18 주식회사 파수닷컴 디지털 저작권을 적용한 epub 파일 생성 장치 및 방법

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000113050A (ja) * 1998-10-01 2000-04-21 Hitachi Ltd 電子書籍システム
US20060143252A1 (en) * 2000-03-09 2006-06-29 Pkware, Inc. System and method for manipulating and managing computer archive files
US7934660B2 (en) * 2006-01-05 2011-05-03 Hand Held Products, Inc. Data collection system having reconfigurable data collection terminal
KR100783811B1 (ko) * 2007-08-28 2007-12-10 주식회사 파수닷컴 압축 파일에 대한 디지털 저작권 관리 방법
KR20110073149A (ko) 2009-12-21 2011-06-29 한국전자통신연구원 디지털 콘텐츠의 패키징 방법
KR101306996B1 (ko) 2011-11-22 2013-09-16 주식회사 디알엠인사이드 전자책 저작권 보호시스템에서의 라이선스 생성 방법, 그 관리 방법 및 이를 적용한 전자책 열람 장치

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110246776A1 (en) * 2003-07-08 2011-10-06 Imophaze Research Co., L.L.C. Method and Apparatus for Secure Key Delivery for Decrypting Bulk Digital Content Files at an Unsecure Site
US20120226738A1 (en) * 2011-03-04 2012-09-06 Zynga Inc. Simultaneous download of application file portions
US20130139052A1 (en) * 2011-11-26 2013-05-30 Huawei Technologies Co., Ltd. Method and apparatus for loading epub electronic book
KR101287518B1 (ko) * 2012-02-08 2013-08-23 주식회사 파수닷컴 Epub 기반 컨텐츠에 대한 디지털 저작권 관리장치 및 방법, 그리고 사용자 권한에 따른 epub 기반 컨텐츠 제공장치 및 방법
WO2014142528A1 (ko) * 2013-03-12 2014-09-18 주식회사 파수닷컴 디지털 저작권을 적용한 epub 파일 생성 장치 및 방법

Also Published As

Publication number Publication date
JP2019501593A (ja) 2019-01-17
US11360941B2 (en) 2022-06-14
JP6703116B2 (ja) 2020-06-03
US20190005060A1 (en) 2019-01-03

Similar Documents

Publication Publication Date Title
WO2013118968A1 (ko) Epub 기반 컨텐츠에 대한 디지털 저작권 관리장치 및 방법, 그리고 사용자 권한에 따른 epub 기반 컨텐츠 제공장치 및 방법
CN109495459B (zh) 媒体数据加密方法、系统、设备及存储介质
CN104517045B (zh) 数字文档保护方法及系统
CN109635525A (zh) 水印的添加方法、装置、设备及存储介质
WO2014119915A1 (en) Method for increasing the security of software
WO2015182835A1 (ko) 데이터 처리 시스템 및 방법
CN103154957A (zh) 出版物的指纹提取方法、出版物的指纹提取装置、利用指纹的出版物识别系统及利用指纹的出版物识别方法
CN102004762B (zh) 生成电子书的方法和装置、以及下载电子书的方法和装置
CN103108212A (zh) 生成媒体包的设备与方法
WO2014181946A1 (ko) 빅 데이터 추출 시스템 및 방법
WO2014051240A1 (ko) 전자문서 레이아웃 유지를 위한 폰트처리 방법
WO2017115884A1 (ko) Epub 파일 암호화를 위한 단위 파일에 대한 압축과 복원 방법 및 장치
US8844821B2 (en) Multi-layer barcode for print on demand document management
JP2012182737A (ja) 秘密資料流出防止システム、判定装置、秘密資料流出防止方法およびプログラム
KR101780445B1 (ko) Epub 파일 암호화를 위한 단위 파일에 대한 압축과 복원 방법 및 장치
CN110489386A (zh) 信息处理方法、装置、存储介质及电子设备
WO2016099006A1 (ko) Epub 전자책 서비스 시스템 및 방법
WO2022145520A1 (ko) 블록체인과 연계된 개인정보 관리를 위한 데이터 맵핑 방법 및 장치
WO2015174637A1 (ko) 음성 바코드 변환 방법 및 이에 적용되는 장치
CN103793655A (zh) 一种基于文件分配表格式的文件储存装置
WO2022050497A1 (ko) 인증 장치 및 그 제어 방법
WO2012050379A2 (ko) 출판물의 핑거프린트 추출 방법, 출판물의 핑거프린트 추출 장치, 핑거프린트를 이용한 출판물 식별 시스템 및 핑거프린트를 이용한 출판물 식별 방법
JP6468246B2 (ja) 入稿サーバ、端末装置、入稿サーバの動作方法及びプログラム
WO2017213320A1 (ko) 더미 코드를 사용하는 애플리케이션 코드 은닉 장치 및 이를 이용한 애플리케이션 코드 은닉 방법
WO2013089409A1 (ko) 파일 관리 방법 및 장치

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 15912120

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2018534706

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 15912120

Country of ref document: EP

Kind code of ref document: A1