Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Merkle's "A Software Encryption Function" now published and available

222 views
Skip to first unread message

John Gilmore

unread,
Jul 13, 1989, 6:10:11 AM7/13/89
to
Ralph Merkle called me today to let me know that Xerox was not going to
let him submit his paper on a nice new set of encryption and hash functions
to a journal for publication. The story is that a division of Xerox
sells a lot of stuff to NSA and they threatened to pull their business
if Xerox publishes it. There is no law that says NSA can stop Xerox
from publishing it -- it's just a "business decision" on Xerox's part.

Happily, however, I do not sell anything to the NSA. And I have
a copy of the paper, which was distributed for several months
by Xerox, without any conditions, before NSA even heard of it.
The work was not government-sponsored or classified; there is no
law that lets the government suppress it.

As a courtesy to Xerox Corporation I could avoid publishing this
paper. However, I prefer to extend the courtesy to the person who did
the work, Ralph Merkle, who would like to see it released and used. I
do thank Xerox for supporting his excellent work and hope that they
will continue to do so. Mr. Merkle did not ask or suggest that I
publish the paper, and should bear none of the blame (if any).

I have published and distributed a number of copies of this paper, and
I hereby offer to sell a copy of this paper to anyone who sends me $10
(cash preferred, checks accepted) and a return address. Send your requests to:

Merkle Paper Publishing
PO Box 170608
San Francisco, CA, USA 94117-0608

Since the paper is "published and is generally available to the public
through subscriptions which are available without restriction to any
individual who desires to obtain or purchase the published
information", it is exempt from State Department export control under
22 CFR 120.18 and 22 CFR 125.1 (a), and is exportable to all
destintions under Commerce Department General License GTDA under 15 CFR
379.3(a). It can therefore be sent to foreign as well as US domestic
individuals.

I believe that the availability of fast, secure cryptography to the
worldwide public will enable us to build much more secure computer
systems and networks, increasing individual privacy as well as making
viruses and worms much harder to write. For example, the Snefru
one-way hash function described in the paper would be a good choice for
validating copies of programs downloaded from BBS systems or the net,
to detect virus contamination. If UUCP and TCP/IP links could be
encrypted with Mr. Merkle's Khafre or Khufu ciphers, simple monitoring
of phone wires or Ethernets would not yield login passwords, private
mail, and other serious security violations. The technology exists;
all that stands in our way is a bureacracy that has no *legal* power
to restrict us, if we follow the published rules.

John Gilmore
--
John Gilmore {sun,pacbell,uunet,pyramid}!hoptoad!gnu g...@toad.com
"And if there's danger don't you try to overlook it,
Because you knew the job was dangerous when you took it"

John Gilmore

unread,
Jul 13, 1989, 6:31:58 AM7/13/89
to
[See the parent article <79...@hoptoad.uucp> for the legalese. This
netnews article is exportable under 22 CFR 120.18, 22 CFR 125.1 (a),
and 15 CFR 379.3(a). It can be sent to all foreign as well as US
domestic destinations. -- John]

A Software Encryption Function
by
Ralph C. Merkle
Xerox PARC
3333 Coyote Hill Road
Palo Alto, CA 94304


ABSTRACT

Encryption hardware is not available on most computer systems in use
today. Despite this fact, there is no well accepted encryption
function designed for software implementation -- instead, hardware
designs are emulated in software and the resulting performance loss is
tolerated. The obvious solution is to design an encryption function
for implementation in software. Such an encryption function is
presented here -- on a SUN 4/260 it can encrypt at 4 to 8 megabits per
second. The combination of modern processor speeds and a faster
algorithm make software encryption feasible in applications which
previously would have required hardware. This will effectively reduce
the cost and increase the availability of cryptographic protection.


Introduction

The computer community has long recognized the need for security and
the essential role that encryption must play. Widely adopted,
standard encryption functions will make a great contribution to
security in the distributed heavily networked environment which is
already upon us. IBM recognized the coming need in the 1970's and
proposed the Data Encryption Standard. or DES [19]. Although
controversy about its key size has persisted, DES has successfully
resisted all public attack and been widely accepted. After some
debate its use as a U.S. Federal Standard has recently been reaffirmed
until 1992 [14]. However, given the inherent limitations of the 56
bit key size used in DES [16] it seems clear that the standard will at
least have to be revised at some point. A recent review of DES by the
Office of Technology Assessment [15] quotes Dennis Branstad as saying
the 'useful lifetime' of DES would be until the late 199O's.

Despite the widespread acceptance of DES the most popular software
commercial encryption packages (for, e.g., the IBM PC or the Apple
Macintosh) typically offer both DES encryption and their own
home-grown encryption function. The reason is simple -- DES is often
50 to 100 times slower than the home-grown alternative. While some of
this performance differential is due to a sub-optimal DES
implementation or a faster but less secure home-grown encryption
function, it seems that DES is inherently 5 to 10 times slower than an
equivalent, equally secure encryption function designed for software
implementation. This is not to fault DES -- one of the design
objectives in DES was quite explicitly a fast hardware implementation:
when hardware is available, DES is an excellent choice. However, a
number of design decisions were made in DES reflecting the hardware
orientation which result in slow software performance -- making the
current extensive use of DES in software both unplanned-for and rather
anomalous.

Having offered a rationale for an encryption function designed for
software implementation, we now turn to the design principles,
followed by the actual design.


Basic Principles

The basic design principles in DES seem sound. The fact that DES has
not been publicly broken speaks in their favor. However, upon
examining specific design decisions in DES, we find that several
should be revised -- either in light of the software orientation of
the new encryption function, or because of the decreased cost of
hardware since the early '70's. Examining the basic design decisions
one by one, and in no particular order, we can decide what reasonably
should be changed.

The selection of a 56 bit key size is too small, a problem which can
be easily remedied. This subject has already been debated
extensively, and while 56 bits seems to offer just sufficient
protection for many commercial applications, the negligible cost of
increasing the key size virtually dictates that it be done.

The extensive use of permutations is expensive in software, and should
be eliminated -- provided that a satisfactory alternative can be
found. While permutations are cheap in hardware and provide an
effective way to spread information (also called `diffusion' [21])
they are not the best choice for software. In the faster
implementations of DES, the permutations are implemented by table
look-ups on several bits at once. That is, the 48-to-32 bit
permutation P is implemented by looking up several bits at once in a
table -- where each individual table entry is 32 bits wide and the
table has been pre-computed to contain the permutation of the bits
looked up. Using a table-lookup in a software encryption function
seems a good idea and can effectively provide the desired `diffusion'
-- however there seems no reason to limit such a table to being a
permutation, Having once paid the cost of looking up an entry in a
table, it seems preferable that the entry should contain as much
information as possible rather than being arbitrarily restricted to a
small range of possibilities.

Each individual S-box in DES provides only 64 entries of 4 bits each,
or 32 bytes per S-box. Memory sizes have greatly increased since the
mid 1970's when DES was designed, and larger S-boxes seem appropriate.
More subtly, DES uses 8 S-boxes and looks up 8 different values in
them simultaneously. While this is appropriate for hardware (where
the 8 lookups can occur in parallel) it seems an unreasonable
restriction for software. In software, each table lookup must follow
the preceding lookups anyway -- for that is the nature of sequential
program execution. It seems more valuable cryptographically to make
each lookup depend upon the preceding lookup, because in software such
dependency is nearly free. This means that the cascade of
unpredictable changes that are so central to DES-type encryption
functions can achieve greater depth with fewer lookups. Looked at
another way, DES has a maximum circuit depth of 16 S-boxes, even
though it has a total of 128 S-box lookups. If those same 128 S-box
operations were done sequentially, with the output of each lookup
operation altering the input to the next lookup, then the maximum
circuit depth would be 128 S-boxes -- eight times as many and almost
certainly providing greater cryptographic strength. This change would
have very little impact on the running time of a software
implementation on a typical sequential processor. A larger S-box size
and sequential (rather than parallel) S-box usage should be adopted.

The initial and final permutations in DES are widely viewed as
cryptographically pointless -- or at least not very important. They
are therefore discarded.

The key schedule in DES has received mild criticism for not being
sufficiently complicated[9]. In practice, all of the faster DES
software implementations pre-compute the key schedule. This
pre-computation seems a good idea when large volumes of data are being
encrypted -- the pre-computation allows a more leisurely and careful
arrangement of the encryption tables and means the actual encryption
function can more rapidly scramble the data with less effort. A more
complex key pre-computation therefore seems desirable.

Finally, the design criteria used for the DES S-boxes were kept
secret. Even though there is no particular reason to believe that
they conceal a trap door, it would seem better if the criteria for
S-box selection were made explicit, and some sort of assurances
provided that the S-boxes were actually chosen randomly in accordance
with the published criteria. This would both quiet the concerns about
trap doors, and also allow a fuller and more explicit consideration of
the S-box selection criteria.

With this overview of design principles we can now proceed to the design.


Khufu, Khafre and Snefru

There are actually two encryption functions named Khufu and Khafre,
and a one-way hash function named Snefru (all three names were taken
from the Pharoahs of ancient Egypt following a suggestion by Dan
Greene. To quote the Encyclopedia Britannica, "The ideal pyramid was
eventually built by Snefru's successor, Khufu, and the first --- the
Great Pyramid at Giza --- was the finest and must successful." Khafre
was Khufu's son).

The basic hardware model around which they are optimized is a 32-bit
register oriented microprocessor. The basic operations are 32-bit
load, store, shift, rotate, `xor' and `and'.

The two encryption functions are optimized for somewhat different
tasks, but use very similar design principles. Khufu is designed for
fast bulk encryption of large amounts of data. To achieve the fastest
possible speed, the tables used in encryption are pre-computed. This
pre-computation is moderately expensive, and makes Khufu unsuited for
the encryption of small amounts of data. The other encryption
function -- Khafre -- does not require any pre-computation. This
means Khafre can efficiently encrypt small amounts of data. On the
other hand, Khafre is somewhat slower than Khufu for the encryption of
large volumes of data because it takes more time to encrypt each
block.

The one-way hash function -- Snefru -- is designed to rapidly reduce
large blocks of data to a small residue (perhaps 128 or 256 bits).
Snefru requires no pre-computation and therefore can be efficiently
applied to small arguments. Snefru will be used exclusively for
authentication purposes and does not provide secrecy.

We first discuss the design of Khufu.


Khufu

Khufu is a block cipher operating on 64-bit blocks. Although
increasing block size was a very tempting design alternative, the
64-bit block size of DES has not been greatly criticized. More
important, many systems built around DES assume that the block size is
64 bits. The pain of using a different encryption function is better
minimized if the new encryption function can be easily 'plugged in' in
place of the old -- which can be done if the block size is the same
and the key size is larger. The new encryption function essentially
looks exactly like the old encryption function -- but with some new
keys added to the key space. Increasing the block size might have
forced changes in more than just a single subroutine -- it might (for
example) have forced changes in data formats in a communications
systems.

Khufu, like DES, is a multi-round encryption function in which two
32-bit halves (called L and R for Left and Right) are used alternately
in the computations. Each half is used as input to a function F,
whose output is XORed with the other half -- the two halves are
exchanged and the computation repeated until the result appears to be
random (no statistically detectable patterns). Khufu uses a different
F-function than DES -- and uses different F-functions during the
course of encryption. One round of DES uses an F-function defined by
8 table lookups and associated permutations. By contrast, one round
of Khufu uses a single table lookup in a larger S-box. In addition,
in the first step of encryption (prior to the main loop) the plaintext
is XORed with 64 bits of key material, and again in the final step of
encryption (following the main loop) the 64-bit block is XORed with
another 64 bits of key material to produce the ciphertext.

In somewhat more detail, the 64-bit plaintext is first divided into
two 32-bit pieces designated L and R. L and R are then XORed with two
32-bit pieces of auxiliary key material. Then the main loop is
started, in which the bottom byte from L is used as the input to a
256-entry S-box. Each S-box entry is 32-bits wide, The selected
32-bit entry is XORed with R. L is then rotated to bring a new byte
into position, after which L and R are swapped. The S-box itself is
changed to a new S-box after every 8 rounds (which we shall sometimes
call an `octet'). This means that the number of S-boxes required
depends on the number of rounds of encryption being used. Finally,
after the main loop has been completed, we again XOR L and R with two
new 32-bit auxiliary key values to produce the ciphertext.

For efficiency reasons, we restrict the number of rounds to be a
multiple of 8, i.e., an integral number of octets. If the main
encryption loop is always executed a multiple of 8 times, then it can
be unrolled 8 times -- which is substantially more efficient than the
definitionally correct but inefficient versions given in this paper.
For this reason, the variable `enough' given below must be an exact
multiple of 8. Various integer calculations will not work correctly
for values of 'enough' that are not multiples of 8. Encryption of a
single 64-bit plaintext by Khufu can be viewed algorithmically as
follows:

L, R: int32;
enough: integer; -- the security parameter, default of 16 seems appropriate.
-- values of 8, 16, 24, 32, 40, 48, 56, and 64 are possible.
SBoxes: ARRAY [1 .. enough/8] OF ARRAY [0 .. 255] OF int32; -- key material
AuxiliaryKeys: ARRAY[1 .. 4] OF int32; -- additional key material
rotateSchedule: ARRAY [1 .. 8] := [16,16,8,8,16,16,24,24];
octet: integer; -- really (round + 7)/8
-- it keeps track of which 8-round 'octet' we are currently in

L := L XOR AuxiliaryKeys[l];
R := R XOR AuxiliaryKeys[2];
octet := 1;
FOR round := 1 to enough DO -- Note that 'enough' must be a multiple of 8
Begin
R := R XOR SBoxes[octet] [L AND #FF];
L := RotateRight[L, rotateSchedule[(round-1) mod 8 + 1] ];
SWAP[L,R];
if (round mod 8 = 0) then octet := octet + 1;
End;

L := L XOR AuxiliaryKeys[3];
R := R XOR AuxiliaryKeys[4];

Notationally, it will be convenient to index the different variables
at different rounds. This indexing is explicitly given by re-writing
the above algorithm and replacing L and R with arrays. In addition,
we add the array 'i' to denote the indices used to index into the
S-box.

L, R: ARRAY [0 .. enough] OF int32;
enough: integer; -- the security parameter, default of 16 seems appropriate.
-- values of 8, 16, 24, 32, 40, 48, 56, and 64 are possible.
i: ARRAY[0 .. enough] OF int8; -- 8-bit bytes
SBoxes: ARRAY [1 .. enough/8] OF ARRAY [0 .. 255] OF int32; -- key material
AuxiliaryKeys: ARRAY[1 .. 4] OF int32: -- additional key material
rotateSchedule: ARRAY [1 .. 8] := [16,16,8,8,16,16,24,24];
octet: integer; -- really (round + 7)/8
-- it keeps track of which 8-round 'octet' we are currently in

L[0] := L[-1] XOR AuxiliaryKeys[l];
R[0] := R[-1] XOR AuxiliaryKeys[2];

octet := 1;

FOR round := 1 to enough DO -- Note that `enough' must be a multiple of 8
Begin
i[round] := L[round-1] AND #FF
L[round] := R[round-1] XOR SBoxes[octet] [ i[round] ];
R[round] := RotateRight[ L[round-1], rotateSchedule[(round-1) mod 8 + 1] ];
if (round mod 8 = 0) then octet := octet+ 1;
End;

L[enough + 1] := L[enough] XOR AuxiliaryKeys[3];
R[enough + 1] := R[enough] XOR AuxiliaryKeys[4];

The plaintext is (by definition) [L[-1], R[-1]], while the ciphertext
is [L[enough + 1], R[enough + 1]]. By definition, round 1 computes
L[1] and R[1] from L[0] and R[0], using index 1 -- or i[1].
Similarly, round n computes L[n] and R[n] from L[n-1] and R[n-1] using
i[n]. We shall sometimes say that 'round' 0 computes L[0] and R[0]
from L[-1] and R[-1], and that 'round' enough + 1 computes L[enough + 1]
and R[enough + 1] from L[enough] and R[enough].

The primary purpose of the rotation schedule is to bring new bytes
into position so that all 8 bytes of input are used in the first 8
rounds (or first octet). This means that a change in any single input
bit is guaranteed to force the use of a different S-box entry within 8
rounds, and so initiate the cascade of unpredictable changes needed to
hide the input. A secondary purpose of the rotation schedule is to
maximize the number of rotates by 16 because they tend to be faster on
many microprocessors. For example, the 68000 has a SWAP instruction
which is equivalent to rotating a 32-bit register by 16 bits. Also,
rotation by 16 tends to be very fast on processors with 16 bit
registers -- simply by altering one`s viewpoint about which register
contains the lower 16 bits and which register contains the upper 16
bits it is possible to perform this operation with no instructions at
all. The final purpose of the rotation schedule was to restore the
data to its original rotational position after each octet of 8 rounds.
Thus, the sum of the rotations is equal to 0 module 32.

A different S-box is used after each octet of encryption. This has
two beneficial effects: first, it means that the same S-box entry will
never be used twice with the same rotational alignment. That is, if a
single S-box were used for all octets, then it might be that i[1] (the
index used to select an S-box entry on the first round) and i[9] might
be the same -- and therefore the same S-box entry would be used in
rounds 1 and 9. These identical S-box entries would cancel each other
out because a value XORed with itself produces 0. (If i[1] = i[9],
then SBox[i[1]] XOR ...stuff... XOR SBox[i[9]] would equal
...stuff...) Both i[1] and i[9] would have had no effect on the
encryption process. This would weaken the encryption function. If,
however, the S-box is changed after every octet then even if i[1] =
i[9], cancellation is very unlikely to occur (because SBoxes[1][i[1]]
is almost certainly different from SBoxes[2][i[9]], even though i[1] =
i[9]). A second beneficial effect is to insure that the encryption
process is entirely different during the second octet than in the
first octet. If the same S-box were used, then the second octet would
compute the same function as the first octet -- which can be a serious
weakness.

The parameter 'enough' is used because encryption must continue for
enough rounds to obscure and conceal the data. The exact number of
rounds that is sufficient will no doubt be a matter of considerable
debate -- it is left as a parameter precisely so that those who wish
greater security can use more rounds, while those who are satisfied
with fewer rounds can encrypt and decrypt data more rapidly. It seems
very unlikely that fewer than 8 rounds (one octet) will ever be used,
nor more than 64 rounds (8 octets). The author expects that almost
all applications will use 16, 24, or 32 rounds. Values of 'enough'
that are not multiples of 8 are banned.


Pre-Computing the S-Boxes

While 128 bits of key material is used at the start and finish of the
encryption process (e.g., 64 bits at the start and 64 bits at the
finish from the 128-bit array 'AuxiliaryKeys'), most of the key
material is mixed in implicitly during the encryption process by
selection of entries from the S- boxes. All the S-boxes (along with
the 128 bits of auxiliary key material) are pre-computed from a
(presumably short) user supplied key. The S-boxes ARE most of the
key. This raises the question of how the S-boxes are computed and
what properties they have. While the specific method of computing the
S-boxes is complex, the essential idea is simple: generate the S-boxes
in a pseudo-random fashion from a user supplied key so that they
satisfy one property: all four of the one-byte columns in each S-box
must be permutations. Intuitively, we require that selection of a
different S-box entry change all four bytes produced by the S-box.
More formally, (where `#' means 'not equal to' and SBoxes[o][i][k]
refers to the kth byte in the ith 32-bit entry of the SBox used during
octet 'o'): for all o, i, j, k; i # j implies SBoxes[o][i][k] #
SBoxes[o][j][k].

We can divide the pre-computation of a pseudo-random S-box satisfying
the desired properties into two parts: first, we generate a stream of
good pseudo-random bytes; second, we use the stream of pseudo-random
bytes to generate four pseudo-random permutations that map 8 bits to 8
bits. These four pseudo-random permutations ARE the generated S-box.
We repeat this process and compute additional S-boxes until we have
enough for the number of rounds of encryption that we anticipate.

We could generate a stream of pseudo-random bytes using an encryption
function -- but we have no S-box to use in such an encryption
function! To circumvent this circularity problem, we can assume the
existence of a single 'initial' S-box. Although we must get this
initial S-box from somewhere, for the moment we assume it exists and
satisfies the properties described earlier. We will discuss where it
comes from later.

We (rather arbitrarily) adopt a 64-byte 'state' value for our
pseudo-random byte-stream generator. That is, the user-provided key
is used to initialize a 64-byte block (which effectively limits the
key size to 512 bits -- this does not seem to be a significant limit).
This 64-byte block is then encrypted using Khufu (using the standard
S-box for all octets, and setting the auxiliary keys to 0) in cipher
block chaining mode. (Although use of a single S-box for all rounds
will result in occasional cancellations as described earlier, this is
acceptable for this particular application.) This provides 64
pseudo-random bytes. When these 64 bytes have been used, the 64-byte
block is again encrypted, providing an additional 64 pseudo-random
bytes. This process is repeated as long as more pseudo-random bytes
are needed.

Now that we have a stream of pseudo-random bytes, we must convert them
into the needed permutations. We adopt the algorithm given in Knuth
Vol II. In this algorithm, we start with some pre-existing (not
necessarily random) permutation. For our purposes, we can start with
the initial S-box. We then interchange each element in the initial
permutation with some other randomly chosen element, thus producing a
random permutation. In a pseudo programming language we have:

FOR octet := 1 to enough/8 DO
SBox:= initialSBox;
FOR column := 0 to 3 DO
BEGIN
FOR i := 0 to 255 DO
BEGIN
randomRow := RandomInRange[i,255]; -- returns a random number
-- between i and 255, inclusive
SwapBytes [SBox[i,column], SBox[randomRow,column]];
END;
END;
SBoxes[octet] := SBox;
END;

The routine 'RandomInRange' uses the stream of random bytes to
actually generate a number in the requested range.


Khafre

The design of Khafre is similar to the design of Khufu except that
Khafre does not pre-compute its S-box. Instead, Khafre uses a set of
standard S-boxes (discussed in the next section -- note that the
standard S-boxes are different from the one initial S-box). The use
of standard S-boxes means that Khafre can quickly encrypt a single
64-bit block without the lengthy pre-computation used in Khufu;
however it also means that some new mechanism of mixing in key
material must be adopted because the standard S-boxes can not serve as
the key. The mechanism of key-mixing is simple -- key material is
XORed with the 64-bit data block before the first round and thereafter
following every 8 rounds. A consequence of this method is that the
key must be a multiple of 64 bits -- it is expected that 64-bit and
128-bit key sizes will typically be used in commercial applications.
Arbitrarily large key sizes can be used, though this will slow down
encryption.

We can summarize Khafre as follows:

L, R: int32;
standardSBoxes: ARRAY [1 .. enough/8] OF ARRAY [0 .. 255] OF int32;
key: ARRAY [0 .. enoughKey-1] OF ARRAY [0 .. 1] of int32:
keyIndex: [0 .. enoughKey-1];
rotateSchedule: ARRAY [1 .. 8] := [16,16,8,8,16,16,24,24];

L := L XOR key[0][0];
R := R XOR key[0][1];
keyIndex := 1 MOD enoughKey;
round := 1;
octet := 1;
WHILE (round <= enough) DO
Begin
L := L XOR standardSBoxes[octet] [R AND #FF];
R := RotateRight[R, rotateSchedule[round mod 8 + 1] ];
SWAP[L,R];
IF round MOD 8 = 0 THEN
BEGIN
L := L XOR RotateRight[ key[keyIndex][0], octet];
R := R XOR RotateRight[ key[keyIndex][1], octet];
keyIndex := keyIndex + 1;
IF keyIndex = enoughKey THEN keyIndex := 0;
octet := octet + 1;
END;
round := round + 1;
End;
IF keyIndex # 0 THEN ERROR;

We again require that the number of rounds be a multiple of 8 for
efficiency reasons. In addition, we will require that the key size
evenly divide the number of octets + 1, That is, we require that
enoughKey MOD (enough/8 + 1) = 0. (This requirement is shown in the
code by the final test and error condition). This condition is
imposed to insure that decryption can be done correctly. If we did
not impose this condition, then we would have to compute the correct
value of 'keyIndex' to use when we started to decrypt. For example,
if we used a 128-bit key for 32 rounds to encrypt a 64-bit plaintext,
then the final entry used in the key array would be key[1]. If,
however, we had encrypted for 24 rounds the final entry would have
been key[0]. Computing the correct value of keyIndex with which to
start the decryption process would require additional computational
steps -- it would require a MOD operation which is computationally
expensive. To avoid this, we simply impose the condition that we can
always decrypt by starting from the last entry in the key array
(keyIndex = enoughKey-1). This effectively imposes the constraint
that (enough/8 + 1)/enoughKey is exactly 0.

Khafre will probably require more rounds than Khufu to achieve a
similar level of security because it uses a fixed S-box. In addition,
each Khafre round is somewhat more complex than each Khufu round. As
a consequence of these two factors, Khafre will take longer than Khufu
to encrypt each 64-bit block. In compensation for this slower
encryption speed, Khafre does not require pre-computation of the S-box
and so will encrypt small amounts of data more quickly than Khufu.


Snefru

Snefru is a one-way hash function. One-way hash functions are
fundamentally intended for authentication, not secrecy, and so their
design is somewhat different than that of conventional encryption
functions. However, many of the same basic principles are applicable.
Snefru in particular uses many of the design principles used in Khufu
and Khafre.

One way hash functions (also known as MDC's (Manipulation Detection
Codes)) have been generally known for some time. The first definition
was apparently given by Merkle [1,2] who also gave a method of
constructing one-way hash functions from random block ciphers. A more
recent overview was given by Jueneman, Matyas, and Meyer[11] and
Jueneman[4].

The major use of one-way hash functions is for authentication. If a
value y can be authenticated, then we can authenticate x by computing:

y = F(x)

No other input x' can be found (although they probably exist) which
will generate y. A 128 bit y can authenticate an arbitrarily large x.
This property is crucial for the convenient authentication of large
amounts of information.

Broadly speaking, there are two definitions for one-way hash
functions. The first definition is for a `weak' one-way hash
function. A weak one-way hash function is a function F such that:

1.) F can be applied to any argument of any size. For notational
convenience, F applied to more than one argument is equivalent to F
applied to the bit-wise concatenation of all its arguments.

2.) F produces a fixed size output. (The output might be 64 bits).

3.) Given F and x, it is easy to compute F(x).

4.) Given F and a 'suitably chosen' (e.g., random) x, it is
computationally infeasible to find a x' # x such that F(x) = F(x').

