Fixup fromcvs/togit conversion
[pkgsrcv2.git] / security / hydan / DESCR
1 Hydan steganographically conceals a message into an application.  It
2 exploits redundancy in the i386 instruction set by defining sets of
3 functionally equivalent instructions.  It then encodes information in
4 machine code by using the appropriate instructions from each set.
5
6 Features:
7        - Application filesize remains unchanged
8        - Message is blowfish encrypted with a user-supplied
9          passphrase before being embedded
10        - Encoding rate: 1/110
11
12 Primary uses for Hydan:
13        - Covert Communication:  embedding data into binaries creates a
14          covert channel that can be used to exchange secret messages.
15        - Signing:  a program's cryptographic signature can be embedded
16          into itself.  The recipient of the binary can then verify
17          that it has not been tampered with (virus or trojan), and is
18          really from who it claims to be from.  This check can be
19          built into the OS for user transparency.
20        - Watermarking:  a watermark can be embedded to uniquely
21          identify binaries for copyright purposes, or as part of a DRM
22          scheme.  Note:  this usage is not recommended as Hydan
23          implements fragile watermarks.