WO2015035792A1 - 一种高效自适应模块化数据加密方法及其系统 - Google Patents

一种高效自适应模块化数据加密方法及其系统 Download PDF

Info

Publication number
WO2015035792A1
WO2015035792A1 PCT/CN2014/076750 CN2014076750W WO2015035792A1 WO 2015035792 A1 WO2015035792 A1 WO 2015035792A1 CN 2014076750 W CN2014076750 W CN 2014076750W WO 2015035792 A1 WO2015035792 A1 WO 2015035792A1
Authority
WO
WIPO (PCT)
Prior art keywords
size
file
block
data
encryption
Prior art date
Application number
PCT/CN2014/076750
Other languages
English (en)
French (fr)
Inventor
王伟全
容健民
相韶华
Original Assignee
Wong Wai Chuen
Yung Kin Man
Xiang Shaohua
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 Wong Wai Chuen, Yung Kin Man, Xiang Shaohua filed Critical Wong Wai Chuen
Priority to US15/069,975 priority Critical patent/US20160277181A1/en
Priority to EP14844770.9A priority patent/EP3038288A4/en
Publication of WO2015035792A1 publication Critical patent/WO2015035792A1/zh

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
    • 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]
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09CCIPHERING OR DECIPHERING APPARATUS FOR CRYPTOGRAPHIC OR OTHER PURPOSES INVOLVING THE NEED FOR SECRECY
    • G09C1/00Apparatus or methods whereby a given sequence of signs, e.g. an intelligible text, is transformed into an unintelligible sequence of signs by transposing the signs or groups of signs or by replacing them by others according to a predetermined system
    • 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/12Details relating to cryptographic hardware or logic circuitry
    • H04L2209/122Hardware reduction or efficient architectures

