Chapter4: Finite Fields

1
Introduction




In a distributed environment, encryption devices can be placed to
support either link encryption or end-to-end encryption. With link
encryption, each vulnerable communications link is equipped on both
ends with an encryption device. With end-to-end encryption, the
encryption process is carried out at the two end systems.
Even if all traffic between users is encrypted, a traffic analysis may yield
information of value to an opponent. Key distribution is the function that
delivers a key to two parties who wish to exchange secure encrypted
data. Some sort of mechanism or protocol is needed to provide for the
secure distribution of keys.
Key distribution often involves the use of master keys, which are
infrequently used and are long lasting, and session keys, which are
generated and distributed for temporary use between two parties.
A capability with application to a number of cryptographic functions is
random or pseudorandom number generation.
2
7.1. Placement of Encryption Function
 Potential
Locations for Confidentiality
Attacks

3
7.1. Placement of Encryption Function

Link versus End-to-End Encryption
4
7.1. Placement of Encryption Function

Basic Approaches
5
7.1. Placement of Encryption Function

Logical Placement of End-to-End
Encryption Function

For end-to-end encryption, several choices are possible for the logical placement of the
encryption function. At the lowest practical level, the encryption function could be
performed at the network layer. Thus, for example, encryption could be associated with
the frame relay or ATM protocol, so that the user data portion of all frames or ATM cells
is encrypted.
Figure 7.3 shows the encryption function of the front-end processor (FEP). On the host
side, the FEP accepts packets. The user data portion of the packet is encrypted, while
the packet header bypasses the encryption process.[1] The resulting packet is
delivered to the network. In the opposite direction, for packets arriving from the
network, the user data portion is decrypted and the entire packet is delivered to the
host. If the transport layer functionality (e.g., TCP) is implemented in the front end, then
the transport-layer header would also be left in the clear and the user data portion of
the transport protocol data unit is encrypted.

6
7.1. Placement of Encryption Function

Logical Placement of End-to-End
Encryption Function

Figure 7.4 illustrates the issues involved. In this example, an electronic mail gateway is
used to interconnect an internetwork that uses an OSI-based architecture with one that
uses a TCP/IP-based architecture.[2] In such a configuration, there is no end-to-end
protocol below the application layer. The transport and network connections from each
end system terminate at the mail gateway, which sets up new transport and network
connections to link to the other end system. Furthermore, such a scenario is not limited
to the case of a gateway between two different architectures. Even if both end systems
use TCP/IP or OSI, there are plenty of instances in actual configurations in which mail
gateways sit between otherwise isolated internetworks. Thus, for applications like
electronic mail that have a store-and-forward capability, the only place to achieve endto-end encryption is at the application layer.
7
7.1. Placement of Encryption Function

Logical Placement of End-to-End
Encryption Function

Figure 7.5 highlights this point, using the TCP/IP architecture as an example.
In the figure, an application-level gateway refers to a store-and-forward
device that operates at the application level
8
7.2. Traffic Confidentiality
Identities of partners
 How frequently the partners are
communicating
 Message pattern, message length, or
quantity of messages that suggest
important information is being
exchanged
 The events that correlate with special
conversations between particular
partners

9
7.2. Traffic Confidentiality

Link Encryption Approach

With the use of link encryption, network-layer headers (e.g., frame or cell
header) are encrypted, reducing the opportunity for traffic analysis. However,
it is still possible in those circumstances for an attacker to assess the
amount of traffic on a network and to observe the amount of traffic entering
and leaving each end system. An effective countermeasure to this attack is
traffic padding, illustrated in Figure 7.6.
10
7.2. Traffic Confidentiality

End-to-End Encryption Approach
Traffic padding is essentially a link encryption function. If only endto-end encryption is employed, then the measures available to the
defender are more limited. For example, if encryption is
implemented at the application layer, then an opponent can
determine which transport entities are engaged in dialogue. If
encryption techniques are housed at the transport layer, then
network-layer addresses and traffic patterns remain accessible.
 One technique that might prove useful is to pad out data units to a
uniform length at either the transport or application level. In addition,
null messages can be inserted randomly into the stream. These
tactics deny an opponent knowledge about the amount of data
exchanged between end users and obscure the underlying traffic
pattern.

11
7.3. Key Distribution
 For
two parties A and B, key distribution can
be achieved in a number of ways, as follows:




A can select a key and physically deliver it to B.
A third party can select the key and physically deliver it to A and B.
If A and B have previously and recently used a key, one party can
transmit the new key to the other, encrypted using the old key.
If A and B each has an encrypted connection to a third party C, C can
deliver a key on the encrypted links to A and B.
12
7.3. Key Distribution
 Figure
7.7 illustrates the magnitude of the key
distribution task for end-to-end encryption
13
7.3. Key Distribution