The phrase 'computationally infeasible' used above can be replaced
with any one of several more precise definitions -- each definition
will in turn result in a somewhat different definition of a one way
hash function. Snefru is intended to be a 'random' one-way hash
function -- e.g., for all practical purposes it can be modelled by a
very large table of random numbers, or by a `demon' who selects a
random number whenever we wish to compute some output value for
Snefru. This is discussed further in [18].

In a weak one way hash function there is no guarantee that it's
computationally infeasible to find pairs of inputs that produce the
same output. That is, it might be that F(z) = F(z') for some inputs z
and z' that someone in fact found. However, if x # z and x # z', then
this doesn't matter. Clearly, we must prevent someone from
deliberately picking x so that it is equal to a value of z or z' which
they know has this undesirable property. What's more, it must be
difficult to generate too many z-z' pairs (and it clearly must be
impossible to generate z-z' pairs in which we can effectively control
the value of z or z') or even a randomly chosen x would not be safe.
Thus, choosing x in a random fashion should make it unlikely that
anyone can find an x' such that F(x)=F(x'). It is possible, however,
to choose x in a non-random fashion and still be safe, if we assume
that F is random (a reasonable assumption for Snefru), then any method
of choosing x that does not depend on F is effectively random with
respect to F and therefore suitable. This observation is sometimes
important in practice, for it allows simpler (therefore faster and
cheaper) methods of selecting x.

Weak one-way hash functions also suffer from the problem that repeated
use weakens them. That is, if a weak one-way hash function is used
to hash 1,000 different random values for x (which might represent
1,000 different messages signed by a 1,000 different people) then the
chances of finding an x' such that one of the thousand values of x
satisfies F(x) = F(x') might be 1,000 times higher. As more people
sign more messages with the same weak one-way hash function, the
overall security of the system is degraded. This undesirable state of
affairs can be dealt with by parameterization, which is the approach
taken with Snefru. We simply define a family of one-way hash
functions with the property that each member Fi of the family is
different from all other members of the family, and so any information
about how to break Fi will provide no help in breaking Fj for i # j.
If the system is designed so that every use of a weak one-way hash
function is parameterized by a different parameter, then overall
system security can be kept high.

The alternative definition is of a `strong' one-way hash function. A
strong one-way hash function is a function F such that:

1.) F can be applied to any argument of any size. For notational
convenience, F applied to more than one argument is equivalent to F
applied to the bit-wise concatenation of all its arguments.

2.) F produces a fixed size output. (The output might be 128 bits).

3.) Given F and x, it is easy to compute F(x).

4.) Given F, it is computationally infeasible to find any pair x,
x' such that x # x' and F(x) = F(x').

Strong one-way hash functions are easier to use in systems design than
weak one-way hash functions because there are no pre-conditions on the
selection of x, and they provide the full claimed level of security
even when used repeatedly (or misused either because of error or
sub-optimal system design). Many authors recommend the exclusive use
of strong one-way hash functions[4,11] because of the practical
difficulties of insuring that the pre-conditions on x imposed by a
weak one-way hash function are met, and the increased problems in
insuring that different parameters are selected for each use. In
practice, the constraints imposed by use of a weak one- way hash
function imply that x cannot be chosen by an agent who has a motive to
break the system. If A signs a message which B provides, then A will
have to 'randomize' the message by some means before signing it. If A
fails to randomize the message, then B can select a 'rigged' message,
and later surprise A by exhibiting a novel message and showing that A
signed it.

Weak one-way hash functions can be quite valuable in some system
designs, although they must be used with caution. Parameterized weak
one-way hash functions in particular appear to be under-rated.

Snefru can be used as either a weak or a strong one-way hash function,
with or without parameterization depending on the desires of the
system designer.

A one-way hash function F accepts an arbitrarily large input --
however, it is much easier to specify a function that accepts a fixed
size input. We will, therefore, follow a two-step procedure to define
F. First, we will define a fixed size function F0 which has the same
properties as F but which accepts a fixed size input, and then we will
use F0 to construct F. By definition, F0 has properties 2, 3, and 4
listed above for F; but replaces property 1 (which says that F can
have an unlimited input size) with the simpler property that F0 can
accept only a fixed size input.

A fixed-size strong one-way hash function F0 has the following properties:

1.) F0 can be applied to a fixed size input argument (the input
might be 256 bits). The size of the input must be larger than the
size of the output. For notational convenience, F0 applied to more
than one argument is equivalent to F0 applied to the bit-wise
concatenation of all its arguments.

2.) F0 produces a fixed size output. (The output might be 128 bits).

3.) Given F0 and x, it is easy to compute F0(x).

4.) Given F0, it is computationally infeasible to find any pair x,
x' such that x # x' and F0(x) = F0(x').

It is often convenient if the following property is also satisfied:

5.) Given F0(x), and a randomly chosen x, it is computationally
infeasible to determine x.

If we view x as an array, then we can define F(x) in terms of F0 in the following fashion:

FUNCTION F(x[1 .. n])
BEGIN
result := 0;
FOR i := 1 to n DO
result := F0(result,x[i]);
END DO;
RETURN(result);
END;

(Note that x can be padded with zero's at the end to insure that x[n]
is of the correct size).

We have added property 5 to our fixed-size strong one-way hash
function because it will be convenient and useful to use F0 as a
normal one-way function -- that is, the input is chosen randomly and
is kept secret, while the output is made public. When used in this
way, it is not necessary that we reduce the size of the input. For
this reason, we will only require that F0 have this property, and will
not attempt to show that F also has this property.

We can show that F must satisfy properties 1 through 4 if F0 satisfies
properties 2 through 4, and if F0 accepts only a fixed size input.
From the program defining F it is obvious that it will accept an input
of arbitrary size, so property 1 is satisfied. It is also obvious
that F will produce a fixed size output -- which is the size of
'result' -- so property 2 is satisfied. Property 3 follows because
computation of F(x) requires time linear in the size of x -- (which we
actually take as the definition of 'easy') -- and because computation
of F0 is 'easy'. The fact that property 4 holds can be shown
inductively as follows:

Clearly, if n = 1, then property 4 holds for it holds for F0. Assume,
then, that the property holds for n-1, and we wish to prove it for n.
We know that:

result := F0( F(x[1 .. n-1]), x[n])

From the fact that property 4 holds for F0 it follows that neither
F(x[1 .. n-1]) nor x[n] could have been changed -- if they had been,
we would have two inputs to F0 that produced the same output. But if
F(x[1 .. n-1]) has not been changed, then x[1 .. n-1] has not been
changed, by the induction hypothesis. Q.E.D.

The preceding paragraphs mean simply that in order to design a strong
one-way hash function we need to design a fixed-size strong one-way
hash function F0, from which we can then build F. In what follows, we
shall define F0 and present intuitive arguments that it is difficult
to break.

Traditionally, one-way hash functions have been designed by treating the input, x, as the key and
then encrypting a fixed size block. We will pursue a different approach. In this approach, we will
treat the input, x, as the input to a block cipher which uses a fixed key. We will then encrypt x
and exclusive or the output of the encryption function with x. That is,

F0(x) is defined as: E(0, x) XOR x

where E(key, plaintext) is a 'good' conventional block cipher.

We then retain as many bits of the output as we desire.

This general approach has been used before[12,23] but must still be
justified. We prefer this approach to the more traditional approach
(in which x is treated as the key to an encryption function) because
it is faster. In the traditional approach, it is necessary to mix the
key with a fixed plaintext block during the encryption process. This
mixing process requires additional steps. In particular, the key must
be repeatedly re-loaded from memory to be re-mixed with the block
being encrypted. (By way of example, consider that the 56 bit key used
in DES is actually expanded internally into a 768-bit key, so that
each bit of key material can be mixed into the block being encrypted
several times). On the other hand, if we treat x as the input to a
block cipher then we can use a fixed key, need do no key mixing, and
can still provide excellent security. To show that security is
preserved using this method, we will appeal to the intuition that a
'good' encryption function appears to be random. That is, any change
to the input will produce an unpredictable and apparently random
change in the output. E(0, x) is totally unrelated to E(0, x XOR 1)
-- changing a single bit produced a 'random' change. We presume that
there is no effective method of analyzing E and that therefore it must
be viewed as a 'black box' -- it's possible to encrypt or decrypt, but
it's not possible to make any prediction about the value that will be
produced (unless we've already encrypted or decrypted that particular
value).