Definitions

  • the present invention relates to the field of data processing, and in particular to an efficient adaptive modular data encryption method and system thereof. Background technique
  • the so-called data encryption and decryption refers to the conversion of a piece of information (or plain text) into an cipher text by means of encryption, and the receiver restores the ciphertext by means of decryption.
  • Cheng Mingwen. Encryption technology is the cornerstone of network security technology. Today, with the rapid development of information technology, data encryption and decryption technology has received more and more attention.
  • the data is usually composed of multiple bytes, each byte consisting of sixteen-bit binary numbers.
  • Different operating systems, applications, document storage systems, etc., the objects that process data are all these binary data; but due to the influence of different programmers, design requirements of different regions or fields, and computer hardware limitations, The way the data is different is different.
  • the inconsistency of the data length of a single read, the inconsistent file size of a single run, etc. have caused problems in how to process data in different operating systems, applications, and document systems.
  • the traditional way of solving data compatibility is to deal with the problem, its efficiency is very low.
  • the traditional encryption algorithm divides the data into blocks by first dividing the original data (plaintext) into multiple data blocks, and then performing encryption operations on the data blocks to obtain a fixed-size encrypted block (ie, an encrypted data block). , ciphertext).
  • a fixed-size encrypted block ie, an encrypted data block.
  • ciphertext a fixed-size encrypted block
  • the file block size handled by each operating system and application is different; different operating systems, different application platforms, or document systems Differently, the division of system data blocks is also different. Therefore, in the prior art, whether it is a serial data encryption block (as shown in FIG. 1) or a parallel data encryption block (shown in FIG. 2), it is usually necessary to introduce a patch block (P) to match the processed data block size. .
  • the technical solution adopted is that the method includes
  • System environment parameter acquisition steps Obtain the file block size of the operating system, application, and document system;
  • Adaptive encryption block adjustment steps According to the file block size of the operating system, the file block size of the application, and the file block size of the file system, Adjust the size of the adaptive encrypted data block;
  • Data blocking step dividing data that needs to be encrypted into multiple data blocks;
  • Encryption step Encrypt the data block according to the size of the adaptive encrypted data block.
  • the size ratio of the data block to the encrypted data block is 1 : 1, 1: n or n: 1, where n is an integer.
  • the method for adjusting the size of the adaptive encrypted data block is -
  • the size of the encrypted data block is adjusted to N;
  • the size of the encrypted data block is selected by manual preset or by the computer itself.
  • the size of the encrypted data block is adjusted to be equal to the size of the application file block.
  • the data encryption method is applied to an operating system or a virtual platform, and the operating system is Linu X ,
  • the virtual platform is VMware, Citrix Xen, KVM, PowerVM, Hyper_V or VirtualBox.
  • the technical solution adopted is that the system includes:
  • System environment parameter acquisition unit Get the file block size of the operating system, application, and document system;
  • Adaptive encryption block adjustment unit According to the file block size of the operating system, the file block size of the application, and the file block size of the file system. Adjust the size of the adaptive encrypted data block;
  • Data blocking unit divides data that needs to be encrypted into multiple data blocks
  • Encryption unit Encrypts the data block according to the size of the adaptively encrypted data block.
  • the size ratio of the data block to the encrypted data block is 1 : 1, 1: n or n: 1, where n is an integer.
  • the size of the encrypted data block is adjusted by selecting the following subunits:
  • Subunit A If the size of the operating system file block, the size of the application file block, and the size of the file system file block are equal, and the size is N, the size of the encrypted data block is adjusted to N;
  • Subunit B If there are two file blocks of equal size in the operating system file block, the application file block, and the document system file block, and the size is M, the size of the encrypted data block is adjusted to M;
  • Subunit C If the size of the operating system file block, the application file block, and the document system file block are not equal, the size of the encrypted data block is adjusted to be equal to one of the above three.
  • the number of encryptions is selected by manual preset or by the computer itself. According to the size of the block.
  • the size of the encrypted data block is adjusted to be equal to the size of the application file block.
  • the data encryption system is applied to an operating system or a virtual platform, the operating system is Linu X , Unix, Window, Mac OS, Android, 0S400 or Mainframe/zOS, and the virtual platform is VMware, Citrix Xen, KVM, PowerVM, Hyper_V, or VirtualBox.
  • the beneficial effects of the present invention over the prior art are: improving encryption and decryption efficiency and being safe and effective.
  • the adaptive system proposed by the present invention is used to divide the size of the data block.
  • the size of the encrypted block can be automatically or manually adjusted according to different environments.
  • the matching function makes the encryption block size match the various file block sizes in the running environment as much as possible, thus saving the time in the process of reading, processing and archiving data in each system environment, greatly improving the processing speed of the data encryption and decryption process. And efficiency.
  • the present invention is an efficient method for efficient use.
  • 1 is a schematic diagram of the principle of a serial data encryption module in the prior art
  • FIG. 2 is a schematic diagram of the principle of a parallel data encryption module in the prior art
  • FIG. 3 is a schematic diagram of the principle of data encryption in the embodiment of the present invention.
  • the method for encrypting data is: first obtaining a file block size of an operating system, an application, and a file system; and then, according to an operating system file block size, an application file block size, and a file system file block size, Adjust the size of the adaptive encrypted data block; then divide the data that needs to be encrypted into multiple data blocks; finally, encrypt the data block according to the size of the adaptive encrypted data block.
  • the adjustment of the adaptive encrypted data block size can be automatically adjusted and implemented according to the size of the data module such as the operating system, application, and document system. It can also be adjusted manually according to environmental changes.
  • the adaptive cryptographic module can automatically or manually adjust its size to match the application, document system and operating system module respectively, the read and write speed of the operating data is greatly improved. It avoids the requirement of block matching when increasing the definition of encryption module to increase the read and write of duplicate data. When the definition of encryption module is too small, it can read and write multiple times to complete data matching, thus greatly saving data processing time. .
  • Automatic or manual definition of the size of the adaptive cryptographic module means: computer according to 1, the size of the operating system file block; 2, the size of the application file block; 3, the size of the document system file block, automatically select the size definition of the cryptographic module. If the file blocks of 1, 2, and 3 are equal in size (N), the encryption module automatically selects N; if 1, 2, 3 have the same two (M), the encryption module size automatically selects M; if 1, 2 , 3 different from each other, the size of the encryption module can be based on user needs Ask, manually set the size to be equal to 1, or 2, or 3; under the premise that the user does not have special requirements, the computer is automatically set to 2, which is equal to the size of the user application file to improve the user's application experience.
  • the improvement of the encryption and decryption speed of the present invention may be caused by saving repeated read and write operations; or due to the optimal computational efficiency achieved by block matching; or by algorithm optimization.
  • the operating system of the present invention refers to Linux, Unix, Window, Mac OS, Android, 0S400,
  • Mainframe/zOS Software platforms such as Mainframe/zOS;
  • the operating system also includes a variety of virtual platforms, such as VMware, Citrix Xen, KVM, PowerVM, Hyper-V, VirtualBox, etc. These operating systems or virtual platforms are widely used in the prior art, and the application of the present invention to these existing systems can produce good results.
  • An application that includes a variety of server applications, such as file systems, databases, data warehousing, file management systems, big data analytics systems, enterprise resource management, customer relationship management, mail systems, web servers, application servers, middleware, and more.

