一种高效和安全的压缩技术用于数据保护,使用洞穴-车轮转换算法
M Baritha Begum1, N Deepa2, Mueen Uddin3
1Department of Electronics and Communication Engineering, Saranathan College of Engineering, Tiruchirapalli, 620012, Tamil Nadu, India.
Heliyon
|July 17, 2023
概括
本研究介绍了一种新的方法,用于使用秘密密钥同时进行数据压缩和加密. 该技术实现了接近90%的压缩比,提高了数据安全性和效率.
科学领域:
- 计算机科学 计算机科学
- 信息安全 信息安全
- 数据压缩数据压缩
背景情况:
- 数据冗余需要压缩以提高存储和传输效率.
- 加密对于数据保密性和完整性至关重要,通常需要秘密密钥.
- 同时压缩和加密数据在保持这两个过程的有效性方面是一个挑战.
研究的目的:
- 开发一种高效和安全的方法,同时压缩和加密数据.
- 将密钥控制集成到压缩过程中,而不会影响安全性或压缩效率.
主要方法:
- 数据首先使用生成的秘密密钥进行编码.
- 这些被编码的数据经历了BWT (Borrows-Wheeler转换).
- 通过移动到前方转换和运行长度编码,BWT输出进一步被压缩.
主要成果:
- 拟议的技术实现了接近90%的压缩比.
- 实验结果表明,与其他压缩技术相比,性能优越.
- 安全分析证实了对秘密密钥和纯文本的敏感性,以唯一性距离来衡量.
结论:
- 该方法有效地结合了压缩和加密,提高了数据安全性和效率.
- 该技术提供了强大的加密和显著的数据压缩.
- 该方法展示了安全数据处理的实际解决方案.
相关概念视频
Fast Fourier Transform
392
The Fast Fourier Transform (FFT) is a computational algorithm designed to compute the Discrete Fourier Transform (DFT) efficiently. By breaking down the calculations into smaller, manageable sections, the FFT significantly reduces the computational complexity involved. Direct computation of an N-point DFT requires N2 complex multiplications, whereas the FFT algorithm needs only (N/2)log2N multiplications, offering a much faster performance.
The computational efficiency of the FFT becomes...
The computational efficiency of the FFT becomes...
392
Extraction: Partition and Distribution Coefficients
2.5K
The distribution law or Nernst's distribution law is the law that governs the distribution of a solute between two immiscible solvents. This law, also known as the partition law, states that if a solute is added to the mixture of two immiscible solvents at a constant temperature, the solute is distributed between the two solvents in such a way that the ratio of solute concentrations in the solvents remains constant at equilibrium.
For extracting a solute from an aqueous phase into an...
For extracting a solute from an aqueous phase into an...
2.5K
Downsampling
190
When considering a sampled sequence with zero values between sampling instants, one can replace it by taking every N-th value of the sequence. At these integer multiples of N, the original and sampled sequences coincide. This process, known as decimation, involves extracting every N-th sample from a sequence, thereby creating a more efficient sequence.
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
190
Compacting Factor test
191
The compacting factor test is a method used to assess the workability of concrete. It is especially suitable for concrete mixes containing aggregates up to one and a half inches in size. This test involves specialized equipment consisting of two truncated cone-shaped hoppers and a cylinder, all with polished interior surfaces to minimize friction.
The procedure begins by placing concrete into the upper hopper without any compaction. Once filled, the bottom door of this hopper is opened,...
The procedure begins by placing concrete into the upper hopper without any compaction. Once filled, the bottom door of this hopper is opened,...
191
Wald-Wolfowitz Runs Test I
679
The Wald-Wolfowitz test, also known as the runs test, is a nonparametric statistical test used to assess the randomness of a sequence of two different types of elements (e.g., positive/negative values, successes/failures). It examines whether the order of the elements in a sequence is random or if there is a pattern or trend present. This nonparametric test applies to any ordered data despite the population and sample data distribution, even if a higher sample size is available.
The test works...
The test works...
679
Long-patch Base Excision Repair
7.1K
Since the discovery of the two BER pathways, there has been a debate about how a cell chooses one pathway over the other and the factors determining this selection. Numerous in vitro experiments have pointed out multiple determinants for the sub-pathway selection. These are:
7.1K


