Skip to content

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 …

License

HxnDev/LZW-Data-Encryption-Algorithm

Repository files navigation

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

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

About

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 …

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages