[][src]Function steganer::hide_into_image

pub fn hide_into_image(file_to_hide: &str, host_file: &str) -> Result<()>

Hide a file into into an image using steganography techniques.

Parameters:

  • file_to_hide: Absolute path to hidden file.
  • host_file: Absolute path to image file that contains hidden file.