Skip to content

Releases: dev4hobby/image-steganography

v0.1.7

09 Oct 16:21
2a5c052
Compare
Choose a tag to compare

What's Changed

Good bye Heroku
We moved into Deta.sh

Full Changelog: v0.1.6...v0.1.7

v0.1.6

15 Feb 17:18
9040468
Compare
Choose a tag to compare

What's Changed

For a long time, I missed transparent value from pixel data.
Now binjector support transparent image haha..

Full Changelog: ### v0.1.5...v0.1.6

v0.1.5

07 Nov 16:43
c87fcd1
Compare
Choose a tag to compare

v0.1.5

Now you can hide huge payload

The image size will grow to fit your payload

What's Changed

  • Develop/disable submit button before done by @aciddust in #19
  • Develop/increase image size when huge payload comes by @aciddust in #20

Full Changelog: v0.1.4...v0.1.5

v0.1.4

14 Oct 11:39
6549a2a
Compare
Choose a tag to compare

BugFix for CLI

add click dependency

Usage

Install

pip install binjector

Check this out

v0.1.3

13 Oct 14:54
3e4a50d
Compare
Choose a tag to compare

Release Note

  • Now you can use as CLI

Install

pip install binjector==0.1.3

How to use

Hide

touch message.txt
echo 'hello world' >> message.txt
binjector hide -i input.png -m message.txt

Seek

binjector seek -i output.png

Please check this out