The CCrypto type exposes the following members.

Constructors

  NameDescription
Public methodCCrypto
Creates a new instance of the ASI Cryptographic class. All encryption. decryption and hashing in iBO.NET is done via this class.

Methods

  NameDescription
Public methodStatic memberConvertStringFromHex
Converts a string of hex digits (normally one converted to hex via ConvertStringToHex(String)) back into a string of text.
Public methodStatic memberConvertStringToHex
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.
Public methodDecrypt
Decrypts the string sent in
Public methodEncrypt
Encrypts the string sent in
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Destructor frees up any handles that may still exist
(Overrides Object..::..Finalize()()()().)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHash
Performs a one way hash on the string sent in
Public methodIsHashValid
This method will hash the clear text and compare it to the hashed text. It can be used to authenticate passwords for example.
Public methodStatic memberIsHexDigit
Returns true if c is a hexadecimal digit (A-F, a-f, 0-9)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also