Click or drag to resize

RC4Utility Class

The class contains an algorithm that is obsolete and not suitable for cryptography. This class only exists for experiments.

An experimental utility class based upon the RC4 algorithm. See: RC4 on Wikipedia.
Inheritance Hierarchy
SystemObject
  Orthogonal.Common.BasicRC4Utility

Namespace: Orthogonal.Common.Basic
Assembly: Orthogonal.Common.Basic (in Orthogonal.Common.Basic.dll) Version: 3.2.5
Syntax
C#
[ObsoleteAttribute("The class contains an algorithm that is obsolete and not suitable for cryptography. This class only exists for experiments.")]
public static class RC4Utility

The RC4Utility type exposes the following members.

Methods
 NameDescription
Public methodStatic memberKeystream(Byte) Generates an RC4 byte keystream that is intended to be XOR'd with plaintext.
Public methodStatic memberKeystream(String) Generates an RC4 byte keystream that is intended to be XOR'd with plaintext.
Top
See Also