The use of a key distribution center is based on the use of a hierarchy of
keys. At a minimum, two levels of keys are used (Figure 7.8).
Communication between end systems is encrypted using a temporary
key, often referred to as a session key. Typically, the session key is used
for the duration of a logical connection, such as a frame relay connection
or transport connection, and then discarded. Each session key is
obtained from the key distribution center over the same networking
facilities used for end-user communication. Accordingly, session keys are
transmitted in encrypted form, using a master key that is shared by the
key distribution center and an end system or user.
14
7.3. Key Distribution
 A Key

Distribution Scenario
The key distribution concept can be deployed in a number of ways. A
typical scenario is illustrated in Figure 7.9, which is based on a figure in
[POPE79]. The scenario assumes that each user shares a unique master
key with the key distribution center (KDC).
15
7.3. Key Distribution
 Hierarchical

A hierarchical scheme minimizes the effort involved in master key
distribution, because most master keys are those shared by a local KDC
with its local entities. Furthermore, such a scheme limits the damage of a
faulty or subverted KDC to its local area only.
 Session

Key Control
Key Lifetime
For a connectionless protocol, such as a transaction-oriented protocol,
there is no explicit connection initiation or termination. Thus, it is not
obvious how often one needs to change the session key. The most
secure approach is to use a new session key for each exchange.
However, this negates one of the principal benefits of connectionless
protocols, which is minimum overhead and delay for each transaction. A
better strategy is to use a given session key for a certain fixed period only
or for a certain number of transactions.
16
7.3. Key Distribution
 A Transparent

Key Control Scheme
The approach suggested in Figure 7.9 has many variations, one of which
is described in this subsection. The scheme (Figure 7.10) is useful for
providing end-to-end encryption at a network or transport level in a way
that is transparent to the end users. The approach assumes that
communication makes use of a connection-oriented end-to-end protocol,
such as TCP. The noteworthy element of this approach is a session
security module (SSM), which may consists of functionality at one
protocol layer, that performs end-to-end encryption and obtains session
keys on behalf of its host or terminal.
17
7.3. Key Distribution
 Decentralized






Key Control
The use of a key distribution center imposes the requirement that the
KDC be trusted and be protected from subversion. This requirement can
be avoided if key distribution is fully decentralized. Although full
decentralization is not practical for larger networks using symmetric
encryption only, it may be useful within a local context.
A decentralized approach requires that each end system be able to
communicate in a secure manner with all potential partner end systems
for purposes of session key distribution. Thus, there may need to be as
many as [n(n 1)]/2 master keys for a configuration with n end systems.
A session key may be established with the following sequence of steps:
1. A issues a request to B for a session key and includes a nonce, N1
2. B responds with a message that is encrypted using the shared master
key. The response includes the session key selected by B, an identifier of
B, the value f(N1), and another nonce, N2.
3. Using the new session key, A returns f(N2) to B.
18
7.3. Key Distribution
 Controlling




Key Usage
The concept of a key hierarchy and the use of automated key distribution
techniques greatly reduce the number of keys that must be manually
managed and distributed. It may also be desirable to impose some
control on the way in which automatically distributed keys are used. For
example, in addition to separating master keys from session keys, we
may wish to define different types of session keys on the basis of use,
such as:
Data-encrypting key, for general communication across a network
PIN-encrypting key, for personal identification numbers (PINs) used in
electronic funds transfer and point-of-sale applications
File-encrypting key, for encrypting files stored in publicly accessible
locations
19
7.3. Key Distribution
 Controlling

Key Usage
The control vector is cryptographically coupled with the key at the time of
key generation at the KDC. The coupling and decoupling processes are
illustrated in Figure 7.12. As a first step, the control vector is passed
through a hash function that produces a value whose length is equal to
the encryption key length. Hash functions are discussed in detail in
Chapter 11. In essence, a hash function maps values from a larger range
into a smaller range, with a reasonably uniform spread. Thus, for
example, if numbers in the range 1 to 100 are hashed into numbers in the
range 1 to 10, approximately 10% of the source values should map into
each of the target values.
20
7.3. Key Distribution
 Controlling


Key Usage
When a session key is delivered to a user from the KDC, it is
accompanied by the control vector in clear form. The session key can be
recovered only by using both the master key that the user shares with the
KDC and the control vector. Thus, the linkage between the session key
and its control vector is maintained.
Use of the control vector has two advantages over use of an 8-bit tag.
First, there is no restriction on length of the control vector, which enables
arbitrarily complex controls to be imposed on key use. Second, the
control vector is available in clear form at all stages of operation. Thus,
control of key use can be exercised in multiple locations.
21
7.4. Random Number Generation
 The



Use of Random Numbers
Reciprocal authentication schemes, such as illustrated in Figures 7.9 and
7.11. In both of these key distribution scenarios, nonces are used for
handshaking to prevent replay attacks. The use of random numbers for
the nonces frustrates opponents' efforts to determine or guess the nonce.
Session key generation, whether done by a key distribution center or by
one of the principals.
Generation of keys for the RSA public-key encryption algorithm.
22
7.4. Random Number Generation
 Randomness



