It's simple Steganography encoded/decoded tool for CS232
Clone it using git:
$ git clone https://github.com/sonlhcsuit/steganography
Install virtualenv
using pip
$ pip3 install virtualenv
Running:
$ virtualenv venv ./
$ source venv/bin/activate
$ pip install -r requirements.txt
(venv) $ python app.py
CLI documentation already in help option
(venv) $ python cli.py -h
Author:
@Luu Hoang Son
@Truong Duc Vu
@Tran Trung Anh