Click or drag to resize

Hummingbird.TestFramework.Cryptography Namespace

[Missing <summary> documentation for "N:Hummingbird.TestFramework.Cryptography"]

Classes
  ClassDescription
Public classAes
Encrypt and Decrypt using AES algorithm
Public classCryptographyBase
The base class of Cryptography algorithms
Public classDes
Encrypt and Decrypt using DES algorithm
Public classMD5
Hash using MD5 algorithm
Public classRC2
Encrypt and Decrypt using RC2 algorithm
Public classRsa
Encrypt and Decrypt using RSA algorithm
Public classSha1
The hash method using SHA-1 algorithm
Public classSha256
The hash method using SHA-256 algorithm
Public classSha384
The hash method using SHA-384 algorithm
Public classSha512
The hash method using SHA-512 algorithm
Public classTripleDes
Encrypt and Decrypt using 3DES algorithm