The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

mimetic - Crypt a file and mask it behind another file

SYNOPSIS

 to camouflage a file with a mask:
   mimetic original-file mask-file destination-file [algorithm]

 to split camouflaged file in original file and mask:
   mimetic mimetic-file

DESCRIPTION

This is a very trivial use of Crypt::Mimetic module but I think that could be useful as demo.

SEE ALSO

Crypt::Mimetic(3)

LICENSE

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself (Artistic/GPL2).

AUTHOR

Erich Roncarolo <erich-roncarolo@users.sourceforge.net>