Landscapes

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

Abstract

本发明公开了一种高效自适应模块化数据加密方法,包括自适应加密数据块大小调整步骤、数据分块步骤和加密步骤。本发明还公开了一种高效自适应模块化数据加密系统。计算机数据加密解密过程中,数据块大小的划分,直接关系到数据处理的速度及其效率。本发明建立了一种自适应体系来划分数据块的大小,针对不同操作系统,不同应用程序及不同文档系统环境,加密块的大小自动调整匹配,从而大大提高数据加密解密过程的处理速度及效率。

Description

一种高效自适应模块化数据加密方法及其系统 技术领域
本发明涉及数据处理领域, 具体涉及一种高效自适应模块化数据加密方法及其系统。 背景技术
所谓数据的加密和解密, 是指将一个信息 (或称明文, plain text ) 经过加密手段的 转换, 变成无意义的密文 (cipher text ), 而接收方则将此密文经过解密手段还原成明文。 加密技术是网络安全技术的基石; 在信息技术飞速发展的今天, 数据加密解密技术越来越 受到重视。
对于计算机可存储的各种数据, 如文本、 语音、 视频、 图像等, 这些数据通常由多个 字节组成, 每一字节由十六位二进制数组成。 不同的操作系统、 应用程序、 文档存储系统 等, 其处理数据的对象都是这些二进制数据; 但由于不同程序的设计者、 不同地区或领域 的设计要求以及计算机硬件限制等因素的影响, 其处理数据的方式是不一样的。 比如, 单 次读取的数据长度的不一致,单次运行处理的文件块大小不一致等, 这些原因造成了在不同 操作系统、 应用程序和文档系统中, 存在如何兼容处理数据的问题。 在数据加密解密领域, 传统的解决数据如何兼容处理问题的方式, 其效率是很低的。
传统的加密算法, 对于数据的处理是按块进行划分的, 先将原始数据 (明文) 划分为 多个数据块, 然后对这些数据块执行加密操作, 得到固定大小的加密块 (即加密数据块、 密文)。 然而在现实环境中, 存在着众多的操作系统和虚拟平台, 以及众多应用程序等, 各 操作系统和应用程序所处理的文件块大小是有差别的; 操作系统不同, 应用平台不同, 或 者文档系统不同, 系统数据块的划分也是不同的。 因而, 现有技术中无论是串行数据加密 块 (如图 1所示), 还是并行数据加密块 (图 2所示), 通常需要引入一个补丁块 (P) 来匹 配所处理的数据块大小。 由于加密块的大小是固定的, 当加密模块定义太大时, 需要增加 重复读数据, 来满足块匹配的要求, 造成处理时间浪费; 当加密模块定义太小时, 需要来 回几次来读写数据以满足数据块的定义, 同样造成数据处理的时间浪费。 发明内容
本发明的目的在于提供一种提高加密解密效率且安全有效的数据加密方法及其系统。 为实现提供一种高效自适应模块化数据加密方法的目的, 所采用的技术方案为, 该方 法包括,
系统环境参数获取步骤: 获取操作系统、 应用程序和文档系统的文件块大小; 自适应加密数据块调整步骤: 依据操作系统的文件块大小、 应用程序的文件块大小和 文档系统的文件块大小, 调整自适应加密数据块的大小; 数据分块步骤: 对需要加密的数据划分为多个数据块;
加密步骤: 依据自适应加密数据块的大小, 对数据块进行加密操作。
优选的, 数据块与加密数据块的大小比例为 1 : 1、 1: n 或 n: 1, 其中, n为整数。 优选的, 对于所述自适应加密数据块调整步骤中, 调整自适应加密数据块大小的方法 为-
A、如果操作系统文件块的大小、应用程序文件块的大小和文档系统文件块的大小相等, 其大小均为 N, 则将加密数据块的大小调整为 N;
B、 如果操作系统文件块、 应用程序文件块、 文档系统文件块中, 有两个的文件块大小 相等, 其大小为 M, 则将加密数据块的大小调整为 M;
c、 若果操作系统文件块、 应用程序文件块和文档系统文件块的大小均不相等, 则将加 密数据块的大小调整为等于以上三者之一的大小。
优选的, 所述 c方法中, 通过人工预先设定或计算机自行预先设定, 来选择加密数据 块的大小。
所述 c方法中, 将加密数据块的大小调整为等于应用程序文件块的大小。
优选的,将所述的数据加密方法应用于操作系统或虚拟平台中,所述操作系统为 LinuX
Unix、 Window、 Mac OS、 Android、 0S400或 Mainframe/zOS, 所述虚拟平台为 VMware、 Citrix Xen、 KVM、 PowerVM、 Hyper_V或 VirtualBox。 为实现提供一种高效自适应模块化数据加密系统的目的, 所采用的技术方案为, 该系 统包括:
系统环境参数获取单元: 获取操作系统、 应用程序和文档系统的文件块大小; 自适应加密数据块调整单元: 依据操作系统的文件块大小、 应用程序的文件块大小和 文档系统的文件块大小, 调整自适应加密数据块的大小;
数据分块单元: 对需要加密的数据划分为多个数据块;
加密单元: 依据自适应加密数据块的大小, 对数据块进行加密操作。
优选的, 数据块与加密数据块的大小比例为 1 : 1、 1: n 或 n: 1, 其中, n为整数。 优选的, 对于所述自适应加密数据块调整单元中, 通过以下子单元的选择来调整加密 数据块的大小:
子单元 A: 如果操作系统文件块的大小、应用程序文件块的大小和文档系统文件块的大 小相等, 其大小均为 N, 则将加密数据块的大小调整为 N;
子单元 B: 如果操作系统文件块、 应用程序文件块、 文档系统文件块中, 有两个的文件 块大小相等, 其大小为 M, 则将加密数据块的大小调整为 M;
子单元 C: 若果操作系统文件块、 应用程序文件块和文档系统文件块的大小均不相等, 则将加密数据块的大小调整为等于以上三者之一的大小。
优选的, 所述子单元 C 中, 通过人工预先设定或计算机自行预先设定, 来选择加密数 据块的大小。
优选的, 所述子单元 c中, 将加密数据块的大小调整为等于应用程序文件块的大小。 优选的,将所述的数据加密系统应用于操作系统或虚拟平台中,所述操作系统为 LinuX、 Unix、 Window、 Mac OS、 Android、 0S400或 Mainframe/zOS, 所述虚拟平台为 VMware、 Citrix Xen、 KVM、 PowerVM、 Hyper_V或 VirtualBox。 本发明相对于现有技术的有益效果为: 提高了加密解密效率且安全有效。
与现有技术相比, 采用本发明提出的自适应体系来划分数据块的大小, 针对不同操作系 统、 不同应用程序及不同文件系统的环境, 加密块的大小可实现根据不同环境自动或手动 调整匹配的功能, 使加密块大小与运行环境中的各种文件块大小尽量匹配, 从而节约数据 在各系统环境中读取、 处理、 存档过程中的时间, 大大提高了数据加密解密过程的处理速 度及效率。 特别是面对大数据和云安全, 本发明是一种有效使用的高效方法。 附图说明
图 1为现有技术中串行数据加密模块的原理示意图
图 2为现有技术中并行数据加密模块的原理示意图
图 3为本发明实施例中的数据加密的原理示意图 具体实施方式
下面结合附图进一步说明本发明的具体实施方式:
如图 3所示, 本发明的数据加密方法及其系统的原理说明。
在本实施例中, 加密数据的方法为: 首先获取操作系统、 应用程序和文档系统的文件 块大小; 然后依据操作系统的文件块大小、 应用程序的文件块大小和文档系统的文件块大 小, 调整自适应加密数据块的大小; 接着对需要加密的数据划分为多个数据块; 最后依据 自适应加密数据块的大小, 对数据块进行加密操作。
图 3 中, 对于自适应加密数据块大小的调整, 可以分别根据操作系统, 应用程序及文 档系统等数据模块的大小, 自动测试后调整实现。 也可以根据环境变化, 人工干预调整。
由于自适应加密模块可以自动或者人工调整其大小, 以分别匹配应用程序, 文档系统 及操作系统模块, 大大提高了操作数据的读写速度。 避免了当加密模块定义太大时, 以增 加重复数据的读写来满足块匹配的要求; 当加密模块定义太小时, 以来回多次读写来完成 数据匹配, 因此大大节约了数据处理的时间。
自动或人工定义自适应加密模块的大小是指: 计算机根据 1, 操作系统文件块的大小; 2, 应用程序文件块的大小; 3, 文档系统文件块的大小, 自动选择加密模块的大小定义。 如果 1, 2, 3所述文件块大小相等 (N), 加密模块直接自动选 N; 如果 1, 2, 3所述有两个 一样 (M), 加密模块大小自动选 M; 如果 1, 2, 3互相不同, 加密模块大小可以根据用户需 求, 事先人工设定其大小等于 1, 或者 2, 或者 3 ; 用户没有特别要求的前提条件下, 计 算机自动设置为 2, 即等于用户应用文件的大小, 以提高用户的应用体验。
本发明的加密解密速度的提高, 可以是源于节约重复读写动作带来的; 或者是源于块 匹配达到的最佳运算效率带来的; 或者是通过算法优化带来的。
本发明的操作系统是指 Linux , Unix , Window , Mac OS , Android, 0S400,
Mainframe/zOS等软件平台; 操作系统还包含多种虚拟平台, 如 VMware, Citrix Xen, KVM, PowerVM, Hyper-V, VirtualBox等。 上述这些操作系统或虚拟平台都是现有的被广泛使用 的, 将本发明应用于现有的这些系统中, 能够产生很好的效果。
应用程序, 其包含多种服务器应用程序, 如档案系统, 数据库, 数据仓库, 文件管理 系统, 大数据分析系统, 企业资源管理, 客户关系管理, 邮件系统, 网页服务器, 应用服 务器, 中间件等。
根据上述说明书的揭示和教导, 本发明所属领域的技术人员还可以对上述实施方式进 行变更和修改。 因此, 本发明并不局限于上面揭示和描述的具体实施方式, 对本发明的一 些修改和变更也应当落入本发明的权利要求的保护范围内。 此外, 尽管本说明书中使用了 一些特定的术语, 但这些术语只是为了方便说明, 并不对本发明构成任何限制。

