# A Fast Combination of AES Encryption and LZ4 Compression Algorithms

**Authors:** Saber Malekzadeh

arXiv: 1812.07030 · 2018-12-19

## TL;DR

This paper presents a novel combined approach of LZ4 compression and AES encryption, along with parallel processing techniques, to enhance data transmission speed and security.

## Contribution

It introduces a new method integrating LZ4 and AES with parallelism for faster, secure data packing, which is a novel combination and approach.

## Key findings

- Improved data transmission speed through parallel compression and encryption.
- Enhanced security by combining AES encryption with compression.
- Demonstrated effectiveness of the method in practical scenarios.

## Abstract

From a long time ago, beside encryption of data and making it secure, compression packing it was also important that could make transmission of data faster. In the past years need for improvement of encryption and compression for a fast and easy transmission is more necessary. In this paper, a new method for combination of LZ4 combination and AES encryption algorithms for a fast and easy packing, securing and compressing of data is presented. Choose of these two algorithms was for some special features of them about aim of this paper. This paper also is introducing a method for Parallelism of compression and encryption in a special way for improvement of speed and security of data.

---
Source: https://tomesphere.com/paper/1812.07030