If E is random in the sense discussed above, then E(0, x) is random --
even if x is highly structured. Therefore E(0, x) XOR x is random and
cannot be predicted from a knowledge of x. To determine an x' such
that F0(x) = F0(x'), x' must (by definition) satisfy the equation:

E(0, x) XOR x = y = E(0, x') XOR x'

However, if we assume that the only operations we can perform for the
cryptanalysis are encryption and decryption of a block, i.e., the
computation of E(0,w) or D(0,w) (where D stands for Decryption) for
any value of w that we choose, then our chances of actually finding x'
are little better than chance. We can select some w by any method we
desire, and then compute E(0,w) -- but this will produce a nearly
random value which, when XORed with w, will have a very small
probability of being equal to y. If we operate in the reverse fashion
and compute D(0,w) XOR w it too, for the same reason, will only equal
y by chance.

The critical question that we cannot answer with absolute reliability
is whether F0 is in fact 'random' in the sense needed for the
foregoing proof. This question (at present) can only be answered
empirically by means of a certificational attack -- we have been
unable to break this system, and so we hope that it cannot be broken.

We will in fact propose 3 fixed-size one-way hash functions: HASH128,
HASH256, and HASH512 which hash down 128, 256, or 512 bits,
respectively. We will then define the final hash function, HASH, in
terms of these four basic functions. The primary purpose of providing
4 one-way hash functions is efficiency -- if we wish to hash only 128
bits it is significantly more efficient to use a function which
accepts a 128 bit input than to use a function which accepts a 512 bit
input and zero-pad the 128-bit value out to 512 bits.

In addition, HASH, HASH128 and HASH256 accept a 64-bit parameter,
while HASH512 accepts a 96-bit parameter. The reader can ignore these
parameters without loss of continuity, the general ideas presented
below do not depend on them. It is quite possible (and simpler) to
design a system that does not use these parameters -- however, we
might have to double the amount of authentication information that we
store. That is, the output would have to be around 128 bits to
provide good security[4]. Whether or not this is a significant
problem will depend on the specific system being designed and the
particular way the hash functions are being used.

In essence the additional parameters can be used to make exhaustive
search attacks harder. The basic idea will be familiar to those who
have thought about the problems of applying a one-way function to
passwords -- if the same one-way function is used for all users, then
the fact that two users used the same password is readily apparent if
you examine the password file that contains the encrypted result for
each user. Furthermore, by applying the one-way function to all the
words in a dictionary, it is possible to recover all passwords that
are English words. However, if each one-way function used to encrypt
each user's password is slightly different from all the other one-way
functions, then any would-be system cracker must encrypt each word in
the dictionary not with a globally known and fixed one-way function,
but with each individual user's one-way function before recovering all
passwords that are English words.

In a similar way, if HASH is used throughout a system, then we can
reasonably expect that many arguments x0, x1, x2,.... will have been
hashed into many results y0, y1, y2,.... Now, if an interloper wishes
to attack the system he need only find a false xbad that maps onto
some legitimate yi: that is, HASH(xi) = yi = HASH(xbad). This clearly
is a problem because it might let the interloper 'authenticate' the
false xbad when in fact it is not authentic. The more y's there are,
the greater the probability that a randomly chosen x will map onto one
of them. Thus, the more HASH is used, the more popular it becomes,
the easier it will be to find an xbad for some legitimate xi such that
HASH(xi) = yi = HASH(xbad). If, however, each use of HASH is
parameterized with a different value, then the interloper must attack
each use of HASH as though it were an entirely different hash function
-- as indeed it will be if the hash function is correctly designed.
More precisely, if the interloper finds an xbad such that HASH(p,xi) =
yi = HASH(p',xbad) this will do him absolutely no good as long as p
and p' are not equal.

This parameter must be passed from HASH to the basic functions
HASH128, and HASH256 which are used to define it. HASH512 must not
only receive the parameter passed from HASH, but must also receive an
additional parameter because HASH512 is used repeatedly when hashing
down a large argument. That is, hashing a one-gigabyte file will need
some 16,000,000 usages of HASH512 -- if two of these uses produced the
same result, then we could simply delete the part of the file between
them and produce a shortened file that would still produce the same
result. To prevent this, all 16,000,000 uses of HASH512 invoked by
HASH to hash down the one-gigabyte file must accept an additional
parameter to insure that each use is different.

We start with the design of HASH512 -- the largest fixed-size one-way
hash function and therefore the most efficient for hashing large
blocks of data.

Conceptually, the hash functions all return 128 bits. If fewer bits
are needed (e.g., adequate security is provided by 128 bits), then
trailing bits are discarded. In practice, it will often be more
efficient to return only as many bits as are required.

HASH512 accepts an input, x, and two parameters which are named p64 (a
64-bit parameter) and p32 (a 32-bit parameter). Because HASH512
accepts p64 and p32 it is necessary to add these arguments to the
conventional block cipher E which is used to define HASH512. (Note
that we assume E returns a full 512-bit value -- conceptually we
discard any unneeded bits after E512 has been computed). We can now
provide a definition of HASH512 in terms of E512 as follows:

HASH512(p64, p32, x) = leading 128 bits of ( E512(p64, p32, 0, x) XOR x)

If we now specify E512(p64, p32, 0, x) -- a conventional block cipher
that encrypts a 512-bit block with parameters 'p64' and 'p32' and
which uses a fixed key -- our task is complete.

In essence, we extend the design of Khufu by assuming a block size of
512 bits (16 32-bit words). This block size was selected as a
compromise between two factors. We can more efficiently hash more
data if the block size is large. On the other hand, if the block size
is too large it won't fit into the registers on the computer
implementing the hash function, so parts of the block will have to be
repeatedly loaded and stored. Most modern RISC chips have many
registers (more than 16 32-bit registers), so on most of these chips
the entire 512-bit block being encrypted can be kept in registers.
There will then be no need to load or store parts of the block during
computation of the hash function.

We modify the basic encryption loop for Khufu as follows: instead of
two halves, L and R, we have 16 'halves' in an array. We designate
this array as 'Block[0 .. 15]'. Because we have also added a 64-bit
parameter to this fixed-size one-way hash function we need to mix in
this parameter as well. The algorithm for doing this is given below:

Function E512(p64, p32, 0, x)
p64: INT64;
p32: 1NT32;
x: INT512; -- a 512 bit 'integer'.
BEGIN
blockSize = 512; -- the block size in bits
blockSizeInBytes = blockSize/8; -- the block size in 8-bit bytes, here just 64 bytes
blockSizeInWords = blockSize/32 -- the blocksize in 32-bit words, here just 16 words
p64upper, p64lower: int32; -- the 64-bit parameter, which is represented as two 32-bit halves
tempBlock, Block: array [0 .. blockSizeInWords-1] of int32;
StandardSBoxes: ARRAY [1 .. enough/8] OF ARRAY [0 .. 255] OF int32; -- Fixed for all time
rotateSchedule: ARRAY [1 .. 4] := [16,8,16,24];
index: integer;
byteInWord: integer;
sBoxEntry: int32;

p64upper := Upper32BitsOf(p64);
p64lower := Lower32BitsOf(p64);
Block := x; -- note that x must be 512 bits or smaller. The
-- trailing bits in Block are zero-filled

FOR index + 1 to enough/blockSizeInBytes - 1 DO
-- Mix in the parameters that parameterizes this instance
Block[0] + Block[0] XOR p64lower;
Block[1] + Block[1] XOR p64upper;
Block[2] + Block[2] XOR p32;

FOR byteInWord := 1 to 4 DO -- for each of the four columns
FOR i := 0 to blockSizeInWords-1 DO
next := (i+1) MOD blockSizeInWords;
last := (i-1) MOD blockSizeInWords:

-- Pick sboxes in sequence of 1,1,2,2,1,1,2,2,1,1,2,2,...
-- ...1,1,2,2,3,3,4,4,3,3,4,4,... etc. Note that
-- using the S-boxes in this sequence prevents self cancellation
-- if the same entry is used twice.
SBoxEntry := standardSBoxes[ 2*index-1 + (i MOD 2)] [Block[i].bottomByte];
Block[next] + Block[next] XOR SBoxEntry;
Block[last] + Block[last] XOR SBoxEntry;
ENDLOOP;

-- rotate all the 32-bit words in the block at once by the correct amount
FOR i: INTEGER IN [0.. wordCount) DO
Block[i] + RotateRight[Block[i], rotateSchedule[byteInWord]];
ENDLOOP;

ENDLOOP; -- end of byteInWord going from 1 to 4

ENDLOOP; -- end of index going from 1 to enough/blockSizeInBytes-1

-- flip the Block. The first word and the last word are interchanged, etc.
tempBlock := Block;
For i := 0 to blockSizeInWords-1 DO
BEGIN
Block[i] := tempBlock[blockSizeInWords-i-1];
END;

RETURN(Block);
End;

For efficiency reasons, it is expected that in an actual
implementation the inner loops would be unrolled blocksize or
4*blocksize times. This would mean that all shifts would be by fixed
amounts (if unrolled 4*blocksize times) and that no array indexing,
divisions or mod computations would actually be performed in the
unrolled loop because the values would be known at compile time. The
array 'Block' would be kept in 16 registers, and reference to
individual array elements (because the array indices would be known at
compile time) would be to specific registers.

HASH512 can be used to efficiently hash large amounts of data. If
only small amounts of data need be hashed, then the related functions
HASH256 and HASH128 should be used. They are precisely the same as
HASH512 except that 'blockSize' is changed from 512 bits to 256 or 128
bits as appropriate, and p32 (the 32-bit parameter) is always 0.

Finally, we define HASH(p, x) in terms of the fixed size hash
functions. To insure that HASH will always be computed efficiently,
we first determine the size of the argument, x. If the argument is
small, we use the appropriate fixed-size hash function for speed of
computation. If the argument is large, we use HASH512 repeatedly to
reduce its size.

We now define HASH as follows:

Function HASH(p64,x): INT128;
x: ARRAY[0 .. n-1] OF INT512; -- note that this declaration actually defines n
p64: INT64;
p32: INT32; -- a 32-bit integer variable that counts how many times HASH512 is used
hashArray: ARRAY[0 .. 3] OF INT128; -- an array of 128-bit 'integers'
hashLoc: integer; -- index into hashArray
BEGIN
p32 := 0;
-- SizeOf returns the size of its argument in bits
-- Yes, it is somewhat inconsistent to view 'x' as an array of 512-bit elements and
-- also allow it to have a length of less than 512 bits if there is only one element
-- in the array - but this is a very high-level programming language that understands
-- such oddities.
IF SizeOf(x) <= 128 THEN RETURN(HASH128(p64, x)) ELSE
IF SizeOf(x) <= 256 THEN RETURN(HASH256(p64, x)) ELSE
IF SizeOf(x) <= 512 THEN RETURN(HASH512(p64, p32, x)) ELSE
-- actually have to reduce a large amount of data
BEGIN
p32 := 0; -- count of number of calls to HASH512 starts at 0
hashLoc := 0; -- start using hashArray[0]
hashArray := 0; -- zero out all entries in this array
FOR i := 0 to n-1 DO
BEGIN
hashArray[hashLoc] := HASH512(p64,p32,x[i]);
p32 := p32 + 1;
hashLoc := hashLoc + 1;
IF hashLoc >= 4 THEN
BEGIN
hashArray[0] := HASH512(p64,p32,hashArray);
p32 := p32+1;
hashLoc := 1;
END;
END;
END;
RETURN(HASH512(hashArray,p64,p32));
END;

HASH is more complex than the function F which we discussed earlier
for two reasons. First, the precise pattern used to hash down a large
x is different; and second it uses a more efficient mechanism for
small arguments. The fundamental concepts, however, are identical.


Making the Initial and Standard S-Boxes

We need an initial S-box to generate a pseudo-random stream of bytes.
We also need a set of standard S-boxes to use in Khafre and Snefru
during the encryption process. In all three applications, we need
assurances about how the S-boxes were generated. This was a major
question in DES -- whether any structure (intentional or accidental)
might be present in the S-boxes that would weaken the encryption
function. Because the method of selecting the DES S-boxes was kept
secret, the published articles on the structure of DES are necessarily
incomplete. Published discussions of the structure in the DES S-boxes
makes it clear that very strong selection criteria were used, and much
of the structure actually found can reasonably be attributed to design
principles intended to strengthen DES. The purpose behind some of the
structure detected is unclear; though it does not appear to weaken DES
it would be useful to know if the structure serves some purpose or
whether it occurred as an unintended consequence of the particular
method chosen to actually generate the S-boxes.

To avoid these questions, the standard S-boxes will be generated from
the initial S-box according to the standard (and public) algorithm for
generating a set of S-boxes from a key. The key selected for the
standard S-boxes will be the null (all 0) key. In this way, not only
the standard S- boxes but also the algorithm for generating them are
made public and can be examined to determine if there are any
weaknesses.

The initial S-box must be generated from some stream of random
numbers. In order to insure that the initial S-box does not have
hidden or secret structure, we adopt the following rules:

1.) The program that generates the initial S-box from a stream of
random numbers will be public.

2.) The stream of random numbers used as input to the program
should be above reproach -- it should be selected in such a fashion
that it could not reasonably have been tampered with in a fashion that
might allow insertion of a trap-door or other weakness.

The first criteria is met rather simply by publishing the algorithm
used to generate the standard S-box (publication is planned in the
near future). The second criteria is met by using the random numbers
published in 1955 by the RAND corporation in 'A Million Random Digits
with 100,000 Normal Deviates' (available on magnetic tape for a
nominal fee). Given this approach, insertion of a trap-door would
require (1) that the publicly known programs that generate the initial
and standard S-boxes insert the trap door under the very nose of a
watching world or that (2) the trap-door have been planned and
inserted into the random numbers generated by RAND in 1955, over 30
years prior to the design of Khufu (at a time when Khufu's chief
designer found successfully negotiating a flight of stairs an
absorbing challenge).


Methods of Cryptanalysis

Questions about the security of a new cryptographic algorithm are
inevitable. Often, these questions are of the form 'Have you
considered the following attack...' It is therefore useful to describe
the attacks that were considered during the design process. This
serves two purposes. First, it reassures those who find their attack
has already been considered (and presumably found non-threatening).
Second, it tells those who are considering a new attack that the
matter might not be settled and is worth pursuing further. A second
question typically asked is 'How many rounds are enough?' This will
vary with three factors: the value of the data being encrypted, the
encryption speed (delay) that is acceptable, and the estimated cost of
cryptanalysis. This last cost is inferred by considering how many
rounds are sufficient to thwart various certificational attacks.

Attacks can be broadly divided into a number of categories -- starting
with chosen plaintext, known plaintext and ciphertext only. We shall
primarily consider attacks of the chosen plaintext variety -- a system
secure against chosen plaintext attacks is presumably also secure
against the two weaker attacks. Some consideration will be given to
known plaintext and ciphertext only attacks. Protection against
casual browsers is valuable and can be provided more cheaply (i.e.,
with fewer rounds in the encryption process and hence less delay). An
attack by a casual browser is better modeled by a ciphertext only
attack. At the same time, the cryptographic resources the casual
browser is likely to bring to bear are markedly inferior. Finally,
the cost of encryption (in user inconvenience or delay) might be
significant and the value of the data might not justify much
inconvenience -- the choice might be between rapid encryption that
offers protection against casual attack and no encryption at all.

Without further ado, and in no particular order, we discuss the major
attacks considered during the design phase.

We first consider attacks against Khufu with a reduced number of
rounds. We shall here consider attacks against an 8 round Khufu and
will start with a chosen plaintext attack. We assume that the
objective is to determine the entries in the S-box and the values of
the auxiliary keys. While it might theoretically be possible to take
advantage of the fact that the S-box was generated in a pseudo-random
fashion from a smaller key (effectively limited to 64 bytes) this has
so far not proven to be the case. The pseudo-random method of
generating the S-box from the key is sufficiently complex that the
64-byte to 1024-byte expansion involved in this process appears quite
strong. This is probably due to the relaxed computational time
requirements on the pre-computation, i.e., the pre-computation is
probably over-kill, but in most applications an additional fixed delay
of some tens of milliseconds probably won't be noticed, so it wasn't
further optimized.