Claims

权 利 要 求 书
1、 一种高效自适应模块化数据加密方法, 其特征在于, 包括,
系统环境参数获取步骤: 获取操作系统、 应用程序和文档系统的文件块大小; 自适应加密数据块调整步骤: 依据操作系统的文件块大小、 应用程序的文件块大小和 文档系统的文件块大小, 调整自适应加密数据块的大小;
数据分块步骤: 对需要加密的数据划分为多个数据块;
加密步骤: 依据自适应加密数据块的大小, 对数据块进行加密操作。
2、 根据权利要求 1所述的数据加密方法, 其特征在于, 数据块与加密数据块的大小比 例为 1 : 1、 1: n 或 n: 1, 其中, n为整数。
3、 根据权利要求 1所述的数据加密方法, 其特征在于, 对于所述自适应加密数据块调 整步骤中, 调整自适应加密数据块大小的方法为:
A、如果操作系统文件块的大小、应用程序文件块的大小和文档系统文件块的大小相等, 其大小均为 N, 则将加密数据块的大小调整为 N;
B、 如果操作系统文件块、 应用程序文件块、 文档系统文件块中, 有两个的文件块大小 相等, 其大小为 M, 则将加密数据块的大小调整为 M;
C、 若果操作系统文件块、 应用程序文件块和文档系统文件块的大小均不相等, 则将加 密数据块的大小调整为等于以上三者之一的大小。
4、 根据权利要求 3所述的数据加密方法, 其特征在于, 所述 C方法中, 通过人工预先 设定或计算机自行预先设定, 来选择加密数据块的大小。
5、 根据权利要求 3所述的数据加密方法, 其特征在于, 所述 C方法中, 将加密数据块 的大小调整为等于应用程序文件块的大小。
6、 将权利要求 1所述的数据加密方法应用于操作系统或虚拟平台中, 所述操作系统为 Linux、 Unix、 Window、 Mac 0S、 Android、 0S400 或 Mainframe/zOS, 所述虚拟平台 为 VMware、 Citrix Xen、 KVM、 PowerVM、 Hyper_V或 VirtualBox。
7、 一种高效自适应模块化数据加密系统, 其特征在于, 包括:
系统环境参数获取单元: 获取操作系统、 应用程序和文档系统的文件块大小; 自适应加密数据块调整单元: 依据操作系统的文件块大小、 应用程序的文件块大小和 文档系统的文件块大小, 调整自适应加密数据块的大小;
数据分块单元: 对需要加密的数据划分为多个数据块;
加密单元: 依据自适应加密数据块的大小, 对数据块进行加密操作。
8、 根据权利要求 7所述的数据加密系统, 其特征在于, 数据块与加密数据块的大小比 例为 1 : 1、 1: n 或 n: 1, 其中, n为整数。
9、 根据权利要求 7所述的数据加密系统, 其特征在于, 对于所述自适应加密数据块调 整单元中, 通过以下子单元的选择来调整加密数据块的大小:
子单元 A: 如果操作系统文件块的大小、应用程序文件块的大小和文档系统文件块的大 小相等, 其大小均为 N, 则将加密数据块的大小调整为 N; 子单元 B: 如果操作系统文件块、 应用程序文件块、 文档系统文件块中, 有两个的文件 块大小相等, 其大小为 M, 则将加密数据块的大小调整为 M;
子单元 C: 若果操作系统文件块、 应用程序文件块和文档系统文件块的大小均不相等, 则将加密数据块的大小调整为等于以上三者之一的大小。
10、 根据权利要求 9所述的数据加密系统, 其特征在于, 所述子单元 C中, 通过人工 预先设定或计算机自行预先设定, 来选择加密数据块的大小。
11、 根据权利要求 9所述的数据加密系统, 其特征在于, 所述子单元 C中, 将加密数 据块的大小调整为等于应用程序文件块的大小。
12、 将权利要求 7 所述的数据加密系统应用于操作系统或虚拟平台中, 所述操作系统 为 Linux、 Unix、 Window、 Mac 0S、 Android、 0S400或 Mainframe/zOS, 所述虚拟平 台为 VMware、 Citrix Xen、 KVM、 PowerVM、 Hyper_V或 VirtimlBox。
PCT/CN2014/076750 2013-09-16 2014-05-04 一种高效自适应模块化数据加密方法及其系统 WO2015035792A1 (zh)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US15/069,975 US20160277181A1 (en) 2013-09-16 2014-05-04 Method and System for High-Efficiency Self-Adaptive Modular Data Encryption
EP14844770.9A EP3038288A4 (en) 2013-09-16 2014-05-04 HIGHLY EFFICIENT ADAPTIVE MODULAR DATA ENCRYPTION PROCESS AND SYSTEM THEREFOR

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201310422796.5 2013-09-16
CN201310422796.5A CN103488914B (zh) 2013-09-16 2013-09-16 一种高效自适应模块化数据加密方法及其系统

