/steganography-dotnet

c# steganography implementation on image files

Primary LanguageC#OtherNOASSERTION

Thank You!

Thank you for Korean letter support to rlagustlr677 , SeungyeonKang , ur0n2

1. About this program

This program is a steganography program using C#(.net). Through this program, you can hide message in LSB of image file. This support UNICODE(English,Korean and Turkish, ect).

awesome
-Original image -Stego image that contains 1458 characters

2. How to use

Note : If image contains transparent pixels, embed message can reveal. Because this program uses a way that hiding in LSB of pixels.

2-1. Import

===============

import

2-2. Export

===============

export

3. Example

3-1. Import

===============

import

3-2. Export

===============

import

4. Installation

git clone https://github.com/rlagustlr677/steganography-dotnet.git
cd steganography-dotnet

After then, complie in personal IDE's enviroment and excute the Steganography.exe. AND USE!! (Recommand IDE: Visual Studio 2015 Community)


스테가노그래피 - 닷넷(Korean)

확인했습니다

===================================== ## 1. 이 프로그램에 대하여 (About this program) > 이 프로그램은 C#(.net)으로 만든 스테가노 프로그램입니다. 당신은 이 프로그램을 사용해서 사진에서 픽셀의 LSB(Least Significat Bits)에 메시지를 숨길 수 있습니다. 이 프로그램은 숨길 메시지에 유니코드를 지원합니다. > > * Forked from [here][link] [link]: https://github.com/suadev/steganography-dotnet "ㄳㅎㅅㅇ(Thanks)"

2. 사용법(How to use)

알림(Note): 이 프로그램은 모든 픽셀의 LSB에 숨기는 기법을 사용하기 때문에, 만약 사진에 투명(transparent)한 픽셀이 포함 되어 있다면 삽입(embed)한 메시지가 드러날 수 있습니다.

2-1. 삽입(Import)

===============

import

2-2. 추출(Export)

===============

export

3. 사용 예(Example)

3-1. 삽입기능(Import)

===============

import

3-2. 추출기능(Export)

===============

import

4. 설치(Installation)

git clone https://github.com/rlagustlr677/steganography-dotnet.git
cd steganography-dotnet

이후 각자의 IDE환경에서 컴파일 한 후에 Steganography.exe을 실행해서 사용합니다. (권장IDE: Visual Studio 2015 Community)

5. 라이센스(License)

ㅎㅇㅎㅅㄴㄷ 라이센스 2016 ur0n2, 김현식, 강승연

6. 원작자

  • suadev

7. 협업자(Collaborator) 및 문의(Contact)