An 8 round encryption can be readily broken under a chosen plaintext attack by noting that each
round of the encryption process is affected by only a single byte of the initial plaintext.
Therefore, given 8 rounds and 8 bytes of plaintext, some byte of plaintext is used last; e.g., in the
8th round. By encrypting two plaintext blocks that differ only in
this last byte, we obtain two ciphertext blocks in which the
encryption process differs only in the 8th round, and therefore in
which the two left halves have the same difference as two S-box
entries. That is, if the two ciphertext left halves are designated
L[8] and L'[8] and if the indices of the S-box entries used in the 8th
rounds are designated i[8] and i'[8], then L[8] XOR L'[8] equals
SBox[i[8]] XOR SBox[i'[8]]. L[8] and L'[8] are known, as are i[8] and
i'[8], so this provides an equation about two S-box entries. After we
recover roughly 256 equations we will almost be able to solve for the
256 entries in the S-box. At this point, the recovery of the S-box
will not quite be complete -- we can arbitrarily set the value of a
single S-box entry and determine values for the rest of the entries
that will satisfy the equations we have. Further equations will not
help us, for if we have one solution to the equations, we can generate
another solution by complementing the ith bit in every proposed S-box
entry. The new set of values will also satisfy the equations, for
every equation XOR's two S-box entries, and hence complementing the
ith bit in both entries will leave the XOR of the two bits unchanged.
We need another method for resolving this last ambiguity. This is
conceptually easy (in the worst case, we could simply examine all
2**32 possibilities) but an efficient algorithm is difficult to
explain in a short space -- we therefore leave this as an exercise for
the reader. Once the S-box entries are known, it is also relatively
simple to determine the auxiliary keys.

If we consider a known plaintext attack against an 8 round encryption,
we find the problem is more difficult. Certainly, we could request a
large number of plaintext-ciphertext pairs and hope that at least some
of the pairs differed only in the final few bytes (e.g., the bytes
that are used only on the 7th and 8th rounds of encryption) but this
would require many millions of such pairs. This, of course, presumes
that the plaintext is selected randomly -- which implies that cipher
block chaining (or some other pseudo-randomization method) is used to
insure that patterns in the plaintext are eliminated prior to
encryption. Direct encryption (without some 'whitening' or pre-
randomization) of sufficient text would probably result in 8-byte
blocks that differed only in a single byte -- which might allow use of
the method described above.

The following paragraph condenses an entire Ph.D. thesis and some
speculative ideas. It can be skipped without loss of continuity.

A statistical attack of the 'hill-climbing' variety [22] might prove
successful. In such attacks the discrete points in the key-space are
embedded in a continuous space. Once this is done, it is possible to
search the space using continuous optimization methods that are
difficult to apply to a discrete space. A version of such an attack
that would be relatively easy to implement on commercially available
computers might view the encryption process as acting on bytes. In
the cryptanalysis, each byte (whether it be a byte of plaintext, of
ciphertext, a byte in the S-box, or a byte in some intermediate
computation) would be represented by a vector with 256 entries, each
entry being a real number in the range from 0.0 to 1.0 inclusive.
Intuitively, these real numbers represent the probability that the
byte takes on the corresponding value, That is, if the 23rd entry in
such a vector were .3, then there would be a 30% chance that the byte
associated with that vector was 23. (The sum of the entries for a
given vector should be 1.0, i.e., the probability that the byte has
some value between 0 and 255 inclusive should be 1). Because the
S-box is initially completely unknown, we would associate each byte in
the S-box with a vector all of whose entries were equal to 1/256. By
representing each actual byte in the computation with a vector of real
numbers, we have effectively mapped the discrete cryptographic
encryption process onto a continuous process. Given a
plaintext-ciphertext pair, we can map the discrete encryption process
into a continuous analog computation. We can 'encrypt' the continuous
plaintext with the continuous 'S-box' and produce a continuous
'ciphertext'. The continuous plaintext, because it is known, would be
represented by 8 vectors each of which had a single 1 entry in the
correct place, with all other entries being 0. Because the initial
continuous approximation to the S-box does not correspond to any
discrete S-box, the result of the encryption would be continuous
'ciphertext' which would consist of 8 vectors with some (initially
flat) distribution showing the probable values for the bytes in the
actual ciphertext. Because the computed probability distribution for
the ciphertext will differ from the actual ciphertext (which is known)
it is possible to generate an error signal. If we compute many
continuous 'ciphertexts' from many plaintexts and compare all the
continuous 'ciphertexts' with the actually known ciphertext values,
then we can generate an aggregate error signal that reflects all the
available information. By changing the probability distributions
associated with the bytes in the S-box (e.g., by moving to adjacent
points in the continuous key space) it is possible to change this
error signal. Minimizing the error signal as a function of the S-box
values is an optimization problem, and there are many algorithms in
the literature which can be applied. The simplest approach would be
to find the direction in the continuous key space which best minimizes
the error, and then travel some distance in that direction. This is
simply the method of steepest descent. In general, the solution of
non-linear optimization problems is difficult, and whether or not such
an approach will work with an 8 round Khufu is an interesting and as
yet unanswered question. Because such an attack must depend on
statistical 'roughness' in the encryption process, and because (as
discussed later) 8 rounds is significantly 'rough', such an attack
might work.

Finally, a ciphertext only attack against an 8-round Khufu results in
a very difficult problem. A modification of the attack sketched above
might be mounted in which the ciphertext is 'decrypted' and the
resulting 'plaintext' is then viewed statistically to measure how
'close' it is to being reasonable. For example, we could score the
'decryption' by multiplying the probability vector for each byte of
'plaintext' times the actual probability distribution (assuming that
some reasonable approximation to this distribution is known).
Fundamentally, hill climbing and other statistical attacks must rely
on statistically detectable differences between various alternatives.
If the statistics are flat, then such techniques will fail. An
important question with Khufu is the number of rounds required to
achieve a statistically flat distribution. Preliminary results
indicate that 16 rounds produces flat statistics. The use of
auxiliary keys were largely adopted for three reasons: first, it
seemed intuitively reasonable that randomization of the input by
XORing an unknown quantity would assist in the encryption process.
Second, four additional register-to-register XOR operations are cheap
to implement. Finally, the auxiliary keys foil a specific chosen
ciphertext attack. This attack depends on the observation that,
although the S-box has 256 entries, the encryption process does not
use all entries for each plaintext-ciphertext pair. Even worse,
although a typical 8-round encryption will use 8 different S-box
entries it doesn't have to: some entries could be repeated. In the
worst case, a single entry would be repeated 8 times -- which would
effectively mean that only 32 bits of key material was used. If the
auxiliary keys were not present then we could simply guess at the
value of one of the S-box entries, and then confirm our guess if we
could find a plaintext-ciphertext pair that used only that entry for
all 8 rounds. Because each of the 8 rounds uses a single byte from
the plaintext, we could actually construct the plaintext needed to
confirm our guess (if the auxiliary keys were not present). For
example, if we guess that the 0th S-box entry has some specific value,
then we would select the first byte of our specially-built plaintext
(by 'first byte' we mean i[1], or that byte of plaintext used as an
index into the S-box in the first round) to be 0. Then, knowing what
happens in the first round, we can select the second byte of plaintext
so that the 0th entry is again selected on the second round -- which
would tell us what happens in the third round. By repeating this
process for 8 rounds, we can construct a plaintext which, when
enciphered, will tell us whether or not the 0th S-box entry does or
does not have a specific value. After trying 2**32 values we will
surely find the correct one. If we then repeat this whole process for
the 1st entry, and then the 2nd entry, etc, we could determine the
values of all the entries in the S-box.

The auxiliary keys prevent this attack because they effectively inject
64 bits of key material into the encryption process prior to selecting
S-box entries. Thus, correctly guessing a 32-bit S-box entry is
insufficient because we would also have to guess the 64-bit value
XORed with the plaintext prior to encryption. If we guessed a single
such bit incorrectly, then the incorrectly guessed bit would (within
the first 8 rounds) cause selection of an uncontrolled S-box entry
which would then initiate the uncontrolled avalanche of changes that
we rely upon to provide cryptographic strength.

Although this attack is actually rather inefficient compared with our
first chosen ciphertext attack, it does point out that there is no
guarantee that multiple different S-box entries have actually been
used during encryption. Instead, we must assure ourselves that the
risk of this occurring is sufficiently low by explicitly computing the
probability of its occurrence.

Another attack in this general class is the cancellation attack. In
this attack, we alter the first byte of the 8 bytes in the plaintext,
and then attempt to cancel the effects of this alteration by altering
the other 32-bit half in a compensating fashion. That is, by altering
the first byte of plaintext used in the first round, we cause a change
in the second round that we can understand. Because we can also
change the other 32-bit half, this understandable change in the second
round can be cancelled. (Notice that the auxiliary keys have very
little impact on this attack). Now, if the first byte were 3, and we
changed it to a 5, then this would produce a predictable change in the
value XORed with the other 32-bit half, R, in the first round. This
first round is computed as:

i[1] := L[0] AND #FF:
L[1] := R[0] XOR SBox[ i[1] ];

For the first plaintext we encrypted, this would become:

L[1] := R[0] XOR SBox[3];

while for the second plaintext encrypted, this would become:

L'[1] := R'[0] XOR SBox[5];

Therefore, if we select R'[0] = R[0] XOR SBox[3] XOR SBox[5], then the
second equation becomes:

L'[1] := R[0] XOR SBox[3] XOR SBox[5] XOR SBox[5]
or
L'[1] := R[0] XOR SBox[3]

But this means that L'[1] = R[0] XOR SBox[3] = L[1]

In other words, L[1] and L'[1] are identical -- by knowing SBox[3] XOR
SBox[5] we were able to cancel out the change that should have taken
place in L[1]. This, of course, means that the avalanche of changes
upon which encryption so critically depends has been thwarted at the
very start. Notice that after the first round of encryption, the two
blocks differ only in the first byte -- that is, the byte used in the
first round. After 8 rounds of encryption, the resulting ciphertexts
will also differ in only this one byte.

In practice, this attack seems to require that you first guess the
correct value of SBox[i] XOR SBox[j] for two different values of i and
j. This is a 32-bit value, and so on average it seems necessary to
try 2**32 different values before encountering the correct one. After
8 rounds of encryption, however, the fact that we have determined the
correct 32-bit 'cancellation value' will be obvious because the final 64
bits of ciphertext generated by the two different plaintexts will
differ in only a single byte.

It might not at first be obvious, but we can in fact modify this
attack so that only 2 * 2**16 plaintext- ciphertext pairs are required
in order to find the correct cancellation value. Although as described
above, it would seem that we need 2**32 pairs of plaintext-ciphertext
pairs to test each possible 32-bit cancellation value, this is not the
case. We can generate two lists of plaintext-ciphertext pairs, and
then by selecting one plaintext-ciphertext pair from one list and the
other plaintext- ciphertext pair from the other list, we can generate
2**32 possible combinations of entries from the two lists. If we
select the plaintexts used to generate the lists carefully, then every
32-bit cancellation value can be represented by one entry from the
first list, and one entry from the second list.

When we consider this attack on a 16 round Khufu it is much weaker.
If we can determine the correct 32-bit cancellation value it will cause
collapse of the encryption process up until the changed byte is again
used. If the first byte has been changed, then it will again be used
on the 9th round -- this means that in a 16-round Khufu a cancellation
attack will effectively strip off 8 rounds. The remaining 8 rounds
must then provide sufficient cryptographics strength to resist attack.
Empirical statistical tests indicate that 8 rounds in which changes
take place in the first one or two rounds will result in apparently
random output -- though of course, this result demonstrates only that
the output was random with respect to the specific statistical tests
used, not that all possible statistical tests would reveal no pattern.

An attack proposed by Dan Greene is based on the observation that each
32-bit half is being XORed with values selected (possibly with a
rotation) from the S-box. Once the key has been chosen this S-box is
fixed -- so at most 256 different values can be used and each value
can be rotated (in the first 8 rounds of Khufu) in only four different
ways. That is, we are at best applying a fixed and rather limited set
of operations to each half. If we focus on the right half R, (and if
we neglect the effect of the auxiliary keys) then we find that:

R8 = R0 XOR ROTATE[SBox[i1,0] XOR ROTATE[SBox[i3],16] XOR ROTATE[SBox[i5],24]
XOR ROTATE[SBox[i7],8]]

R8 designates the right half following 8 rounds of Khufu, i.e., the
right half of the ciphertext. R0 designates the right half before
encryption begins, i.e., the right half of the plaintext. Although
the indices used to select the S-box entries are computed during
encryption, we are going to ignore their actual values. Instead, we
will assume that i1, i3, i5 and i7 are selected randomly. This should
not weaken the encryption function, so any cryptanalytic success we
have using this assumption indicates weakness in the original system
as well.

If we define

Y = Y[i1, i3, i5, i7] = ROTATE[SBox[i1,0] XOR ROTATE[SBox[i3],16] XOR
ROTATE[SBox[i5],24] XOR ROTATE[SBox[i7],8]]

we can re-express the earlier equation as:

R8 XOR R0 = Y[i1, i3, i5, i7]

The left side of this equation is readily computed from a
plaintext-ciphertext pair, and with enough such pairs we can compute
the probability distribution of (R8 XOR R0). The right side should
determine the same distribution (if we assume the actual indices are
more or less random -- which should be a good approximation if the
plaintext is random!). The 4 8-bit indices clearly could generate at
most 2 possible values for Y, but it seems more plausible that some
values for Y will be produced more than once while other values for Y
will not be produced at all. That is to say, the distribution of Y's
will not be uniform. If we can compute this distribution from enough
plaintext-ciphertext pairs, and if it is non-uniform, could we then
cryptanalyze an 8 round Khufu? Statistical evidence gathered on a
16-round Khufu suggests that this attack will fail for 16 rounds, but
its success for 8 rounds is still unclear. Even given the
distribution of Y's it is not clear (at the time of writing) how to
determine the actual S-box entries.


Summary

An 8-round Khufu can be broken by several attacks, though it is
reasonably resistant t0 ciphertext only attack. A 16-round Khufu has
so far resisted cryptanalysis. Preliminary statistical analysis
suggests that a 16-round Khufu produces random output. We are hopeful
at the current writing that a 16-round Khufu will be useful for
general commercial encryption, and that a 32-round Khufu can be used
for high security applications. This conclusion is tentative and
requires further investigation.

The analysis of Khafre and Snefru have so far been less detailed -- as
a consequence, we do not yet have recommendations on the number of
rounds that should be used with them. It seems probable that Khafre
will require more rounds of encryption to provide equivalent security
than Khufu, because the S-boxes used with Khafre are public. Khufu,
by contrast, generates different S-boxes for each key and keeps the
S-boxes secret -- and so uses more key material per round than Khafre.

Although we believe at the time of writing that the conclusions given
above are sound, any reader seriously considering use of these
encryption functions is advised that (1) waiting for one or two years
following their publication should allow sufficient time for their
examination by the public cryptographic community and (2) current
information about their status should be obtained by contacting the
author.


Acknowledgements

The author would like to particularly thank Dan Greene for his many
comments and the many hours of discussion about cryptography in
general and the various design proposals for Khufu in particular.
Thanks are also due to Luis Rodriguez, who implemented the C version
of Khufu and gathered most of the statistics. I would also like to
thank Dan Swinehart and the many researchers at PARC who have shown
both interest and support during the many months this effort has
required.


Bibliography

1.) `Secrecy, Authentication, and Public Key Systems', Stanford
Ph.D. thesis, 1979, by Ralph C. Merkle.

2.) `A Certified Digital Signature', unpublished paper, 1979.

3.) Moti Yung, private communication.

4.) `A High Speed Manipulation Detection Code', by Robert R.
Jueneman, Advances in Cryptology - CRYPTO '86, Springer Verlag,
Lecture Notes on Computer Science, Vol. 263, page 327 to 346.

5.) `Another Birthday Attack' by Don Coppersmith, Advances in
Cryptology - CRYPTO '85, Springer Verlag, Lecture Notes on Computer
Science, Vol. 218, pages 14 to 17.

6.) `A digital signature based on a conventional encryption
function', by Ralph C. Merkle, Advances in Cryptology CRYPTO 87,
Springer Verlag, Lecture Notes on Computer Science, Vol. 293, page
369-378.

7.) `Cryptography and Data Security', by Dorothy E. R. Denning,
Addison-Wesley 1982, page 170.

8.) `On the security of multiple encryption', by Ralph C.
Merkle, CACM Vol. 24 No. 7, July 1981 pages 465 to 467.

9.) `Results of an initial attempt to cryptanalyze the NBS Data
Encryption Standard', by Martin Hellman et. al., Information Systems
lab. report SEL 76-042, Stanford University 1976.

10.) `Communication Theory of Secrecy Systems', by C. E. Shannon,
Bell Sys. Tech. Jour. 28 (Oct. 1949) 656-715

11.) `Message Authentication' by R. R. Jueneman, S. M. Matyas, C.
H. Meyer, IEEE Communications Magazine, Vol. 23, No, 9, September 1985
pages 29-40.

12.) `Generating strong one-way functions with cryptographic
algorithm', by S. M. Matyas, C. H. Meyer, and J. Oseas, IBM Technical
Disclosure Bulletin, Vol. 27, No. 10A, March 1985 pages 5658-5659

13.) `Analysis of Jueneman's MDC Scheme', by Don Coppersmith,
preliminary version June 9, 1988. Analysis of the system presented in
[4].

14.) `The Data Encryption Standard: Past and Future' by M. E.
Smid and D. K. Branstad, Proc. of the IEEE, Vol 76 No. 5 pp 550-559,
May 1988

15.) `Defending Secrets, Sharing Data; New Locks and Keys for
Electronic Information', U.S. Congress, Office of Technology
Assessment, OTA-CIT-310, U.S. Government Printing Office, October 1987

16.) `Exhaustive cryptanalysis of the NBS data encryption
standard', by Whitfield Diffie and Martin Hellman, Computer, June
1977, pages 74-78

17.) `Cryptography: a new dimension in data security', by Carl H.
Meyer and Stephen M. Matyas, Wiley 1982.

18.) 'One Way Hash Functions and DES', by Ralph C. Merkle, Xerox Disclosure Bulletin.

19.) 'Data Encryption Standard (DES)', National Bureau of
Standards (U.S.), Federal Information Processing Standards Publication
46, National Technical Information Service, Springfield, VA, Apr. 1977

20.) ???

21.) `Cryptography and Computer Privacy', by H. Feistel, Sci.
Amer. Vol. 228, No. 5 pp 15-23, May 1973

22.) `Maximum Likelihood Estimation Applied to Cryptanalysis', by
Dov Andelman, Stanford Ph.D. Thesis, 1979

23.) IBM has recently proposed a specific one-way hash function
which has so far resisted attack.

Ralph Merkle

unread,
Jul 13, 1989, 8:07:52 PM7/13/89
to
I was surprised to read John Gilmore's mail on sci.crypt, and find it rather embarrassing. Xerox PARC has supported my research and provided an environment that offers an unparalleled freedom to pursue ideas that are interesting and new. How best to use those ideas in a commercial setting is a decision that is and should be made by Xerox. The decision by Xerox to defer publication of a portion of my work is one that I both understand and fully support.

I should add that at no point has NSA said or suggested that there would be an adverse affect on Xerox should Xerox pursue publication.

This paper was distributed several months ago by me, with Xerox' permission, to a few colleagues for comments. It is a draft, so the ideas and concepts expressed in it are untested and unproven.

I wish John had not sent out copies of this draft. I would ask that it receive no further distribution at this time.

Ralph C. Merkle
mer...@xerox.com

Joe Keane

unread,
Jul 14, 1989, 10:12:37 PM7/14/89
to
g...@hoptoad.uucp (John Gilmore) writes:
>The story is that a division of Xerox sells a lot of stuff to NSA and they
>threatened to pull their business if Xerox publishes it.

>However, I prefer to extend the courtesy to the person who did the work, Ralph


>Merkle, who would like to see it released and used.

mer...@arisia.Xerox.COM (Ralph Merkle) writes:
>The decision by Xerox to defer publication of a portion of my work is one that
>I both understand and fully support.

>I should add that at no point has NSA said or suggested that there would be an
>adverse affect on Xerox should Xerox pursue publication.

OK, sci.crypt readers, who do _you_ believe?

Doug Gwyn

unread,
Jul 15, 1989, 2:07:20 AM7/15/89
to
In article <79...@hoptoad.uucp> g...@hoptoad.uucp (John Gilmore) writes:
>The story is that a division of Xerox sells a lot of stuff to NSA and
>they threatened to pull their business if Xerox publishes it.

I believe there are laws against that sort of government strong-arming;
if it really happened and can be proven, the responsible parties should
be hauled into court. The federal government was established to serve
the citizenry, not to enslave them.

Sometimes when one hears stories like this, it turns out that the
company anticipated such reactions although it never actually received
any direct pressure, and based its decision on its own imaginings. I
don't know whether that is the case here..

Steve Sampson

unread,
Jul 15, 1989, 4:30:17 AM7/15/89
to

I thought the statements concerning the NSA sounded fishy. Why do people
hate this organization? The good must surely outweigh the bad?

Doug Gwyn

unread,
Jul 15, 1989, 9:14:35 AM7/15/89
to
In article <86...@attctc.DALLAS.TX.US> sam...@attctc.DALLAS.TX.US (Steve Sampson) writes:
>I thought the statements concerning the NSA sounded fishy. Why do people
>hate this organization?

I think it's a natural reaction to people who spend your money like they
were shoveling it into a furnace, but refuse to tell you what they're
doing -- even if they're doing excellent work. Secrecy breeds suspicion.

Obviously, in NSA's case a lot of secrecy is inherent in their work; for
example, even disclosing that they are reading country X's communications
would probably dry up that information source, at least for quite a while.

It does seem that NSA has become considerably more open than they were
just a few years ago, when they tried to pretend that they didn't exist.
(While engaging in such futile games, they were losing secrets out the
wazoo via moles and spies. I think somebody's security priorities must
have been wrong.) Perhaps they've adopted a more realistic policy.

Bernie Cosell

unread,
Jul 16, 1989, 9:41:23 AM7/16/89
to
In article <10...@smoke.BRL.MIL> gw...@brl.arpa (Doug Gwyn) writes:
}In article <79...@hoptoad.uucp> g...@hoptoad.uucp (John Gilmore) writes:
}>The story is that a division of Xerox sells a lot of stuff to NSA and
}>they threatened to pull their business if Xerox publishes it.
}
}I believe there are laws against that sort of government strong-arming;
}if it really happened and can be proven, the responsible parties should
}be hauled into court. The federal government was established to serve
}the citizenry, not to enslave them.

This sounds a bit (unaccountably) naive. Go read the gov't procurment
codicil about a "drug free work force", then come back and tell me how
much the gov't is restrained. and how it wouldn't ever try to use
semi-legal, wholly-unethical means to coerce the private sector to bend
to its will.

/Bernie\

d...@alice.uucp

unread,
Jul 16, 1989, 11:10:02 PM7/16/89
to
Gilmore published Merkle's paper on the net without Merkle's permission,
and also offered to sell it. Gilmore offered unfounded speculation
about NSA's role in the decision by Merkle and his employer about
how, and when, to make Merkle's draft available to the public.

