Skip to content

Releases: NotCompsky/bpcs

Fenster

26 Oct 10:34
Compare
Choose a tag to compare

Major fixes to the Windows version, and slight improvements to the UNIX version.

Doors

19 Sep 21:20
Compare
Choose a tag to compare
0.2.2

Portability		Generalise for Windows.

Smol

15 Sep 09:47
Compare
Choose a tag to compare

Binaries for different build types released.

bpcs still fails to save PNG files, so you must compile bpcs yourself in order to embed messages into PNG images.

1916_France__www.marinamaral.com.webp.png.out.png is a vessel image that contains this entire repository, in addition to portable static binaries, all of which is encrypted with the password moo; all of which can be extracted with the following command: bpcs 71 1916_France__www.marinamaral.com.webp.png.out.png | openssl enc -e -aes-256-cbc -salt -d -pass pass:moo | gzip -d | bpcs-fmt -o '{fp}'. The photograph itself is of British soldiers in France in 1916, colourised by Marina Amaral.

Rawr

14 Sep 22:57
Compare
Choose a tag to compare

OpenCV dependency removed, resulting in 3x performance boost and 7x reduced static binary size.

The bpcs binary still fails to write PNG files.

Workable

08 Sep 23:11
Compare
Choose a tag to compare

The attached binaries are for Linux machines.

The attached files contain BPCS-encoded files that can be extracted with the following command:

./bpcs 16 a.png b.png c.png d.png | openssl enc -e -aes-256-cbc -salt -pass pass:moo -d | ./bpcs-fmt -o '{fname}.extracted'