C# Class Karabow.Steg.Core.Steganographer

Datei anzeigen Open project: Chieze-Franklin/Steg-Studio Class Usage Examples

Public Methods

Method Description
Dec ( string encImagePath, string password ) : byte[]
Enc ( string sourceFilePath, string maskImagePath, string password ) : Bitmap
Steganographer ( ) : System

Private Methods

Method Description
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

Method Details

Dec() public method

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

Enc() public method

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

Steganographer() public method

public Steganographer ( ) : System
return System