Skip to content

justinjeong5/steganography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

steganography 구현

window bitmap file(.bmp) 형태의 파일에 1000자 이내로 원하는 message를 숨기고 열어볼 수 있는 프로그램

실행결과

origin.bmp stego.bmp

작성한 프로그램을 이용하여 얻은 origin.bmp와 stego.bmp

개발환경

visual studio

사용언어

c++

사용방법

> stego.exe e
(insert message to Steganograph)
<!-- 원하는 메세지를 입력 (1000자 이내) -->
(encoding success!!)
(...program exit)

> stego.exe d
<!-- 입력된 메세지를 출력 -->
(decoding success!!)
(...program exit)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published