C# 클래스 Karabow.Steg.Core.Steganographer

파일 보기 프로젝트 열기: Chieze-Franklin/Steg-Studio 1 사용 예제들

공개 메소드들

메소드 설명
Dec ( string encImagePath, string password ) : byte[]
Enc ( string sourceFilePath, string maskImagePath, string password ) : Bitmap
Steganographer ( ) : System

비공개 메소드들

메소드 설명
DecryptLayer ( string encImagePath ) : byte[]
EncryptLayer ( string sourceFilePath ) : Bitmap
EncryptLayer ( string sourceFilePath, int layer, Bitmap inputBitmap, long startPosition, long endPosition, bool writePassword ) : Bitmap
Steganographer_Feedback ( object sender, FeedbackEventArgs e ) : void

메소드 상세

Dec() 공개 메소드

public Dec ( string encImagePath, string password ) : byte[]
encImagePath string
password string
리턴 byte[]

Enc() 공개 메소드

public Enc ( string sourceFilePath, string maskImagePath, string password ) : Bitmap
sourceFilePath string
maskImagePath string
password string
리턴 System.Drawing.Bitmap

Steganographer() 공개 메소드

public Steganographer ( ) : System
리턴 System