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

Releases: guywilson/clk_cpp_old

Added deflate/inflate to cloaked files

15 May 22:06

Choose a tag to compare

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.

Added CRC check

31 Jan 21:33

Choose a tag to compare

Performs a CRC check so we know if either the password is wrong or the image doesn't contain a cloaked file

Remove seededXOR encryption

30 Jan 08:34

Choose a tag to compare

It is pointless additionally encrypting using the the seededXOR algorithm, when the key (image data length) is known. Now only encrypts using AES-256 with a random iv.

Initial release

29 Jan 19:55

Choose a tag to compare

v1.0.005

Fix PNG to Bitmap