Description: RC5 encryption algorithm class C#
RC5 block cipher algorithm in 1994 by Professor Ronald L. Rivest Massachusetts Institute of Technology invention, RSA by laboratory analysis. It is a variable parameter block cipher algorithm, three variable parameters are: packet size, key size and encryption rounds. Use the three operations in this algorithm: XOR, add and circulation.
To Search:
File list (Check if you may need any files):
RC5.cs