An open API service indexing awesome lists of open source software.

https://github.com/hxndev/lzw-data-encryption-algorithm

LZW stands for “Lempel-Ziv-Welch”. The LZW algorithm is a very common compression technique. This algorithm is typically used in GIF and PDF. It is lossless, meaning no data is lost when compressing. The algorithm is simple to implement and has the potential for very high throughput in hardware implementations. It is the algorithm of the widely used Unix file compression utility compress, and is used in the GIF image format.
https://github.com/hxndev/lzw-data-encryption-algorithm

algorithm code compression cpp data-compression decoding decryption dictionary encoding encryption lzw project

Last synced: 3 months ago
JSON representation

LZW stands for “Lempel-Ziv-Welch”. The LZW algorithm is a very common compression technique. This algorithm is typically used in GIF and PDF. It is lossless, meaning no data is lost when compressing. The algorithm is simple to implement and has the potential for very high throughput in hardware implementations. It is the algorithm of the widely used Unix file compression utility compress, and is used in the GIF image format.

Awesome Lists containing this project

README

          

# LZW-Data-Encryption-Algorithm

All the files have been commented for your ease. Furthermore you may also add further comments if you may.

This was a group project and equal contribution was provided by my fellow team member [Azka Khurram](https://github.com/AzkaKhurram)

For further queries contact me at : chhxnshah@gmail.com