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.
- Host: GitHub
- URL: https://github.com/hxndev/lzw-data-encryption-algorithm
- Owner: HxnDev
- License: mit
- Created: 2021-06-22T13:56:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-14T06:30:44.000Z (about 4 years ago)
- Last Synced: 2025-06-05T11:53:31.581Z (5 months ago)
- Topics: algorithm, code, compression, cpp, data-compression, decoding, decryption, dictionary, encoding, encryption, lzw, project
- Language: C++
- Homepage:
- Size: 705 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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