Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 865 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 865 Bytes

Ed Steg Build Status

An educational steganography project to hide messages within images.

This is an old project of mine that was chosen to practice the use of unsafe code within C# for image manipulation.

I have since updated it to reflect better coding practices and add unit testing with continuous integration through Travis CI.

Note: This project is purely educational and the encoding is neither secure nor hard to detect. Please look elsewhere if you desire this.

Screenshots

Startup Form

Startup Form

Encrypt Form

Encrypt Form

Decrypt Form

Decrypt Form

Class Diagram

Class Diagram