Method | Description | |
---|---|---|
Dec ( string encImagePath, string password ) : byte[] | ||
Enc ( string sourceFilePath, string maskImagePath, string password ) : |
||
Steganographer ( ) : System |
Method | Description | |
---|---|---|
DecryptLayer ( string encImagePath ) : byte[] | ||
EncryptLayer ( string sourceFilePath ) : |
||
EncryptLayer ( string sourceFilePath, int layer, |
||
Steganographer_Feedback ( object sender, |
public Dec ( string encImagePath, string password ) : byte[] | ||
encImagePath | string | |
password | string | |
return | byte[] |
public Enc ( string sourceFilePath, string maskImagePath, string password ) : |
||
sourceFilePath | string | |
maskImagePath | string | |
password | string | |
return |