initial commit
This commit is contained in:
commit
954ca48904
7 changed files with 807 additions and 0 deletions
15
README.md
Normal file
15
README.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Simple steganography program in Go
|
||||
|
||||
Hides a string inside the least significant bit (LSB) of all colors of each pixel.
|
||||
|
||||
## Hide
|
||||
|
||||
```
|
||||
./stego -in testdata/lenna.png -out testdata/stego.png -secret "hello world!"
|
||||
```
|
||||
|
||||
## Reveal
|
||||
|
||||
```
|
||||
./stego -in testdata/stego.png
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue