The CCrypto type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CCrypto |
Creates a new instance of the ASI Cryptographic class. All encryption. decryption and hashing in iBO.NET is done via this class.
|
Methods
| Name | Description | |
|---|---|---|
| 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 | (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 | (Inherited from Object.) |