Merkle expressed embarrassment and annoyance about Gilmore's
actions, and denied NSA pressure on Xerox's business.

I find it disheartening that all subsequent discussion should focus
on NSA, instead of the injury that Gilmore has evidently done
to Merkle. I have been in situations faintly resembling this,
and I felt a real sense of betrayal.

Dennis Ritchie

Strawberry Jammer

unread,
Jul 16, 1989, 4:54:48 PM7/16/89
to
In article <10...@smoke.BRL.MIL> gw...@brl.arpa (Doug Gwyn) writes:
>In article <86...@attctc.DALLAS.TX.US> sam...@attctc.DALLAS.TX.US (Steve Sampson) writes:
>>I thought the statements concerning the NSA sounded fishy. Why do people
>>hate this organization?

>I think it's a natural reaction to people who spend your money like they
>were shoveling it into a furnace, but refuse to tell you what they're
>doing -- even if they're doing excellent work. Secrecy breeds suspicion.

Of course the continuing revelations of mis-use of government powers
against US citizens - Nixon's FBI/IRS plots, North's Drug deals etc. etc.
hardly reassure one about the "freindly" nature of such organizations.

THe "Puzzle Pallace" also has quite a few examples of NSA and related
organizations "bending" the law to their "much more important" ends.

"The end justifies the means" - Adolf Hitler

--
*Mike Waters AA4MW/7 wat...@dover.sps.mot.com *
Computer programmers do it byte by byte

Doug Gwyn

unread,
Jul 17, 1989, 11:27:26 AM7/17/89
to
In article <96...@alice.UUCP> d...@alice.UUCP writes:
>I find it disheartening that all subsequent discussion should focus
>on NSA, instead of the injury that Gilmore has evidently done to Merkle.

Of course you're right that it was inappropriate, but what's to discuss
about it? We can call it ethically reprehensible, I suppose..
Does that help?

Doug Gwyn

unread,
Jul 17, 1989, 11:22:48 AM7/17/89
to
In article <15...@dover.sps.mot.com> wat...@dover.UUCP (Strawberry Jammer) writes:
>Of course the continuing revelations of mis-use of government powers
>against US citizens - Nixon's FBI/IRS plots, North's Drug deals etc. etc.
>hardly reassure one about the "freindly" nature of such organizations.

Certainly that's the worst practical problem with official secrecy --
it can be used to hide wrongdoing. It's particularly bad when such
people decide that they're not bound by the law or even general moral
and ethical principles. There are some Congressional watchdog committees,
but they can't detect problems in areas they're not informed about.
I don't know of any solution to this problem that would be viable in
today's political context.

>THe "Puzzle Pallace" also has quite a few examples of NSA and related
>organizations "bending" the law to their "much more important" ends.

Bamford's "The Puzzle Palace" tries too hard to cast suspicion. I've
seen this tendency in a lot of investigative journalism: the attempt
to force an interest
ing story where there isn't one. The book is okay
if you're interested in how the NSA is organized and more or less
what it does, but you should take it all with a grain of salt.

Steve Sampson

unread,
Jul 17, 1989, 7:40:28 PM7/17/89
to

dmr (Ritchie) recently discussed his dismay and lack of resentment towards
Gilmore. I didn't say anything because I was too ignorant to know how this
sort of thing was tolerated; no matter how much it really angered me. I'm
sorry to say I remained quite and did nothing. I'll not let that happen
(or strive to) again. Thanks for being so blunt dmr. I do find it
absolutely childish the discussion of the NSA being equal to the boogie-man
and the paranoid statements made. Time to turn the discussion around to
either discussing the research and idea, rather than the idea of someone
coming to get you, or fear of such. I know how the inventor of the computer
felt now when someone published Von Neumans draft.

Charles Marslett

unread,
Jul 18, 1989, 3:13:11 AM7/18/89
to

For that matter, the NSA is ethically reprehensible (the US version of the KGB
if you think about it at all). But saying so doesn't help any more than
ignoring the issue.

Laurence Larry Sheldon

unread,
Jul 17, 1989, 5:47:40 PM7/17/89
to
"comments about the NSA sounded fishy . . . "

National Seafood Association
^ ^ ^

Gordon Stewart

unread,
Jul 17, 1989, 9:52:32 PM7/17/89
to

In article <86...@attctc.DALLAS.TX.US>
sam...@attctc.DALLAS.TX.US (Steve Sampson) writes:

Your morals and/or reasoning must be sadly lax. That nefarious bunch
of well-meaning spooks have a budget that isn't subject to the same
scrutiny as school lunches, eavesdrop on (net e-mail, unprotected by
mail privacy law?) private conversations without court-ordered
wiretaps, and actively suppress publication of research -- and harrass
and intimidate when men and women of conscience disagree.

The NSA was indubitably the agent responsible, ultimately, for the
suppression of the theoretical foundation of the S-boxes in the DES
cipher -- and, did you know, more supercomputer power is brought to
bear on cryptanalysis than any other single use?! Can you not
imagine any other uses for this analytic horsepower?

Anyway, even if this were for some "greater good", some "noble cause",
or some "good war", their practices are not wholly consistent with the
practice and principles of LIBERTY!

Who spies on the spies?

Can you point to a single benefit to the American people as a whole,
rather than some particular interest (Pentagon, Defense Contractors,
Intelligence Community, etc), that is the direct result of the NSA? Yet
you are strangely confident that the good must outweigh the bad?

I recall a sermon once, by an old preacher -- he was railing about sin,
and human character -- he was trying to explain the significance of
violating one's own precepts:

"It won't do to say the bad is balanced by, or even
surpassed by the good. Remember 'Rough on Rats', the
famous rat poison. It's 99% pure grain. What do you think
kills the rats?"


--
{apple, pacbell, hplabs, ucbvax}!well!gors
go...@well.sf.ca.us
(Doolan) | (Meyer) | (Sierchio) | (Stewart)

Steve Sampson

unread,
Jul 18, 1989, 1:37:56 PM7/18/89
to
In article <12...@well.UUCP>, go...@well.UUCP (Gordon Stewart) writes:
>
> Your morals and/or reasoning must be sadly lax.
Yes, probably so...

> That nefarious [evil] bunch of well-meaning spooks ... who actively suppress
> publication of research -- and harass and intimidate when men and women of
> conscience disagree.

You evidently have never served your country in any way or ventured across the
border. (Canada doesn't count, even if draft dodging). I find that men and
women who lean on their conscience are usually not willing to protect
themselves or others. They usually turn out to be cowards, frozen by fear.

> The NSA was indubitably ...
Is this the same as convicted? I can't find my dictionary.

> -- and, did you know, more supercomputer power is brought to bear on
> cryptanalysis than any other single use?! Can you not imagine any other
> uses for this analytic horsepower?

Gosh really? I can't imagine!

> Anyway, even if this were for some "greater good", some "noble cause",
> or some "good war", their practices are not wholly consistent with the

> practice and principles of LIBERTY! Can you point to a single benefit to


> the American people as a whole, rather than some particular interest
> (Pentagon, Defense Contractors, Intelligence Community, etc), that is the
> direct result of the NSA? Yet you are strangely confident that the good
> must outweigh the bad?

Scenario: Agents or instruments of country X are planning to kill you and
your family because you supported or were involved in military action,
diplomatic action etc. You do not personally have the means to protect
yourself and your family against a state unless you intend to hide out for the
rest of your life. Let's say this is perceived by you to be an idle threat.
A month later your family is found dead with parts of their bodies left on the
lawn, and some parts missing. They say that you will get these missing parts
with a public statement condemning the US and its policies.

Question: Would you rather have this country or people identified and the
proposed action stopped, possibly due to the threat of our miltary or
diplomatic retaliations?

Possible Answer: I don't think any government agency should protect and
defend my freedoms or liberties. If a person crosses the border, it's their
own damn fault.

Now I'm not saying that our government agencies have this capability. I like
to think they do, but nothing is guaranteed I suppose. I know that there are
many Americans who would have us isolate ourselves from the rest of the world.
But many of these same people think we can continue with the same life-style
having done that. The majority I believe, want us to be members of the world
and that takes not only a will, but a capability. I am convinced we could not
be capable without organizations like this. Are you willing to be confined to
your national borders? Would you like to have friends or become friends with
other countries? Say for mutual trade, etc. Some countries do not like us,
or more important our system of freedom and liberty. This is bad news in a
Dictatorship or Communist country. When these freedom freaks start making
friends with countries next to their borders they tend to provide the same
country with a test of their real willingness (war, insurgency, assassination
etc).

> I recall a sermon once, by an old preacher --

Well at least you believe in one organization!

Sorry for putting this in a science forum, but I was addressed here, I'll
refrain from further comment.

Gordon Stewart

unread,
Jul 19, 1989, 12:25:07 PM7/19/89
to
In article <87...@attctc.Dallas.TX.US> sam...@attctc.Dallas.TX.US
(Steve Sampson) writes:
>
>You evidently have never served your country in any way or ventured across the
>border. (Canada doesn't count, even if draft dodging). I find that men and
>women who lean on their conscience are usually not willing to protect
>themselves or others. They usually turn out to be cowards, frozen by fear.
>

Actually, for your information, I have served my country and have crossed
many borders. Amphibious Ready Rescue Group "Bravo", stationed in
Danang. Two purple hearts (courtesy of USMC). Impressed now?

You're invoking the notions of "defense" and "self-defense" -- of course,
it is a matter of conscience to defend what one thinks is worthy,
since it may incur some cost. Unfortunately, spooks are usually
bureaucrats, and make a practice of justifying their activities by
invoking symbolic issues like NATIONAL DEFENSE, etc etc.

The end not only doesn't justify the means -- the means have their
own ends. Americans of Japanese ancestry can tell you all about it.

Joe Keane

unread,
Jul 19, 1989, 7:03:36 PM7/19/89
to
go...@well.UUCP (Gordon Stewart) writes:
>Perhaps, though, the discussion may now turn to the merits of the work itself,
>rather than the act of propagating it????

Right. Arguing about our opinions of the NSA isn't doing any good.

I liked Merkle's paper. He brings up many good points that anyone designing an
encryption system should be aware of. But then again, i didn't see anything
really new, so i don't see why NSA would want to keep it secret.

I think his algorithm (use a byte to select a pattern to XOR with) isn't very
strong, so you need many rounds to get a good encryption. But it is cheap, so
it could still be faster than a `smarter' algorithm. In other words, i think
it's good, but we can do better.

Suppose you want a strong encryption system, and you want to be sure it has no
`trap doors'. Who would you want to design it? I'd want a diverse group of
people who know a good deal about cryptology. I.e., the readers of sci.crypt.
Many won't be able to contribute because they `know too much'. But i think the
best chance to get such an encryption system is to talk about it right here.
Of course we have to get someone from Finland to implement it :-|.

Doug Gwyn

unread,
Jul 19, 1989, 3:41:07 AM7/19/89
to
In article <12...@well.UUCP> go...@well.UUCP (Gordon Stewart) writes:
>The NSA was indubitably the agent responsible, ultimately, for the
>suppression of the theoretical foundation of the S-boxes in the DES
>cipher

Of course, they're also the agency responsible for the theory in the
first place! Refusal to reveal is not the same as suppression.

> -- and, did you know, more supercomputer power is brought to
>bear on cryptanalysis than any other single use?!

I find that hard to believe. Virtually none of BRL's supercomputer
processing is being applied to cryptanalysis. LANL and LLL seem
more interested in modeling nuclear weapon effects. NCAR models
atmospheric processes. And so on. Where did you get your information?

>Who spies on the spies?

Congress, primarily.

>Can you point to a single benefit to the American people as a whole,
>rather than some particular interest (Pentagon, Defense Contractors,
>Intelligence Community, etc), that is the direct result of the NSA?

Sure. Khaddafi would have been far more successful in his murderous
ambitions without information obtained by NSA. That's just one small
sample that has been revealed to the public. Most such successes
remain secret, for practical reasons.

I assure you, Congress would not keep allocating funds of such
magnitude if they were not convinced that they were getting their
money's worth.

Jeffrey Kegler

unread,
Jul 19, 1989, 10:47:48 PM7/19/89
to
In article <96...@alice.UUCP> d...@alice.UUCP writes:
>Gilmore published Merkle's paper on the net without Merkle's permission,
>Merkle expressed embarrassment and annoyance ...

>I have been in situations faintly resembling this,
>and I felt a real sense of betrayal.

The proper way of doing this is to rewrite the ideas in your own
words, and credit them to a mathematician who prefers anonymity.
This, with the following ideas (which I suppose some might dispute).

1.) Publication of a paper without the author's permission is very
improper. This regardless of how you feel about the author's motives.

2.) Where this might embarrass the author it is worse.

3.) Where it might embarrass the author in front of his employer and
colleagues it is worse yet.

4.) Mathematical ideas are nobody's intellectual property.

5.) It is right to publicize mathematics that the author wishes to
suppress.

6.) It is not right to copy his exact words, because he does have
intellectual property rights to them.

7.) The discoverer's wish to remain anonymous should be respected.

Other ethical questions can arise in terms of how the original ideas
were obtained, but assuming someone else's mathematics fall into your
lap, and the discoverer refuses to publish them, if you think they are
worth the trouble you have (I feel) every right to publish them. Just
don't claim to have discovered the math, do not quote the discoverer
directly, and do not credit the author by name against his wishes.
--

Jeffrey Kegler, President, Algorists,
jef...@algor2.UU.NET or uunet!algor2!jeffrey
1762 Wainwright DR, Reston VA 22090

Walter Underwood

unread,
Jul 19, 1989, 1:25:57 PM7/19/89
to

Whatever John Gilmore's private motives, I must applaud the act -- with
apologies to Merkle. I know how it is to have one's art scrutinized
before one thinks it is ready.

Wait a minute. Merkle had sent the draft out to "a few colleagues" for
review. It was being scrutinized, and by people who can do a lot
better job than most of us can.

Gilmore took this review draft and published it without permission. If
that isn't a violation of trust, then what is? Speculation that the
evil NSA was up to its old tricks does *not* justify the action.

Trust is fundamental in security. Shouldn't we respect it?

wunder

David Collier-Brown

unread,
Jul 20, 1989, 8:45:47 AM7/20/89
to
j...@paul.rutgers.edu (Jonathan A. Chandross) writes:
| Wrongo. That paper is the *property* of Xerox. It was distributed, I
| assume, with the reasonable expectation that copies and further distribution
| would not be made. This is how working papers are generally handled.

That is not borne out by anything in the paper or the covering message.
Your assumption is currently unsupported.

go...@well.UUCP (Gordon Stewart)
| What is more, I agree that a betrayal has occurred .... a betrayal of the
| ideals of research ... etc by the proprietary interests of a few

j...@paul.rutgers.edu (Jonathan A. Chandross) writes:
| So I take it that you don't support the idea of intellectual property?
| How would you feel if it was a Xerox internal memo that detailed some
| trade secrets?

We were discussing the possible suppression of a Xerox paper by a third party.
This is itself an intellectual property issue.

