Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Added deflate/inflate to cloaked files

Latest

Choose a tag to compare

@guywilson guywilson released this 15 May 22:06
· 2 commits to master since this release

An input file to be cloaked will first be compressed using zlib's deflate() function before being encrypted. When a file is extracted from an image, it will uncompressed using the inflate() function before being written to disk.