Publications (1)

Publication Number Publication Date
WO2015035792A1 true WO2015035792A1 (zh) 2015-03-19

Family

ID=49829129

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2014/076750 WO2015035792A1 (zh) 2013-09-16 2014-05-04 一种高效自适应模块化数据加密方法及其系统

Country Status (4)

Country Link
US (1) US20160277181A1 (zh)
EP (1) EP3038288A4 (zh)
CN (1) CN103488914B (zh)
WO (1) WO2015035792A1 (zh)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103488914B (zh) * 2013-09-16 2016-08-17 博隆科技有限公司 一种高效自适应模块化数据加密方法及其系统
CN104573535B (zh) * 2015-01-04 2019-08-16 努比亚技术有限公司 一种移动终端及其提高加密效率的方法和装置
US10268832B1 (en) * 2017-06-26 2019-04-23 Amazon Technologies, Inc. Streaming authenticated encryption

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101155296A (zh) * 2006-09-29 2008-04-02 中国科学技术大学 数据传输的方法
US20090310778A1 (en) * 2008-06-17 2009-12-17 Clay Von Mueller Variable-length cipher system and method
CN102664928A (zh) * 2012-04-01 2012-09-12 南京邮电大学 一种用于云存储的数据安全存取方法及用户端系统
CN103488914A (zh) * 2013-09-16 2014-01-01 王伟全 一种高效自适应模块化数据加密方法及其系统

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001211155A (ja) * 2000-01-25 2001-08-03 Murata Mach Ltd 共通鍵生成方法,共通鍵生成装置及び暗号通信方法
US7478243B2 (en) * 2001-03-21 2009-01-13 Microsoft Corporation On-disk file format for serverless distributed file system with signed manifest of file modifications
GB2374260B (en) * 2001-10-12 2003-08-13 F Secure Oyj Data encryption
CN1219260C (zh) * 2003-09-02 2005-09-14 四川大学 一种安全文件系统的存储及访问控制方法
CN1323507C (zh) * 2005-06-28 2007-06-27 华为技术有限公司 分组加密算法中对短分组的处理方法
CN101488860B (zh) * 2009-02-20 2011-07-27 四川长虹电器股份有限公司 一种文件加密、解密方法

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101155296A (zh) * 2006-09-29 2008-04-02 中国科学技术大学 数据传输的方法
US20090310778A1 (en) * 2008-06-17 2009-12-17 Clay Von Mueller Variable-length cipher system and method
CN102664928A (zh) * 2012-04-01 2012-09-12 南京邮电大学 一种用于云存储的数据安全存取方法及用户端系统
CN103488914A (zh) * 2013-09-16 2014-01-01 王伟全 一种高效自适应模块化数据加密方法及其系统