--dave (I'm not sure that this is the best group for this discussion...) c-b
--
David Collier-Brown, | davecb@yunexus, ...!yunexus!davecb or
72 Abitibi Ave., | {toronto area...}lethe!dave
Willowdale, Ontario, | Joyce C-B:
CANADA. 223-8968 | He's so smart he's dumb.

David Collier-Brown

unread,
Jul 19, 1989, 9:11:53 AM7/19/89
to

Ok people, this is sci.crypt, not sci.crispy:

>In article <12...@well.UUCP>, go...@well.UUCP (Gordon Stewart) writes:
>> Your morals and/or reasoning must be sadly lax.

In article <87...@attctc.Dallas.TX.US> sam...@attctc.Dallas.TX.US (Steve Sampson) writes:>
>You evidently have never served your country in any way or ventured across the
>border. (Canada doesn't count, even if draft dodging). I find that men and
>women who lean on their conscience are usually not willing to protect
>themselves or others. They usually turn out to be cowards, frozen by fear.

We were discussing the NSA, not casting aspersions on morals and
patriotism...

--dave (moral, ethical and ex-canadian-forces) c-b

ps: we have the sissys from KISS instead of the NSA. Somewhat
improved from the barnburners of yore.

Gordon Stewart

unread,
Jul 19, 1989, 12:06:10 AM7/19/89
to
In article <96...@alice.UUCP> d...@alice.UUCP (Dennis Ritchie) writes:

Gilmore published Merkle's paper on the net without Merkle's
permission, and also offered to sell it. Gilmore offered
unfounded speculation about NSA's role in the decision by
Merkle and his employer about how, and when, to make Merkle's
draft available to the public.

I find it disheartening that all subsequent discussion should


focus on NSA, instead of the injury that Gilmore has evidently
done to Merkle. I have been in situations faintly resembling
this, and I felt a real sense of betrayal.


I understand that John may have violated a prerogative -- one apparently
belonging to Xerox, though, and not Merkle. What is more, I agree that
a betrayal has occurred -- not a personal betrayal of Merkle by Gilmore,
but a betrayal of the ideals of research, "the life of the mind", etc,
etc by the proprietary interests of a few in research that may have such
far-reaching effects!

While it may seem to be a transparent rationalization, to invoke the
NSA in the dissemination of Merkle's work is not inappropriate. I
do not believe that his assertion about the NSA's role is unfounded --
there is ample evidence that they have acted to suppress such results
in the past.

Whatever John Gilmore's private motives, I must applaud the act -- with
apologies to Merkle. I know how it is to have one's art scrutinized

before one thinks it is ready. Perhaps, though, the discussion may now


turn to the merits of the work itself, rather than the act of propagating
it????

m sierchio

Steve Sampson

unread,
Jul 20, 1989, 6:40:41 AM7/20/89
to

Let me get this straight, there are four people on the Gordon Stewart
account? Or are there four alias's?

John DeArmond

unread,
Jul 19, 1989, 7:26:46 PM7/19/89
to
In article <12...@well.UUCP> go...@well.UUCP (Gordon Stewart) writes:
> [ blah, blah, blah]

Can we PLEASE get this shit out of sci.crypt and into one of the
noise groups? The ill-informed political blathering may be
appreciated in some groups; is is simply very much unwanted noise here.
--
John De Armond, WD4OQC | Manual? ... What manual ?!?
Sales Technologies, Inc. Atlanta, GA | This is Unix, My son, You
...!gatech!stiatl!john **I am the NRA** | just GOTTA Know!!!

Jonathan A. Chandross

unread,
Jul 19, 1989, 5:22:10 PM7/19/89
to
go...@well.UUCP (Gordon Stewart)

> I understand that John may have violated a prerogative -- one apparently
> belonging to Xerox, though, and not Merkle.

Wrongo. That paper is the *property* of Xerox. It was distributed, I


assume, with the reasonable expectation that copies and further distribution
would not be made. This is how working papers are generally handled.

> What is more, I agree that a betrayal has occurred .... a betrayal of the
> ideals of research ... etc by the proprietary interests of a few

So I take it that you don't support the idea of intellectual property?
How would you feel if it was a Xerox internal memo that detailed some
trade secrets?

> I know how it is to have one's art scrutinized before one thinks it is ready.

This is not the issue. Someone's intellectual property was stolen.
Debating the merits of a piece of stolen property is not a moral
action.

Jonathan A. Chandross
Internet: j...@paul.rutgers.edu
UUCP: rutgers!paul.rutgers.edu!jac

Jonathan A. Chandross

unread,
Jul 20, 1989, 7:53:57 PM7/20/89
to
j...@paul.rutgers.edu (Jonathan A. Chandross) writes:
| Wrongo. That paper is the *property* of Xerox. It was distributed, I
| assume, with the reasonable expectation that copies and further distribution
| would not be made. This is how working papers are generally handled.

dav...@yunexus.UUCP (David Collier-Brown)


> That is not borne out by anything in the paper or the covering message.
> Your assumption is currently unsupported.

I take it that you don't ever submit your papers to anyone for review
before issuing them. When I give a rough draft to someone to read, I
don't expect to see it splattered all over the world. And when it does
happen, I have every right to be upset. There is an issue of implicit
trust here, so your statement of "currently unsupported" is a lot of
hogwash. I guess you don't have very many friends or colleagues or
you would know how these things work.

> We were discussing the possible suppression of a Xerox paper by a third party.
> This is itself an intellectual property issue.

No it isn't. Xerox is free to make whatever commercial decisions it wants
to. You see, they *own* the work in question. They paid for it; they own
it. The NSA has every right to tell Xerox: if you publish it we won't buy
your products. Xerox is also free to say "go to hell" to the NSA.

Didn't you ever hear of a free market? It's a naive invention, of little
practical utility, that we in the western world are forced to suffer under,
comrade.

Doug Gwyn

unread,
Jul 20, 1989, 8:42:41 PM7/20/89
to
In article <1989Jul20....@algor2.uu.net> jef...@algor2.UUCP (Jeffrey Kegler) writes:
>4.) Mathematical ideas are nobody's intellectual property.

How do you figure that? The notion of intellectual property arise from
the fact that it takes mental effort to create a new idea. Why would
mathematical ideas be any exception?

John Reilly

unread,
Jul 20, 1989, 11:05:09 AM7/20/89
to
/ hprnd:sci.crypt / mer...@arisia.Xerox.COM (Ralph Merkle) / 5:07 pm Jul 13, 1989 /
I was surprised to read John Gilmore's mail on sci.crypt, and find it rather embarrassing. Xerox PARC has supported my research and provided an environment that offers an unparalleled freedom to pursue ideas that are interesting and new. How best to use those ideas in a commercial setting is a decision that is and should be made by Xerox. The decision by Xerox to defer publication of a portion of my work is one that I both understand and fully support.

I should add that at no point has NSA said or suggested that there would be an adverse affect on Xerox should Xerox pursue publication.

This paper was distributed several months ago by me, with Xerox' permission, to a few colleagues for comments. It is a draft, so the ideas and concepts expressed in it are untested and unproven.

I wish John had not sent out copies of this draft. I would ask that it receive no further distribution at this time.

Ralph C. Merkle
mer...@xerox.com
----------

Herman Rubin

unread,
Jul 24, 1989, 10:06:54 AM7/24/89
to
In article <oYm2HMy00...@andrew.cmu.edu>, jk...@andrew.cmu.edu (Joe Keane) writes:
> In article <10...@smoke.BRL.MIL> gw...@smoke.BRL.MIL (Doug Gwyn) writes:
< >The big failing of that approach is that, lacking a valid theory of what
< >constitutes a strong or weak set of S-boxes, such a procedure merely
< >gambles on the result being adequate. Personally I would rather trust
< >people who know what they're doing to provide me with a strong set than
< >to rely on the outcome of such a gamble.
>
> An S-box expert can produce a set of S-boxes with arbitrary strength, as rated
> by his theories. So he may give us a very strong set, or a very weak set.
> Unless we know his theories, or better ones, we can't tell these apart.
>
> On the other hand, if we generate a random set of S-boxes, it will probably
> have a bit less `mixing power' than the expert's strongest set, but won't have
> major weaknesses unless we are extremely unlucky.
>
> Now which is a better gamble?

It is easy for an expert to design a pseudo-random device to do a good mixing
job according to the criteria it is tested against. But the problem is to
produce the device in such a way as to make it difficult to find out its
precise modus operandi. The expert may very well introduce a weakness due
to the attempt to make it strong. Random devices only produce those weaknesses
if one is unlucky.

The better gamble would be to use random S-boxes which pass attempts to crack
them. Especially where weaknesses are more important than strengths.
--
Herman Rubin, Dept. of Statistics, Purdue Univ., West Lafayette IN47907
Phone: (317)494-6054
hru...@l.cc.purdue.edu (Internet, bitnet, UUCP)

Gordon Stewart

unread,
Jul 23, 1989, 1:33:59 PM7/23/89
to
In article <15...@ut-emx.UUCP> chj...@ut-emx.UUCP (Jo) writes:
>
>This discussion really doesn't belong here.
>
>Jose Benki
>chi...@walt.cc.utexas.edu


Four zen monks were on a pilgrimage -- they had all taken a vow of
complete silence for the duration of the journey.

Late one night, while they were sitting by the fire, contemplating the
wonders of the Dharma, this occurred:

Monk1: (burning finger in fire:) YOW!!!!!!

Monk2: Fool! You know you aren't supposed to talk!

Monk3: You shouldn't be talking either.

Monk4: (meditating...) I'm the only one who hasn't said anything.

THIS definitely doesn't belong here!

Doug Gwyn

unread,
Jul 20, 1989, 9:49:14 PM7/20/89
to
In article <Jul.20.19.53...@paul.rutgers.edu> j...@paul.rutgers.edu (Jonathan A. Chandross) writes:
>The NSA has every right to tell Xerox: if you publish it we won't buy
>your products.

If they were a private commercial firm, I would agree. However, government
agencies are required to abide by all sorts of regulations intended to keep
the government from running roughshod over the citizenry. Of course, the
regulations don't work as well as they should, but imagine what it would be
like if there were no fetters on the bureaucrats!

Steven M. Bellovin

unread,
Jul 20, 1989, 11:14:28 PM7/20/89
to
In article <28...@yunexus.UUCP>, dav...@yunexus.UUCP (David Collier-Brown) writes:
> j...@paul.rutgers.edu (Jonathan A. Chandross) writes:
> | Wrongo. That paper is the *property* of Xerox. It was distributed, I
> | assume, with the reasonable expectation that copies and further distribution
> | would not be made. This is how working papers are generally handled.
>
> That is not borne out by anything in the paper or the covering message.
> Your assumption is currently unsupported.

According to current U.S. law, copyright is vested at the moment of
creation of the work, *whether or not there's an explicit notice*.
The paper is therefore not Gilmore's to distribute. Furthermore,
since Merkle is an employee of Xerox, it is likely (though by no
means certain) that the paper counts as a "work for hire"; hence,
the copyright belongs to Xerox. This conclusion is supported by
the report that Xerox could grant or deny permission to publish
the paper.

There is another issue as well. It is the custom in the research
community that draft papers are not, in general, to be circulated
or cited. In fact, many -- but not all -- are so marked. This is
not always honored -- witness the recent wide-spread distribution
of the Pons/Fleischmann paper -- but it is still the norm. Going
against the express wishes of the employer's organization is, at
the very least, a breach of ethics.

Doug Gwyn

unread,
Jul 20, 1989, 8:52:02 PM7/20/89
to
In article <UYlEX8_00...@andrew.cmu.edu> jk...@andrew.cmu.edu (Joe Keane) writes:
>Suppose you want a strong encryption system, and you want to be sure it has no
>`trap doors'. Who would you want to design it? ...

To my mind the most interesting thing about Merkle's paper was his idea
that, in order to deflect criticism about such potential trap doors, it
would be best to select S-boxes according to a public procedure.

The big failing of that approach is that, lacking a valid theory of what
constitutes a strong or weak set of S-boxes, such a procedure merely
gambles on the result being adequate. Personally I would rather trust
people who know what they're doing to provide me with a strong set than
to rely on the outcome of such a gamble.

Generally, I agree with the fellow who pointed out that these systems
weren't sufficiently different in principle from DES to be really
interesting, certainly not enough to justify suppressing the paper.
(Which doesn't prove one way or the other whether that was attempted.)

Bob Bickford

unread,
Jul 21, 1989, 4:10:41 AM7/21/89
to
In article <10...@smoke.BRL.MIL> gw...@brl.arpa (Doug Gwyn) writes:
+In article <96...@alice.UUCP> d...@alice.UUCP writes:
+>I find it disheartening that all subsequent discussion should focus
+>on NSA, instead of the injury that Gilmore has evidently done to Merkle.
+
+Of course you're right that it was inappropriate, but what's to discuss
+about it? We can call it ethically reprehensible, I suppose..
+Does that help?

Actually, I subscribe to the school of thought that says that Merkle
did not, in fact, post the message asking that his paper not be
distributed. John's original message did say that he believed that
Merkle wanted the paper to be distributed; I know John well enough
to believe that he would not have made this up (or lied about it);
so why the reversal on Merkle's part? Unless, of course, someone *else*
at Xerox sent that message.

As for "making money from [the paper]", $10 for (1500 lines / 60 per page)
about 25 pages of printing, mailed anywhere you ask, is *not* the great
road to wealth.

--
Robert Bickford {hplabs, ucbvax, lll-lcc, pacbell}!well!rab
/-------------------------------------\
| Don't Blame Me: I Voted Libertarian |
\-------------------------------------/

Gordon Stewart

unread,
Jul 21, 1989, 10:18:42 PM7/21/89
to
There ARE four people sharing this account. The discussion following
the now-famous, licit or illicit publication of Merkle's draft has
included only one of us -- namely, me.

M Sierchio

Gordon Stewart

unread,
Jul 21, 1989, 2:57:26 PM7/21/89
to
In article <Jul.19.17.22....@paul.rutgers.edu> j...@paul.rutgers.edu
(Jonathan A. Chandross) writes:

>> This is not the issue. Someone's intellectual property was stolen.
>> Debating the merits of a piece of stolen property is not a moral
>> action.

The ideas contained in the paper belong to the person reading it. The
particular manner and means of expression is governed by copyright law
-- there may have been a violation of copyright, but it is unclear
whether it is actionable -- if there is no continued publishing of the
paper, probably not -- I'm sure there are attorneys at Xerox
discussing it now.

As far as trade secrets go, your only protection is:

1) keep them secret (don't diclose to anyone); or

2) legally bind someone via confidentiality and non-disclosure
agreement.

Circulation of an unpublished paper for review purposes means the
contents are no longer protected by any trade secret law, unless all
reviewers are bound by such agreements. If such a reviewer disclosed
such confidential information, only he or she would be liable -- not
anyone he or she disclosed it to.

Gilmore may have committed a discourtesy, but his act was not "theft".

There is also some discrepancy between Merkle's statements in his reply
and Gilmore's account of Merkle's private communication to him. I leave
it to you to speculate what that means.

Joe Keane

unread,
Jul 22, 1989, 3:40:08 AM7/22/89
to
In article <10...@smoke.BRL.MIL> gw...@smoke.BRL.MIL (Doug Gwyn) writes:
>The big failing of that approach is that, lacking a valid theory of what
>constitutes a strong or weak set of S-boxes, such a procedure merely
>gambles on the result being adequate. Personally I would rather trust
>people who know what they're doing to provide me with a strong set than
>to rely on the outcome of such a gamble.

An S-box expert can produce a set of S-boxes with arbitrary strength, as rated

Steven M. Bellovin

unread,
Jul 16, 1989, 12:27:32 PM7/16/89
to
In article <10...@smoke.BRL.MIL>, gw...@smoke.BRL.MIL (Doug Gwyn) writes:
> I believe there are laws against that sort of government strong-arming;
> if it really happened and can be proven, the responsible parties should
> be hauled into court.

There are a few authenticated stories of this type. NSA has certainly
intervened to block cryptographic patent applications; that's been
well-documented (see, for example, the Davida case). Then there's the
curious case of what happened with the IEEE. They did indeed receive a
letter from an NSA employee warning them not to hold a seminar on
cryptology -- but as best anyone could ever determine, the letter was
written by the individual acting on his own, not in any official
capacity. The Senate intelligence committee cleared NSA, and Kahn
sounds convinced -- he refers to the employee as ``eccentric''. (See
``Cryptology Goes Public'', in ``Kahn on Codes'', Macmillan, 1983.)

To be sure, when the NSA has taken such actions, it's done so directly,
under the aegis of law and regulation (though these are, of course, of
questionable constitutionality and wisdom). Threats of boycotts are
another matter entirely.

Henry Spencer

unread,
Jul 22, 1989, 8:25:47 PM7/22/89
to
In article <12...@well.UUCP> go...@well.UUCP (Gordon Stewart) writes:
>There is also some discrepancy between Merkle's statements in his reply
>and Gilmore's account of Merkle's private communication to him. I leave
>it to you to speculate what that means.

To add further fuel to the speculation :-), a friend of mine who knows
both Gilmore and Merkle but does not want to be named as part of this war
says, roughly: "the folks who are making all the noise don't know what
went on, and in particular do not know enough to make sensible comments
about it".

(Please do not ask *me* about it. I know Gilmore but not Merkle, don't
have much more information about the mess than you do, and am bound to
respect my friend's wish for anonymity.)
--
1961-1969: 8 years of Apollo. | Henry Spencer at U of Toronto Zoology
1969-1989: 20 years of nothing.| uunet!attcan!utzoo!henry he...@zoo.toronto.edu

Peter Jeremy

unread,
Jul 26, 1989, 6:32:02 PM7/26/89
to
In article <79...@hoptoad.uucp> g...@hoptoad.uucp (John Gilmore) writes:
>Ralph Merkle called me today to let me know that Xerox was not going to
>let him submit his paper on a nice new set of encryption and hash functions
>to a journal for publication.
[ reasons for non-publication deleted ]
> However, I prefer to extend the courtesy to the person who did
>the work, Ralph Merkle, who would like to see it released and used.
[ deleted ]
> Mr. Merkle did not ask or suggest that I
>publish the paper, and should bear none of the blame (if any).

In article <79...@hoptoad.uucp> g...@hoptoad.uucp (John Gilmore) writes:
>
> A Software Encryption Function
> by
> Ralph C. Merkle
> Xerox PARC
> 3333 Coyote Hill Road
> Palo Alto, CA 94304

In article <16...@arisia.Xerox.COM> mer...@xerox.com (Ralph C. Merkle) writes:
>I was surprised to read John Gilmore's mail on sci.crypt, and find it
>rather embarrassing.

[ deleted ]


>The decision by Xerox to defer publication of a portion of my work is
>one that I both understand and fully support.

> Ralph C. Merkle
> mer...@xerox.com

In article <QYjdqJ200...@andrew.cmu.edu> jk...@andrew.cmu.edu (Joe Keane)
writes:
>OK, sci.crypt readers, who do _you_ believe?

I think this is a good example of an area where electronic signatures would
help. There are three distinct references to Ralph Merkle above:
1) The Ralph Merkle who spoke to John Gilmore (RM1)
2) The Ralph Merkle who wrote the paper "A Software Encryption Function" (RM2)
3) The Ralph Merkle who posted article <16...@arisia.Xerox.COM> (RM3)

Unfortunately, there is no independent evidence to indicate whether RM1, RM2
and RM3 are all the same person. In particular, RM1 and RM3 appear to hold
opposing views which leads us to the following:
A) RM1 and RM3 are different people
B) RM1 and RM3 are the same person, and John Gilmore has misrepresented his
comments.
C) RM1 and RM3 are the same person, who has had a change of mind.

Note that we are still unable to link either RM1 or RM3 to RM2, except that
in cases B and C above, it is likely that they are the same person.

As for the contents of the paper itself, based on a quick read, it
seems like an excellent idea. Whether is it cryptographically sound
or not, I will leave to the experts.

RM3's comment:
>This paper ... is a draft, so the


>ideas and concepts expressed in it are untested and unproven.

does not seem to tally with the latter sections of the paper where a number
of cryptanalysis approaches are discussed and dismissed. Presumably RM3
is referring to field use.
--
Peter Jeremy (VK2PJ) pe...@stca77.stc.oz
Alcatel STC Australia ...!uunet!stca77.stc.oz!peter
41 Mandible St peter%stca77...@uunet.UU.NET
ALEXANDRIA NSW 2015

Jouko Holopainen

unread,
Aug 5, 1989, 3:27:31 AM8/5/89
to

I recently read from Byte, that RSA PKC (Public-key cryptosystem) is
patented. Or, to be more accurate, the ALGORITHM is patented. Well,
having read the paper ( R.L. Rivest, A. Shamir, and L. Adleman :
"A Method for Obtaining Digital Signatures and Public-Key Cryptosystems",
Communications of the ACM February 1978 Volume 21 Number 2 ), this came
as a big surprise. The paper has no patent or any other similar claim
whatsoever. Furthermore, I know that laws of physics or mathematics cannot
be patented. This raises three questions:
1) If I had not read Byte, I could make PD program (I am just coding) legally,
because I have not seen any patent claims ?
2) Is RSA algorithm REALLY patented ? How about outside USA ?
3) Can algorithms be patented ?

My present feelings are: 1) yes 2) no, 3) no.

If 2) comes as "yes" (to both questions), I have to abandon my program.

Please mail responses, I'll summarise, if interest.
--

--
Jouko Holopainen : jh...@tolsun.oulu.fi

Hi. I'm not home right now. But if you want to leave a message, just start
talking at the sound of the tone.

Steven M. Bellovin

