mimetic(1) - Linux man page

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>