Skip to content

Added deflate/inflate to cloaked files

Latest
Compare
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.