Crypt::Mimetic is a Perl module to crypt a file and mask it behind another file.
SYNOPSIS
use Crypt::Mimetic;
Crypt::Mimetic::Mask($original_file, $mask_file, $destination_file, $algorithm);
Crypt::Mimetic::Unmask($mimetic_file);
Crypt::Mimetic::Main($original_file, $mask_file, $destination_file, [$algorithm]);
Crypt::Mimetic::Main($mimetic_file);
This module allows you to hide a file by encrypting in and then attaching it to another file of your choice. This mimetic file then looks and behaves like a normal file, and can be stored, used or emailed without attracting attention.
Product's homepage
Requirements:
· Perl