The Rc5 Algorithm: Outline
The Rc5 Algorithm: Outline
OUTLINE:
INTRODUCTION
WHAT IS RC5
ALGORITHM
CONCLUSION
DESCRIPTION
what is RC5
• RC5 is a block cipher notable for its simplicity.
• It was designed by Ronald Rivest in 1994.
• RC stands for “Rivest Cipher”,or alternatively,“Ron’s code”.
• SIMPLE:
It is simple to implement,this Simplicity makes it
more interesting to analyse and evaluate,so that
the cryptographic strength can be more rapidly
determined.
• Data-Dependent rotations:
RC5 highlight the use of data-dependent rotations and encourage
the assessment of the cryptographic strength data-dependent can
provide.
REPRESENTATION:
The RC5 is basically denoted as RC5-w/r/b where w=word
size in bits, r=number of rounds, b=number of 8-bit bytes
in the key.
➢Algorithm
RC5 encryption and decryption both expand the random key into 2(r+1) words
that will be used sequentially (and only once each) during the encryption and
decryption processes.