The CCrypto type exposes the following members.

Methods

  NameDescription
ConvertStringFromHex
Converts a string of hex digits (normally one converted to hex via ConvertStringToHex(String)) back into a string of text.
ConvertStringToHex
Converts a string into a string of hex digits where each "byte" of the hex string represents a character in the string converted using the default encoding scheme.
Decrypt
Decrypts the string sent in
Encrypt
Encrypts the string sent in
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Destructor frees up any handles that may still exist
(Overrides Object..::.Finalize()()().)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Hash
Performs a one way hash on the string sent in
IsHashValid
This method will hash the clear text and compare it to the hashed text. It can be used to authenticate passwords for example.
IsHexDigit
Returns true if c is a hexadecimal digit (A-F, a-f, 0-9)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also