Skip to content

knez/hidefy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hidefy

Hidefy is a simple tool for embedding text messages into bitmap images.
For simplicity, only 24-bit color bitmaps are supported.

Before After

Motivation

Developed as an excercise and a proof of concept (PoC).

Building

To compile, simply run:

$ gcc -Wall -pedantic hidefy.c -o hidefy

Usage

To encode:

$ ./hidefy -m "secret message" sample.bmp

To decode: (text is printed to stdout by default)

$ ./hidefy -x sample_stego.bmp

About

Simple image steganography utility

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages