Releases: NotCompsky/bpcs
Fenster
Doors
0.2.2 Portability Generalise for Windows.
Smol
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
OpenCV dependency removed, resulting in 3x performance boost and 7x reduced static binary size.
The bpcs
binary still fails to write PNG files.
Workable
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'