C# Class Karabow.Steg.Core.Steganographer

Afficher le fichier Open project: Chieze-Franklin/Steg-Studio Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public Dec ( string encImagePath, string password ) : byte[]
encImagePath string
password string
Résultat byte[]

Enc() public méthode

public Enc ( string sourceFilePath, string maskImagePath, string password ) : Bitmap
sourceFilePath string
maskImagePath string
password string
Résultat System.Drawing.Bitmap

Steganographer() public méthode

public Steganographer ( ) : System
Résultat System