You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ethical-hacking/steganography/README.md
+30-4
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,41 @@
1
1
# [How to use Steganography to Hide Secret Data in Images in Python](https://www.thepythoncode.com/article/hide-secret-data-in-images-using-steganography-python)
2
2
To run this:
3
3
-`pip3 install -r requimements.txt`
4
-
- To encode some data to the imag `image.PNG` and decode it right away:
4
+
-
5
5
```
6
-
python steganography image.PNG "This is some secret data."
6
+
python steganography.py --help
7
7
```
8
-
This will write another image with data encoded in it and **outputs:**
0 commit comments