https://github.com/tspannhw/spy
Inspired by TURN and Robin David's awesome python library.
https://github.com/tspannhw/spy
hortonworks images nifi python steganography
Last synced: 2 months ago
JSON representation
Inspired by TURN and Robin David's awesome python library.
- Host: GitHub
- URL: https://github.com/tspannhw/spy
- Owner: tspannhw
- License: apache-2.0
- Created: 2017-03-07T15:41:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-07T19:16:57.000Z (about 8 years ago)
- Last Synced: 2025-02-05T10:50:31.581Z (4 months ago)
- Topics: hortonworks, images, nifi, python, steganography
- Language: Python
- Homepage: https://community.hortonworks.com/content/kbentry/87397/steganography-with-apache-nifi-1.html
- Size: 55.7 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spy
Inspired by TURN and Robin David's awesome python libraryI found this awesome Python library: https://github.com/RobinDavid/LSB-Steganography
It let's you hide text in images, binaries in images and images in images.
I was interesting in hiding text messages in images. After seeing https://en.wikipedia.org/wiki/Turn:_Washington's_Spies I
thought this was cool.So using the library, I take an image and text and hide the text in there. The library produces a new image (PNG) that has the message in it.
I have a second script that extracts the text.
The images look the same to my eyes.
A future test would be to run a deep learning library or image analysis tool on the images to see if they spot the bits. They should be able to. A future NiFi tool would be to spot hidden images.
Article:
https://community.hortonworks.com/content/kbentry/87397/steganography-with-apache-nifi-1.html