https://github.com/sarthakpranesh/stenocli
Image and Text Steganography CLI tool - highly interactive, good resolution result images, provides both Image in Image and Text in Image steganography
https://github.com/sarthakpranesh/stenocli
cli image python python3 steganography steganography-encoding terminal terminal-based text
Last synced: 29 days ago
JSON representation
Image and Text Steganography CLI tool - highly interactive, good resolution result images, provides both Image in Image and Text in Image steganography
- Host: GitHub
- URL: https://github.com/sarthakpranesh/stenocli
- Owner: sarthakpranesh
- License: mit
- Created: 2020-07-25T13:48:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T04:25:16.000Z (over 2 years ago)
- Last Synced: 2025-02-10T02:24:27.906Z (3 months ago)
- Topics: cli, image, python, python3, steganography, steganography-encoding, terminal, terminal-based, text
- Language: Python
- Homepage:
- Size: 3.53 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# StenoCLI
Perform Image and Text based steganography operations right from your terminal.
## Features
* Image Steganography
* Text Steganography
* Better resolution Image steganography
* Interactive and modern CLI
## Install StenoCLI
Requirements:
* A terminal
* python >= 2.7Install:
* `pip install stenocli`
## For Developers
PRs are welcomed, please fork this repository before following the below steps
* clone your forked repo and cd into it, then follow the below commands
* `virtualenv .`
* `source ./bin/activate`
* `pip3 install -r requirements.txt`
* `python3 cli.py`
## Found Something broken
If you come across any bugs, errors or have any suggestions please feel free to open an issue [here](https://github.com/sarthakpranesh/StenoCLI/issues)
### Made with ❤️