Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 1.28 KB

README.md

File metadata and controls

46 lines (38 loc) · 1.28 KB

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