oreganoli / steganography-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Steganography toolkit

Homework project for cryptography classes at university.

Supported actions

  • Encode messages in JPEGs by appending them to the file past the image data
  • Encode messages in any losslessly-compressed image format by encoding their bytes as base-four numbers represented by pixel color differences
  • Decode so hidden messages

Web GUI screenshots

screenshot screenshot

About


Languages

Language:C# 81.6%Language:HTML 10.3%Language:JavaScript 8.1%