An open API service indexing awesome lists of open source software.

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

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.7

Install:
* `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 ❤️