This repository was archived by the owner on Jan 23, 2026. It is now read-only.
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.