Pseudo random number generator_RC4
Pseudo random number generator_RC4
y and
Network
Security
Eighth Edition, Global Edition
by William Stallings
Independence
• No one subsequence in the sequence can
be inferred from the others
With a properly
designed pseudorandom
number generator a • A potential advantage is that stream ciphers that do
stream cipher can be as not use block ciphers as a building block are typically
secure as a block cipher faster and use far less code than block ciphers
of comparable key
length
Copyright © 2023 Pearson Education, Ltd. All Rights Reserved..
RC4
• Designed in 1987 by Ron Rivest for RSA Security
Most of the recently developed stream ciphers are based on the use
of feedback shift registers (FSRs)
Sound/video
Disk drives
input
The input from a sound
digitizer with no source Have small random
plugged in or from a fluctuations in their
camera with the lens cap rotational speed due to
on is essentially thermal chaotic air turbulence
noise
The addition of low-level
If the system has enough
disk seek-time
gain to detect anything,
instrumentation produces
such input can provide
a series of measurements
reasonable high quality
that contain this
random bits
randomness
There is also an online service (random.org) which can deliver random sequences securely over
the©Internet
Copyright 2023 Pearson Education, Ltd. All Rights Reserved..
Table 8.5