Releases: dev4hobby/image-steganography
Releases · dev4hobby/image-steganography
v0.1.7
09 Oct 16:21
Compare
Sorry, something went wrong.
No results found
v0.1.6
15 Feb 17:18
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
BugFix for CLI
add click dependency
Usage
Install
Check this out
v0.1.3
13 Oct 14:54
Compare
Sorry, something went wrong.
No results found
Release Note
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