Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mslapek/bitmapsteganography
Library with client to hide data in uncompressed bitmap.
https://github.com/mslapek/bitmapsteganography
c-sharp educational steganography windows-presentation-foundation
Last synced: about 2 months ago
JSON representation
Library with client to hide data in uncompressed bitmap.
- Host: GitHub
- URL: https://github.com/mslapek/bitmapsteganography
- Owner: mslapek
- License: gpl-3.0
- Created: 2017-05-07T09:39:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-07T11:31:08.000Z (almost 8 years ago)
- Last Synced: 2024-12-22T00:44:33.242Z (about 2 months ago)
- Topics: c-sharp, educational, steganography, windows-presentation-foundation
- Language: C#
- Size: 706 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BitmapSteganography
Library with client to hide data in uncompressed bitmap.
![ScreenShot](screenshot.PNG)
## Contents
`BitmapSteganography.Library` contains library realizing the
[steganography](https://en.wikipedia.org/wiki/Steganography).
_Encoder_ as an input takes byte sequence and input image.
As an output gives similar image, but with hidden input data.
_Decoder_ as an input takes image with encoded data and returns
original byte sequence.Encoder can be configured to control image quality.
Decoder reads configuration from image.`BitmapSteganography.Library.Test` contains tests of the library.
Performs encode-decode cycles.`BitmapSteganography.Client` contains GUI client to perform
encoding and decoding from `BitmapSteganography.Library`.The image `Test.bmp` is from Wikipedia.
## Disclaimer
The software is intended to be used only for educational purposes.