unread,
Aug 7, 1989, 1:57:17 PM8/7/89
to
In article <7...@tolsun.oulu.fi>, jh...@tolsun.oulu.fi (Jouko Holopainen) writes:
>
> I recently read from Byte, that RSA PKC (Public-key cryptosystem) is
> patented. Or, to be more accurate, the ALGORITHM is patented. Well,
> having read the paper ( R.L. Rivest, A. Shamir, and L. Adleman :
> "A Method for Obtaining Digital Signatures and Public-Key Cryptosystems",
> Communications of the ACM February 1978 Volume 21 Number 2 ), this came
> as a big surprise. The paper has no patent or any other similar claim
> whatsoever. Furthermore, I know that laws of physics or mathematics cannot
> be patented. This raises three questions:
> 1) If I had not read Byte, I could make PD program (I am just coding) legally,
> because I have not seen any patent claims ?
> 2) Is RSA algorithm REALLY patented ? How about outside USA ?
> 3) Can algorithms be patented ?
>
> My present feelings are: 1) yes 2) no, 3) no.
>
> If 2) comes as "yes" (to both questions), I have to abandon my program.

I'll post this again because it's a recurring question. Yes, RSA is
patented. No, this isn't a rumor; I even have a copy of the patent
in my file cabinet. And no, you can't just ignore the patent because
you didn't read the paper. You're thinking of copyright law; here,
the concept itself is protected, not just the expression of it.

Whether or not algorithms can be patented is a controversial question.
In the U.S., the courts have been getting more lenient about patenting
algorithms; the line between an invention with a hard-wired controller
and the same thing with a computer controller is too difficult to draw.
In any event, what Rivest, Shamir, and Adleman patented is *a communications
system based on those equations*. They didn't patent the equations themselves,
or the fact that factoring is hard; they patented particular ways to use
them. That's legalese, but so far it's working. If you want to ignore
this, go ahead -- but be aware that you could be sued, and that U.S.
courts have been more favorable to the patent holders of late. So the
answer to your questions are no, yes, and probably.

Now -- the kicker to all this that will benefit you is that to my knowledge,
RSA Data Security, Inc., only holds a U.S. patent on the algorithm.
U.S. law permits patent applications to be filed up to a year after
first publication. Other countries generally do not permit that; you
may not publish until after filing (or maybe even until after the
patent is granted; I'm not sure). Investigate on your own; your mileage,
and the laws and patent status in your country, may vary.

Btw, I'm quite certain about all but the immediately preceding paragraph.
I'm not a lawyer, so you may add as many grains of salt as you wish --
but as I've said, I've read the patent, and I've even seen a posting
by RSA Data Security, Inc. on their patent rights (this was a few years
ago). One last tidbit: there's also a patent on the very concept of
public-key cryptography; RSA have a sublicense from Diffie and Hellman.
I do not know if either patent has been tested in court.


--Steve Bellovin

Antti Louko

unread,
Aug 7, 1989, 4:19:10 PM8/7/89
to
In article <89...@attctc.Dallas.TX.US> sam...@attctc.Dallas.TX.US (Steve Sampson) writes:

<< Is RSA Patented?

<There is a royalty fee for using the algorithm. Which is why it's not very
<popular. A business was set up around this algorithm, so don't expect it to
<be cheap, and watch out for their lawyers :-)

It would be nice if RSA inc. would tell all of us if RSA is patented
outside US. I think something like RSA is quite unpatentable in
Europe.

Antti Louko

N=45530820524054683417 d=32278610105286405915
45384506619973336842
44302340797573541925
5446016232884956224
27935237412091088282
40274617847541187171
---

Bob Jewett

unread,
Aug 8, 1989, 6:44:27 PM8/8/89
to
> It would be nice if RSA inc. would tell all of us if RSA is patented
> outside US. I think something like RSA is quite unpatentable in
> Europe.

Why don't you ask them yourself? Here are some reposts for the newcomers to
this group. Please note that I am not the author of the following
messages. -- Bob

/***** hpl-opus:net.crypt / mit-eddi!baldwin / 6:16 am Jul 25, 1985*/
To: Whom It May Concern
From: Ronald L. Rivest
NE43-324, 545 Technology Square,
MIT Laboratory for Computer Science
Cambridge Mass. 02139
(Phone: 617-253-5880, ARPA: RIVEST@MIT-MC)
Date: July 22, 1985
Re: RSA Patent

This letter is in response to a number of inquiries that were received
regarding the RSA cryptosystem, stimulated by recent articles and letters
in BYTE magazine (and elsewhere).

Yes, the RSA cryptosystem is patented, by MIT. The U.S. patent number is
4,405,829. To my knowledge there are no foreign patents. If you read the
patent, you will discover that it is not an "algorithm" patent. It does
not matter how (i.e. with what algorithm) the RSA computation is performed,
only that the cryptographic communications system has black boxes for doing
that computation. I believe the patent is well-drafted and would stand
up to challenge easily. It covers both software and hardware implementations.

MIT has granted an exclusive sublicense on the patent to a new company
called "RSA Security, Inc.". This company was founded by the inventors
of the RSA cryptosystem (myself, Adi Shamir, and Len Adleman). The objective
of the company is to commercialize and exploit the RSA cryptosystem, through
a variety of techniques, including direct end-user product sales (software
systems such as COMSAFE (TM) and MAILSAFE (TM) for the IBM PC),
sales custom chips for performing RSA computations, consulting for
integrating RSA into applications, joint venture arrangements, sublicenses,
standards, etc.

RSA Security is eager to work with those who have an interest in using
the RSA cryptosystem. If you would like more information, please contact
either myself or
[incorrect address deleted -- Bob]
-------------------
From: tjt@samedi (Tim Tessin (Proprieter))
Date: Thu, 11 Aug 1988 21:23:18 GMT
Subject: Re: RSA inc.
Organization: Lawrence Livermore National Laboratory, Livermore CA
Newsgroups: sci.crypt

> Does this company still exist? If so I would like to contact them.

RSA Data Security, Inc
10 Twin Dolphin Drive
Redwood City, CA 94065
(415)-595-8782

James A. Woods

unread,
Aug 9, 1989, 6:14:29 PM8/9/89
to
# illegitimi noncarborundum

jh...@tolsun.oulu.fi (Jouko Holopainen) wonders whether ignorance
of a patent allows legal duplication of the concepts therein.
In some circumstances, yes.

This is certainly the case for 'compress', the code for which was implemented
and made public domain before the ink on the related patents were dry.

The LZW system patent holders have never asked for a royalty from the myriad
of Unix 'compress' program users. There are sundry reasons for this:
for instance, the 'compress' authors could contend there are weaknesses
in the patents themselves (particularly in the area of "enablement", whereby
one does not obtain good "apparatus" when working strictly from
the patent). This is minor compared the de facto difficulty of
extracting monetary gains from something which is free.

Many types of software fall into this category, ranging from
the "patented" Hartley transform to XOR cursors to spreadsheets.
There is no reason public key cryptography is any different -- if you
produce some two-key crypto code in a "clean-room" fashion in a country
where the laws are different, then inject it into USENET, RSA would
only be able to cajole people to remove such from their computers.

There is also the little-appreciated "research" loophole in patent
law. Although, technically, one may not "make or use" a protected
invention, this does not apply for "research purposes", lest prisons
would be full of professors. If an individual noncommercially uses
free software (just as one can copy broadcasts for personal use), a
case can be made that it is all for personal R & D.

The key to all this is to remove the monetary element -- if something
created wholesale from an idea (but not a protected implementation)
becomes public domain, there is no legal "standing" for a lawsuit.

James A. Woods (ames!jaw)
NASA Ames Research Center

Bob McKay

unread,
Aug 10, 1989, 12:46:12 AM8/10/89
to
From article <6519...@hpl-opus.HP.COM>, by jew...@hpl-opus.HP.COM (Bob Jewett):

>> It would be nice if RSA inc. would tell all of us if RSA is patented
>> outside US. I think something like RSA is quite unpatentable in
>> Europe.
>
It's not only a question of patentability, but also a question of date of
filing: outside the US, if date of publication precedes date of filing, the
patent is invalid. So did the filing precede the original RSA paper?

--
Bob McKay Phone: +61 62 68 8169 fax: +61 62 68 8581
Dept. Computer Science ACSNET,CSNET: r...@csadfa.cs.adfa.oz
Aust. Defence Force Academy UUCP: ...!uunet!munnari!csadfa.cs.adfa.oz!rim
Canberra ACT 2600 AUSTRALIA ARPA: rim%csadfa.c...@uunet.uu.net

M E Fletcher

unread,
Aug 11, 1989, 6:24:21 AM8/11/89
to
Taken from a pamphlet produced by the British Patent Office:

No matter how ingenious, unusual or beneficial an idea may be, an
invention is not patentable if it is merely (italicised) a discovery,
scientific theory or mathematical method, mental process, literary,
artistic or aesthetic creation, a scheme or method for doing a mental
act, playing a game or doing business, presentation of information, or
a computer programme.

I'm not a lawyer (and this isn't a legal document, only a guide) but
this seems to completely rule out the idea of claiming that any use
of RSA in an implementation is infringing your patent. RSA is merely
a mathematical method so it cannot be patented and the British system
doesn't seem to allow you to 'patent all applications of something'
without patenting the thing itself. In addition, the fact that RSA was
published well before a patent was applied for doesn't leave RSA Inc.
a leg to stand on in British courts - and I believe the situation is
similar in Western Europe. All that is needed is a British company
to manufacture a few RSA chips and challenge RSA Inc. to sue them.

+----------------------------------+
| Matthew Fletcher, |
| University of Bath, England |
| map...@uk.ac.bath.gdr |
+----------------------------------+

Henry Spencer

unread,
Aug 18, 1989, 1:22:57 PM8/18/89
to
In article <1989Aug11.1...@gdt.bath.ac.uk> map...@gdr.bath.ac.uk (M E Fletcher) writes:
>Taken from a pamphlet produced by the British Patent Office...

>I'm not a lawyer (and this isn't a legal document, only a guide) but
>this seems to completely rule out the idea of claiming that any use
>of RSA in an implementation is infringing your patent...

If RSA has a valid patent, any use IS an infringement. The question is
whether the patent is valid. It is a major mistake to assume that an
informal pamphlet settles the matter. The fact is, new law is really
required to settle it. At the moment, all that can be done is to draw
possibly-incorrect analogies from laws never intended to cope with such
situations.

>RSA is merely a mathematical method...

But is it? This is not an obviously correct observation; the fact is that
the definitions used in this area need refining before anyone can be sure.
Encryption is not a mathematical concept; it is an *application* of math.
You cannot patent the chemical properties of substances, but you definitely
can patent useful chemical processes based on them. Does this analogy hold
for mathematics? Open question.

>...In addition, the fact that RSA was


>published well before a patent was applied for doesn't leave RSA Inc.

>a leg to stand on in British courts...

In fact, it would probably make it impossible for RSA to obtain a British
patent for the technique. The US patent applies only in the US; nobody
is going to challenge a US patent in a British court.

>... All that is needed is a British company


>to manufacture a few RSA chips and challenge RSA Inc. to sue them.

If RSA has not obtained a British patent, there is no reason for RSA
to sue them. If RSA has a British patent, then the company may -- repeat,
may -- be in trouble regardless of what the informal pamphlets say. My
impression is that RSA is patented only in the US, because most countries
have quite strict prior-publication rules; if that is the case, about all
RSA could do about a British chip would be to prevent imports into the US.
That is not a trivial form of retaliation, mind you, as it eliminates a
good part of the market.


Can we *please* stop this endless and pointless back-and-forth about whether
the RSA patent is valid/invalid/sinful/evil/reasonable/desirable/etc.? The
*facts* are:

1. RSA Inc. has a US patent which claims to cover essentially all
uses of the RSA algorithm.
2. It may or may not have similar patents elsewhere, although there
are reasons to think it doesn't.
3. NOBODY KNOWS whether those patents would stand up to a serious
court challenge; there are arguments both ways, and the laws
are old and do not define their terms clearly enough to
unambiguously settle the issue.
--
V7 /bin/mail source: 554 lines.| Henry Spencer at U of Toronto Zoology
1989 X.400 specs: 2200+ pages. | uunet!attcan!utzoo!henry he...@zoo.toronto.edu

George Michaelson

unread,
Aug 25, 1989, 12:56:18 AM8/25/89
to
From article <1989Aug18.1...@utzoo.uucp>, by he...@utzoo.uucp (Henry Spencer):

> Can we *please* stop this endless and pointless back-and-forth about whether
> the RSA patent is valid/invalid/sinful/evil/reasonable/desirable/etc.? The
> *facts* are:
>
> 1. RSA Inc. has a US patent which claims to cover essentially all
> uses of the RSA algorithm.
> 2. It may or may not have similar patents elsewhere, although there
> are reasons to think it doesn't.
> 3. NOBODY KNOWS whether those patents would stand up to a serious
> court challenge; there are arguments both ways, and the laws
> are old and do not define their terms clearly enough to
> unambiguously settle the issue.

but surely if (2) really does apply, then there *is* some meat in the
sandwich for ESPRIT/EUREKA/RARE and similar europe-wide groups seeking
to implement secure communications and digitally signatured MHS.

Yes, *numerically* speaking this is a non-topic for a US-inland dominated
network group but the interested minority group out there, banging on the door
of the COCOM office in paris is getting bigger every day.

Sci.crypt is patently not just about discussing technical issues in
cryptography. Separating politics from comms issues is probably impossible
anyway, I'd cite your own sterling efforts in miriads of other groups as
evidence!

As long as there are export restrictions on US s/w a large body of people
outside the US will seek to find ways to circumvent the restrictions.

If RSA can (legally) be re-implemented and used by European, Australasian,
and <other> networks without fear of petty US comebacks, then I'd be
pushing for their use too.

Should RARE/EEC apply for a licence to RSA if it's not strictly needed?
Shouldn't we be allowed to use secure comms in an OSI network to *anywhere*
including kremvax when it comes online?

-George
ACSnet: g...@brolga.cc.uq.oz Phone: +61 7 377 4079
Postal: George Michaelson, Prentice Computer Centre
Queensland University, St Lucia, QLD 4067

yera...@cthulu.dec.com

unread,
Aug 25, 1989, 10:50:07 AM8/25/89
to
In article <15...@ns.network.com>, hug...@ns.network.com (Jim Hughes x1676) writes...
>
>It is my understanding that the RSA patent covers "Public Key
>Cryptographic Communication System", not the actual formula.
>These formulaes are included in the patent application ONLY to
>show that public key cryptogrophy is possible.
>
>The point is that even if you were to come up with another method
>of public key communications, the RSA pattent would be infringed.
>
>This is similar to a patent on a drug. The composition of the drug
>can be described as a formula, but the idea of the drug is
>patentable.
>

This isn't my understanding of how patent law works. You can patent
three different things: A design or mechanism, a process, or a
particular composition of matter.

Drug patents, like plastics patents and livestock/genetic engineering patents
are of the third type (composition of matter). The patent must describe
chemically what is being patented.

Things like corn pickers and cotton gins and light bulbs are of the first type.
Software patents are usually mechanism-type patents, by first describing the
algorithm in terms of a hardware implementation and then adding a claim wherein
the hardware is replaced by a stored-program digital computer programmed to
simulate the hardware implementation.

Process patents are the hairiest and the easiest to work around. For example,
you can patent a process to avoid breaking lathe tool bits; but it's not
patent infringement to avoid breaking a lathe bit _if_ you don't use the
same process system!!! You can, in fact, go ahead and evade a standing
process patent by coming up with a different process method, and then
patenting your "new and different" method. Both patents will stand
and there is no contradiction.

On this basis, it seems likely that the concept of a public-key cryptosystem
is not patentable, since it is neither mechanism, process, nor composition
of matter. Public-key cryptosystems that use the METHOD of RSA (secret factors
of a large composite number) are certainly covered; PKC's that use some
other methodology based on prime numbers are possibly marginal, and
those PKC's that have nothing to do with prime numbers are probably
not covered by the RSA Inc. patent.

Does the RSA patent have a claim listing ANY public key system ? (I doubt
it, PKC is a very broad idea; probably too broad for the patent office to
accept).

If anyone out there wants to type in the actual claims from the RSA patent,
I'd be interested in seeing them. They'll tell for sure just what the
RSA patent covers.

I personally would like to see a decent public-domain PKC around. It doesn't
have to be as secure as RSA, just something strong enough to discourage a
browser with a spare VAX 11/780 from perusing my mail.

>jim
>
>Hug...@network.com

-Bill

(c) Copyright 1989 Bill Yerazunis (a.k.a. Crah the Merciless). All rights
reserved, no responsibility taken by myself or my employer.

Henry Spencer

unread,
Aug 25, 1989, 2:17:09 PM8/25/89
to
In article <20...@bunyip.cc.uq.OZ> g...@bunyip.cc.uq.OZ (George Michaelson) writes:
>> 2. [RSA] may or may not have similar patents elsewhere, although there

>> are reasons to think it doesn't.
>but surely if (2) really does apply, then there *is* some meat in the
>sandwich for ESPRIT/EUREKA/RARE and similar europe-wide groups seeking
>to implement secure communications and digitally signatured MHS...

I have been authoritatively told that RSA Inc. definitely does *not* have
patents on RSA encryption/etc. anywhere except in the US. I'm also told
that there is at least one European supplier of RSA-based encryption stuff
(software rather than hardware, I think); they in fact do sell their stuff
in the US, through agreement with RSA Inc.

>Shouldn't we be allowed to use secure comms in an OSI network to *anywhere*
>including kremvax when it comes online?

Not according to the NSA. ;-)

Steve Sampson

unread,
Aug 26, 1989, 8:21:40 AM8/26/89
to

I just saw this file go by my machine again?? Is someone flushing their files
to the net? The text is old and not really worth commenting on again...

Joe Cychosz

unread,
Aug 27, 1989, 9:25:34 PM8/27/89
to
In article <1989Aug25....@utzoo.uucp> he...@utzoo.uucp (Henry Spencer) writes:
>In article <20...@bunyip.cc.uq.OZ> g...@bunyip.cc.uq.OZ (George Michaelson) writes:
>>> 2. [RSA] may or may not have similar patents elsewhere, although there
>>> are reasons to think it doesn't.
>
>I have been authoritatively told that RSA Inc. definitely does *not* have
>patents on RSA encryption/etc. anywhere except in the US.

This brings up an interesting question. Is it possible to secure an
international patent on a crypto device/process? How is this effected by
the Export Laws?

Doug Gwyn

unread,
Aug 28, 1989, 4:46:53 AM8/28/89
to
In article <87...@attctc.Dallas.TX.US> sam...@attctc.Dallas.TX.US (Steve Sampson) writes:
>In article <12...@well.UUCP>, go...@well.UUCP (Gordon Stewart) writes:
>>[omitted for brevity]
>You evidently have never served your country in any way ...
>I find that men and women who lean on their conscience are usually
>not willing to protect themselves or others.

