F5Steg
F5Steg
Events:
- ArrayExtracted (SecretMessage() As Byte)
- Embedded (OutFileName As String)
- StringExtracted (SecretMessage As String)
Methods:
- Embed (InFileName As String, OutFileName As String, SecretMessage As String, EventPrefix As String)
Encrypts and hides the specified secret message in the given image (bmp, png or jpg). The resulting image is a JPEG file.
- Embed2 (InFileName As String, OutFileName As String, SecretMessage As String, Quality As Int, EventPrefix As String)
Encrypts and hides the specified secret message in the given image (bmp, png or jpg). The resulting image is a JPEG file.
- Embed3 (InFileName As String, OutFileName As String, SecretMessage() As Byte, Quality As Int, EventPrefix As String)
Encrypts and hides the specified secret message in the given image (bmp, png or jpg). The resulting image is a JPEG file.
- ExtractToArray (FileName As String, EventPrefix As String)
Extracts and decrypts the array of bytes hidden in the given JPEG file.
- ExtractToString (FileName As String, EventPrefix As String)
Extracts and decrypts the string hidden in the given JPEG file.
Author: Wrapped by F. Leneuf-Magaud