terrortylor / steganosaurus

A little steganography side project in ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Steganography

This is a small application written as a steganography exercise. Nothing fancy, just a bit of fun.

Currently supports:

  • BMP (BM header only)

Refernce Links

Useful references used when working on this project

Setup / Run

bundle install
bundle exec rake

Encode a message

ruby stegography.rb 10x10.bmp e "Super secret!"

Encode a message from file

ruby stegography.rb 10x10.bmp e "${cat test.txt}"

Decode a message

ruby stegography.rb modified-10x10.bmp d

Image file name: modified-10x10.bmp
Decoding Message...
Super secret�.�������;�����

Example

Original

Original

Modified

Modified

About

A little steganography side project in ruby


Languages

Language:Ruby 100.0%