Skip to content

A little steganography side project in ruby

Notifications You must be signed in to change notification settings

jackshang/steganosaurus

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%