Hash and Coding
Previous  Next

The Base64 object in this library offers the following methods and properties

Methods

Base64ToString(String b64) : Returns a String that is the decode of the Base64 representation, b64.

New1 : Creates a new instance of this object.

StringToBase64(String str) : Returns a String that is the encoded  Base64 representation of str.

Properties

I signifies readable, O signifies settable.


DLLversion : Double [I] : Returns the version of this library.



The MD5 object in this library offers the following methods and properties

Methods
 
ComputeHash(Byte() data,Int32 offset,Int32 count) : Returns a byte array containing the MD5 hash of the data array starting at offset for the number of bytes count.

New1 : Creates a new instance of this object.

Properties

I signifies readable, O signifies settable.


DLLversion : Double [I] : Returns the version of this library.



The MD5 object in this library offers the following methods and properties

Methods

ComputeHash(Byte() data, In32 offset,  Int32 count) : Returns a byte array containing the MD5 hash of the data array starting at offset for the number of bytes count.

New1 : Creates a new instance of this object.

Properties

I signifies readable, O signifies settable.


DLLversion : Double [I] : Returns the version of this library.


 The MD5 object in this library offers the following methods and properties

Methods
 
ComputeHash(Byte() data,Int32 offset,Int32 count) : Returns a byte array containing the MD5 hash of the data array starting at offset for the number of bytes count.

New1 : Creates a new instance of this object.

Properties

I signifies readable, O signifies settable.


DLLversion : Double [I] : Returns the version of this library.



The SHA1 object in this library offers the following methods and properties

Methods

ComputeHash(Byte() data, In32 offset,  Int32 count) : Returns a byte array containing the SHA1hash of the data array starting at offset for the number of bytes count.

New1 : Creates a new instance of this object.

Properties

I signifies readable, O signifies settable.


DLLversion : Double [I] : Returns the version of this library.