Traditionally, the concern in the generation of a sequence of allegedly
random numbers has been that the sequence of numbers be random in
some well-defined statistical sense. The following two criteria are used to
validate that a sequence of numbers is random:
Uniform distribution: The distribution of numbers in the sequence should
be uniform; that is, the frequency of occurrence of each of the numbers
should be approximately the same.
Independence: No one value in the sequence can be inferred from the
others.
23
7.4. Random Number Generation
 Unpredictability

In applications such as reciprocal authentication and session key
generation, the requirement is not so much that the sequence of numbers
be statistically random but that the successive members of the sequence
are unpredictable. With "true" random sequences, each number is
statistically independent of other numbers in the sequence and therefore
unpredictable. However, as is discussed shortly, true random numbers
are seldom used; rather, sequences of numbers that appear to be
random are generated by some algorithm. In this latter case, care must
be taken that an opponent not be able to predict future elements of the
sequence on the basis of earlier elements.
24
7.4. Random Number Generation
 Pseudorandom

Number Generators (PRNGs)
Cryptographic applications typically make use of algorithmic techniques
for random number generation. These algorithms are deterministic and
therefore produce sequences of numbers that are not statistically
random. However, if the algorithm is good, the resulting sequences will
pass many reasonable tests of randomness. Such numbers are referred
to as pseudorandom numbers.
25
7.4. Random Number Generation
 Linear
Congruential Generators

By far, the most widely used technique for pseudorandom number
generation is an algorithm first proposed by Lehmer [LEHM51], which is
known as the linear congruential method. The algorithm is parameterized
with four numbers, as follows:

The sequence of random numbers {Xn} is obtained via the following
iterative equation:
Xn+1 = (aXn + c) mod m
If m, a, c, and X0 are integers, then this technique will produce a
sequence of integers with each integer in the range 0 Xn < m.


26
7.4. Random Number Generation
 Cryptographically
Generated Random
Numbers


Cyclic Encryption
Figure 7.13 illustrates an approach suggested in [MEYE82]. In this case,
the procedure is used to generate session keys from a master key.
27
7.4. Random Number Generation
 Cryptographically
Generated Random
Numbers


DES Output Feedback Mode
The output feedback (OFB) mode of DES, illustrated in Figure 6.6, can
be used for key generation as well as for stream encryption. Notice that
the output of each stage of operation is a 64-bit value, of which the s
leftmost bits are fed back for encryption. Successive 64-bit outputs
constitute a sequence of pseudorandom numbers with good statistical
properties. Again, as with the approach suggested in the preceding
subsection, the use of a protected master key protects the generated
session keys.
28
7.4. Random Number Generation
 Cryptographically
Generated Random
Numbers




Figure 7.14 illustrates the algorithm, which makes use of triple DES for
encryption. The ingredients are as follows:
Input: Two pseudorandom inputs drive the generator. One is a 64-bit
representation of the current date and time, which is updated on each
number generation. The other is a 64-bit seed value; this is initialized to
some arbitrary value and is updated during the generation process.
Keys: The generator makes use of three triple DES encryption modules.
All three make use of the same pair of 56-bit keys, which must be kept
secret and are used only for pseudorandom number generation.
Output: The output consists of a 64-bit pseudorandom number and a 64bit seed value.
29
7.4. Random Number Generation
 True

Random Number Generators
A true random number generator (TRNG) uses a nondeterministic source
to produce randomness. Most operate by measuring unpredictable
natural processes, such as pulse detectors of ionizing radiation events,
gas discharge tubes, and leaky capacitors. Intel has developed a
commercially available chip that samples thermal noise by amplifying the
voltage measured across undriven resistors [JUN99]. A group at Bell
Labs has developed a technique that uses the variations in the response
time of raw read requests for one disk sector of a hard disk [JAKO98].
LavaRnd is an open source project for creating truly random numbers
using inexpensive cameras, open source code, and inexpensive
hardware. The system uses a saturated CCD in a light-tight can as a
chaotic source to produce the seed. Software processes the result into
truly random numbers in a variety of formats.
30
Review Questions




7.1 Electronic mail systems differ in the manner in which
multiple recipients are handled. In some systems, the
originating mail-handler makes all the necessary copies, and
these are sent out independently. An alternative approach is
to determine the route for each destination first. Then a
single message is sent out on a common portion of the
route, and copies are made only when the routes diverge;
this process is referred to as mail bagging.
a. Leaving aside considerations of security, discuss the
relative advantages and disadvantages of the two methods.
b. Discuss the security requirements and implications of
the two methods.
7.2 Section 7.2 describes the use of message length as a
means of constructing a covert channel. Describe three
additional schemes for using traffic patterns to construct a
covert channel.
31