Mimic function explained
A mimic function changes a file
so it assumes the statistical properties of another file
. That is, if
is the probability of some substring
occurring in
, then a mimic function
, recodes
so that
approximates
for all strings
of length less than some
. It is commonly considered to be one of the basic techniques for
hiding information, often called
steganography.
The simplest mimic functions use simple statistical models to pick the symbols in the output. If the statistical model says that item
occurs with
probability
and item
occurs with probability
, then a random number is used to choose between outputting
or
with probability
or
respectively.
Even more sophisticated models use reversible Turing machines.
References
- Peter . Wayner . Peter Wayner . Mimic Functions . Cornell University Department of Computer Science . TR 90-1176 . December 1990 .
- Peter . Wayner . Mimic Functions . July 1992 . Cryptologia . 16 . 3 . 193–214 . 10.1080/0161-119291866883.
- Book: Wayner, Peter . Disappearing Cryptography . Morgan Kaufmann . 978-0123744791 . 2008 . 3rd.