Also Published As

Publication number Publication date
US20160277181A1 (en) 2016-09-22
EP3038288A4 (en) 2016-08-17
CN103488914B (zh) 2016-08-17
EP3038288A1 (en) 2016-06-29
CN103488914A (zh) 2014-01-01

Similar Documents

Publication Publication Date Title
US10425228B2 (en) Receipt, data reduction, and storage of encrypted data
US9473297B2 (en) Achieving storage efficiency in presence of end-to-end encryption using downstream decrypters
US8769310B2 (en) Encrypting data objects to back-up
US8751789B2 (en) General purpose distributed encrypted file system
US8713300B2 (en) System and method for netbackup data decryption in a high latency low bandwidth environment
US20210034788A1 (en) Secure Collaboration Between Processors And Processing Accelerators In Enclaves
US8621196B2 (en) Booting from an encrypted ISO image
US20140351587A1 (en) Protecting cryptographic secrets using file system attributes
US20230246821A1 (en) Network bound encryption for recovery of trusted execution environments
US10608813B1 (en) Layered encryption for long-lived data
WO2017034642A9 (en) Optimizable full-path encryption in a virtualization environment
US11930099B2 (en) Implementing resilient deterministic encryption
US10476663B1 (en) Layered encryption of short-lived data
US20230319023A1 (en) Network bound encryption for orchestrating workloads with sensitive data
CN109842589A (zh) 一种云存储加密方法、装置、设备及存储介质
WO2020253380A1 (zh) 数据加密方法、装置及终端设备
WO2015035792A1 (zh) 一种高效自适应模块化数据加密方法及其系统
US11356254B1 (en) Encryption using indexed data from large data pads
CN111130788B (zh) 数据处理方法和系统、数据读取方法和iSCSI服务器
US20240202355A1 (en) Client-side encryption with low-cost integrity check
US20230145340A1 (en) Distributing and synchronizing encrypted data for multi-regional accessibility

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: 14844770

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 15069975

Country of ref document: US

NENP Non-entry into the national phase

Ref country code: DE

REEP Request for entry into the european phase

Ref document number: 2014844770

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2014844770

Country of ref document: EP