Come now, that is uncalled for. Argue on the merits of the case, if any.
There are veterans of the U.S. military who are quite willing to challenge
the policies and practice of agencies of the U.S. government when they
appear to be incompatible with the fundamental liberties that the U.S. was
established to preserve and protect. (I'm one.)

>Scenario: Agents or instruments of country X are planning to kill you ...
>Question: Would you rather have this country or people identified and the
>proposed action stopped ...

Of course he would; that's one of the principal reasons for the existence
of the government.

It's not at all clear that government agencies need to ride rough-shod
over individual rights in order to protect them..

It happens I think NSA does a good job (or did, last time I knew for sure
what they were doing); nonetheless I would be pleased if a technological
breakthrough provided ultimate privacy of communications and put them out
of work. You need to keep the ultimate goals straight and not get misled
by short-range ones.

Steven M. Bellovin

unread,
Aug 28, 1989, 11:15:14 AM8/28/89
to
In article <43...@shlump.nac.dec.com>, yera...@cthulu.dec.com writes:
> If anyone out there wants to type in the actual claims from the RSA patent,
> I'd be interested in seeing them. They'll tell for sure just what the
> RSA patent covers.

I'm not going to key in the whole thing; there are 40 claims, spread
over 9+ pages, and all written in lawyerese. It's patent #4,405,829,
and costs $1.50 from the U.S. Patent Office; I suggest that anyone
interested just order their own copies. I'll key in the abstract, though:

A cryptographic communications system and method. The system
includes a communications channel coupled to at least one
terminal having an encoding device and to at least one terminal
having a decoding device. A message-to-be-transferred is
enciphered to ciphertext at the encoding terminal by first
encoding the message as a number M in a predetermined set, and
then raising that number to a first predetermined power
(associated with the intended receiver) and finally computing
the remainder or residue, C, when the exponentiated number is
divided by the product of two predetermined prime numbers
(associated with the intended receiver). The residue C is the
ciphertext. The ciphertext is deciphered to the original
message at the decoding terminal in a similar manner by raising
the ciphertext to a second predetermined power (associated with
the intended receiver), and then computing the residue, M', when
the exponentiated ciphertext is divided by the product of the
two predetermined prime numbers associated with the intended
receiver. The residue M' corresponds to the original encode
message M.

The text also includes, among other things, the following:

Similarly, the following variations on the use of the encoding/
decoding devices are to be considered as obvious to one skilled
in the prior art and therefore within the intended scope of the
attached claims:

(1) using the encoding/decoding devices in cipher-feedback mode
instead of the simple block encoding method described here, or
as a pseudo-random number generator for use to generate pads,
(2) signatures may be effected by signing a transformed version
of the message, where the transformation is publicly known and
is not necessarily invertible. (It may, for example, compress
the message to be signed into a shorter form, thus giving
shorter signatures).
(3) using the present invention to transmit keys to be used in
another encryption method for encoding subsequent messages.

The invention may be embodied in other specific forms without
departing from the spirit or essential characteristics thereof.
The present embodiments are therefore to be considered in all
respects as illustrative and not restrictive, the scope of the
invention being indicated by the appended claims rather than by
the foregoing description, and all changes which come within the
meaning and range of equivalency of the claims are therefore
intended to be embraced therein.

On other matters, readers of this newsgroup should read newly-issued
RFCs 1113, 1114, and 1115, on "privacy-enhanced electronic mail". The
RFCs describe, among other things, how RSA will be used for Internet
email. It also says that end-user public/private key pairs may be
obtained for a license fee of $25 for two years. These are user
licenses, not developer or implementor licenses. The RFCs also state
explicitly that the RSA patent, and hence the license fee, is only valid
within the U.S.

John Gilmore

unread,
Aug 29, 1989, 6:15:15 AM8/29/89
to
I don't want to beat this off-the-subject topic much, but it reminded
me of a book I just found, which is somewhat more on-topic. Also, I
just got back from Crypto '89 where a few papers (particularly Ruth
Nelson and John Heimann's paper on the Secure Data Network System, an
end-to-end-secure ISO/TCP-IP design) had the same kind of BS-censorship
problems that Turner describes below. Anyway...

Steve Sampson wrote:
> You evidently have never served your country in any way ...

Doug Gwyn responded:


> There are veterans of the U.S. military who are quite willing to challenge
> the policies and practice of agencies of the U.S. government when they
> appear to be incompatible with the fundamental liberties that the U.S. was
> established to preserve and protect. (I'm one.)

A particularly good example of this comes from the book _Secrecy and
Democracy, the CIA in Transition_ by Admiral Stansfield Turner (former
Director of Central Intelligence), Houghton Mifflin, 1985, ISBN
0-395-35573-7. The foreword is "Acknowledgements and a Word on
Censorship", part of which discusses:

"...dealing with the CIA on obtaining the necessary security
review of the book. That review stemmed from the agreement
that CIA employees execute to submit their writings for security
clearance. I estimate that between 10 and 15 percent of the time it
took me to complete the book [24 months --gnu] was spent in
arranging with the CIA for its clearance...It was all most
unreasonable and unnecessary.

"I fully support the requirement for such review. In fact, it
was I who urged Attorney General Griffin Bell in 1978 to
prosecute an ex-CIA employee, Frank Snepp...[who] proceeded
to publish...surreptitiosly. The government won its case
against Snepp... My problem was just the opposite. I
scrupulously submitted every draft before it left my control.
What I object to is the way the present administration conducts
its reviews. There are two problems: timeliness and arbitrariness.

"The delay...problem was that the CIA has not assigned enough
people to the review process...

"Arbitrariness stemmed from an administration policy of
drawing the line of secrecy on the overcautious side. Though
that may seem to be the safest course for the country, it
actually endangers secrets by making a mockery of the secret
label. Having been responsible for protecting the nation's
intelligence secrets for four years, I am well aware what the
release of some kinds of information could mean to our national
security. In the review of my book, more than one hundred
deletions were made by the CIA. These ranged from borderline
issues to the ridiculous. I appealed many of these questionable
deletions to the higher levels of the CIA and obtained only
three minor concessions.

"...two requests were particularly egregious and unnecessary.
Anthony Lapham, on my behalf, sent the CIA a letter stating
that unless they either (1) provided me with a convincing
reason for their position, or (2) obtained a court injunction
against my publishing the information, I would proceed to do so.
The CIA, after consulting with the White House and the
Department of Justice, chose to do neither. Instead, they
replied that I should do whatever I deemed to be 'appropriate',
but that the CIA reserved 'the right to take whatever action it
deemed appropriate'.

"This was the most irresponsible position they could possibly
have taken. The supposed 'secrets' were clearly of no
importance to them, since they left it to my discretion
whether or not to publish them. The threat to take me to court
after the fact could not have retrieved the secrets...Clearly
the administration knew that a court would not have upheld a
petition for an injunction. Their only other recourse was to
threaten me.

"They resorted to this tactic because they were upset with the
book's highly critical view of the Reagan administration's
mishandling of our intelligence activities, especially its
indifference to any oversight of the CIA. The administration
does not believe that anyone should check on whether even simple
decisions of the CIA, such as what authors are permitted to say,
are fair and in the public interest. Yet our entire
constitutional system is built on checks and balances between
the Executive, Legislative, and Judicial branches of our
government. Anthony Lapham's and my objecting in suggesting
that the government enjoin publication was to gain the
intercession of a third party to arbitrate the dispute, namely
the court. The administration's devious response was a
deliberate effort to avoid any such check on the arbitrariness
of the CIA's decisions. Clearly the Reagan administration
does not understand that oversight of intelligence in our
society includes constructive criticism from outsiders like me."

I have not yet read the rest of the book, but it looks quite
interesting. The introduction states that "I hope it is a book
that accurately and honestly discusses the problems which are inevitable
when an open and democratic society tries to carry out secret
intelligence operations, and indicates how complex it is to reconcile
such a society and such activities. I am writing it for those who
want to understand these complexities and can accept tht fact that
simple solutions, even when possible, are seldom useful."

I'll post a more complete review after reading it.
--
John Gilmore {sun,pacbell,uunet,pyramid}!hoptoad!gnu g...@toad.com
Love your country but never trust its government.
-- from a hand-painted road sign in central Pennsylvania

Carl Ellison

unread,
Aug 29, 1989, 11:34:47 AM8/29/89
to
In article <1989Aug25....@utzoo.uucp>, he...@utzoo.uucp (Henry Spencer) writes:
> In article <20...@bunyip.cc.uq.OZ> g...@bunyip.cc.uq.OZ (George Michaelson) writes:
> >Shouldn't we be allowed to use secure comms in an OSI network to *anywhere*
> >including kremvax when it comes online?
>
> Not according to the NSA. ;-)


I don't know about kremvax, but how about secure communication between my
PC and my buddy Ivan's. Who's going to get more upset, the NSA or KGB?
(What's Russia's NSA? Isn't the KGB their CIA?)


--Carl Ellison UUCP:: c...@cloud9.Stratus.COM
SNail:: Stratus Computer; 55 Fairbanks Blvd.; Marlborough MA 01752
Disclaimer:: (of course)

Doug Gwyn

unread,
Aug 29, 1989, 5:21:26 PM8/29/89
to
In article <84...@hoptoad.uucp> g...@hoptoad.uucp (John Gilmore) quotes Turner:

> are fair and in the public interest. Yet our entire
> constitutional system is built on checks and balances between
> the Executive, Legislative, and Judicial branches of our
> government.

Last night I watched a video tape from MPI entitles "Charge and Countercharge"
that contained a substantial amount of footage from the Army-McCarthy
hearings. One event that occurred there was the President instructing all
members of the Army with pertinent information to refuse to disclose it.
McCarthy pointed out that the Senate committee decision on how to deal with
that could serve as legal precedent.

Actually I didn't think any of the principals came off very well in those
hearings. Obvious questions were not asked, ridiculous questions were asked,
questions were evaded by both sides, and in general I got the impression that
the American public had elected a bunch of morons. I don't know how much
this was affected by the participants' consciousness that the hearings were
being televised (first time ever, as I recall). There sure was a lot of
grandstanding.

Sorry this doesn't have to do with cryptology, just a followup to the line
of discussion.

Tim Tessin

unread,
Aug 30, 1989, 11:40:11 AM8/30/89
to
yera...@cthulu.dec.com writes:

>If anyone out there wants to type in the actual claims from the RSA patent,
>I'd be interested in seeing them. They'll tell for sure just what the
>RSA patent covers.

You must be joking... There are no less than 40 claim points spanning
8 (one sided) pages of small print and lots of eqn(1) expressions. The
entire patent is 19 pages including diagrams. I have posted fragments
in the past, It's probably time to repost them again.

"RSA" Patent U.S. Patent #4,405,829
Title: Cryptographic Communications System and Method
Filed: Dec. 14, 1977
Granted: Sep. 20, 1983
Inventors: Rivest, Shamir, Adleman
Assignee: MIT
Other Patents referenced: 3,657,476 4/1972 Aiken

Abstract:


"A cryptographic communications system and method. The system includes

a communication channel coupled to at least one terminal having an encoding

device and to at least one terminal having a decoding device. A
message-to-be-transferred is enciphered to ciphertext at the encoding
terminal by first encoding the message as a number M in a predetermined
set, and then raising that number to a first predetermined power
(associated with the intended receiver) and finally computing the

remainder, or residue, C, when the exponentiated number is divided by the


product of two predetermined prime numbers (associated with the intended
receiver). The residue C is the ciphertext. The ciphertext is deciphered
to the original message at the decoding terminal in a similar manner by

raising the ciphertext to a second perdetermined power (associated with


the intended receiver), and then computing the residue, M', when the
exponentiated ciphertext is divided by the product of the two

predetermined prime numbers associated withe the intended receiver. The
residue M' corresponds to the original encoded message M."

Other Interesting Paragraphs:

"The Government has rights in this invention pursuant to Contract No.
N00014-67-A-0204, awarded by the Department of the Navy, and Grant No.
MCS76-14249, awarded by the National Science Foundation."

< after pages of math and legalese >

"Similarly, the following variations on the use of the encoding/decoding
devices are to be considered as obvious to one skilled in the prior art
and therefore within the intended scope of the attached claims:

1. using the encoding/decoding devices in cipherfeedback mode instead of


the simple block encoding method described here, or as a pseudo-random

number generator for use to generate pads.

2. signatures may be effected by signing a transformed version of the


message, where the transformation is publicly known and is not
necessarily invertible. (It may, for example, compress the message to
be signed into a shorter form, thus giving shorter signatures).

3. using the present invention to transmit keys to be used in another


encryption method for encoding subsequent messages."


As a side note the key word "method" is rampant throughout the claims
portion of the patent.

Tim Tessin - Lawrence Livermore National Laboratory
PHONE: (415) 423-4560
ARPA: t...@tis.llnl.gov
UUCP: {ames,lll-crg,lll-lcc,mordor}!lll-tis!tjt

Jay Skeer

unread,
Aug 30, 1989, 3:31:45 PM8/30/89
to

John Gilmore wrote:
> A particularly good example of this comes from the book _Secrecy and
> Democracy, the CIA in Transition_ by Admiral Stansfield Turner (former
> Director of Central Intelligence), Houghton Mifflin, 1985, ISBN
> 0-395-35573-7. The foreword is "Acknowledgements and a Word on
> Censorship", part of which discusses:
>
> "I fully support the requirement for such review. In fact, it
> was I who urged Attorney General Griffin Bell in 1978 to
> prosecute an ex-CIA employee, Frank Snepp...[who] proceeded
> to publish...surreptitiosly. The government won its case
> against Snepp... My problem was just the opposite. I
> scrupulously submitted every draft before it left my control.
> What I object to is the way the present administration conducts
> its reviews. There are two problems: timeliness and arbitrariness.

I took a class from Snepp (I think that was his name. Anyway, at
USC there was an ex-CIA employee who taught a class called something
like "The First Amendment and the media"). He is currently under a
permanent gag order. Everything he says in public, or prints (even on
a Xerox machine) must first be cleared through the CIA (or NSA, I
forget which).

Like Houghton Mifflin he complained about the timelyness and
arbitraryness of CIA review. The CIA would not clear Snepp's book for
resons which were 1) not agreed on in his contract of employment, 2)
not provided for under any similar agreement, and 3) not clearly
defensible under (then) current 1st amendment law. (Under the
current law, Judges may freely determine what is covered or not under
the 1st amendment. They need only perform the "balancing test"
weighing the benefits against the detriments). In short the CIA
wouldn't let Snepp publish his book because it portrayed the CIA in a
bad light. The book does not mention any real, or code names of any
operation, or operative. Snepp (claims that he) published
"surreptitiosly" in that he gave up waiting for the CIA to clear his
book, and that according to his most recent contract of employment he
didn't even need their clearance.

He felt that criticism of the government was warranted. In his book
he describes the many ways our government failed when pulling out of
Vietnam. As a result of his criticism the US government does not
allow him to speak freely. As a further result the profits from his
book go to the CIA.

I hope this casts another light on the issue of prepublication
screening of cryptographic research.

j'
--

Doug Gwyn

unread,
Aug 31, 1989, 9:06:21 PM8/31/89
to
In article <3...@hermix.UUCP> j...@hermix.UUCP (Jay Skeer) writes:
>Everything [Snepp] says in public, or prints (even on a Xerox machine)

>must first be cleared through the CIA (or NSA, I forget which).
>... As a result of his criticism the US government does not allow him to

>speak freely. As a further result the profits from his book go to the CIA.

The only way I know of that something like that would occur would be for a
Federal court to have so ruled. It would be interesting to look up the case.
If he published under an alias after the Company prohibited publication,
obviously that would call for judicial action.

>The CIA would not clear Snepp's book for resons which were 1) not agreed on
>in his contract of employment, 2) not provided for under any similar
>agreement, and 3) not clearly defensible under (then) current 1st amendment
>law.

My bet is that at some point he signed what amounts to a waiver of his
rights, or at least agreed to Company review without sufficient contractual
constraints. In which case a court could easily determine that he was bound
by the contract. Reasons for refusing to clear the book were probably not
specified in the contract, at best being constrained only by Company
regulations. Normally when I have to sign some agency agreement like that,
I read it carefully and amend it to my liking. It's up to the agency whether
or not to accept my amendments. I can always work elsewhere if necessary.

>In short the CIA wouldn't let Snepp publish his book because it portrayed
>the CIA in a bad light.

It's hard to see how any honest book about the CIA could portray it in a
good light! Many of the most disgraceful (on political, philosophical,
and purely intellectual grounds) activities in recent history have been
performed by the Company. They were also riddled with moles; the
intelligence agency I worked for years ago had a tacit understanding that
any really important information should be kept out of the CIA's hands.

This reminds me of the movie "Hopscotch". If you haven't seen it, do so.

Doug Gwyn

unread,
Sep 5, 1989, 1:39:13 PM9/5/89
to
In article <13...@super.ORG> m...@super.UUCP (Michael J. Tighe) writes:
-In article <10...@smoke.BRL.MIL> gw...@brl.arpa (Doug Gwyn) writes:
->Normally when I have to sign some agency agreement like that,
->I read it carefully and amend it to my liking. It's up to the agency whether
->or not to accept my amendments. I can always work elsewhere if necessary.
-This is the first I have ever heard of anyone doing this. What agency(s)
-allowed you to tell them how the agreement was going to be written? And how
-long ago was this? How did you do it? Did you have a lawyer come up with a
-new form, or did you just pencil in your own changes on the fly?

I do it from time to time, on a variety of forms from a variety of outfits.
Just ink out what you don't like and write in your replacement terms.
Usually nobody even seems to notice that what I've agreed to isn't what
they had proposed that I sign. They probably just shove the signed form
into a file folder without reviewing it.

A signed agreement should be considered a contract. Both sides should
receive valuable consideration from a contract, and the terms should be
mutually agreeable. That's the whole idea behind contracts.

John Moore

unread,
Sep 5, 1989, 10:35:13 AM9/5/89
to
In article <12...@well.UUCP> go...@well.UUCP (Gordon Stewart) writes:

> -- and, did you know, more supercomputer power is brought to
>bear on cryptanalysis than any other single use?!

Yes, in spirit (although probably not in MIPS) you may be right. However,
did YOU know that many developments in supercomputers (such as the
old IBM Stretch) were first funded by NSA?
--
John Moore (NJ7E) mcdphx!anasaz!john asuvax!anasaz!john
(602) 861-7607 (day or eve) long palladium, short petroleum
7525 Clearwater Pkwy, Scottsdale, AZ 85253
The 2nd amendment is about military weapons, NOT JUST hunting weapons!

0 new messages