[][src]Function steganer::extract_from_image

pub fn extract_from_image(hidden_file: &str, host_file: &str) -> Result<()>

Extract a file hidden into an image using steganography techniques.

Parameters:

  • hidden_file: Absolute path to file to hide.
  • host_file: Absolute path to image file that is going to contain hidden file.