0ur4n05 / stegreg

A tool that encrypt and hide your data inside your images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stegreg

STEGREG_LOGO

Introduction

Stegreg is a steganography tool made in C++ that encrypt and hide your data inside an image.

Installation

git clone https://github.com/0UR4N05/stegreg.git
cd stegreg/
make
make install

Usage

Hide a message inside the image

    ./stegreg -e -c <coverfile> -b <file to hide>

Read a message inside an image

    ./stegreg -d -s <stegfile>

More help?

    ./stegreg -h

Quick note

The tool may damage jpg files.

File formats?

Stegreg now is supporting these file formats :

File type Short description
Image(jpg) Data are randomely hidden between the bytes of the image
Image(png) png images are really sensitive, data will be hidden in the end ot the file

Change log

Issues

Bug reports are welcome! Please report all bugs on the issue tracker or send them to devalfo@protonmail.com.

Thank you.

About

A tool that encrypt and hide your data inside your images.

License:MIT License


Languages

Language:C++ 98.0%Language:Makefile 2.0%