Platforms to show: All Mac Windows Linux Cross-Platform

Back to DigestMBS class.

DigestMBS.Clear

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Encryption and Hash MBS Encryption Plugin 13.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Clears the current state.

DigestMBS.Constructor   Private

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Encryption and Hash MBS Encryption Plugin 13.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The private constructor.

DigestMBS.Final as memoryblock

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Encryption and Hash MBS Encryption Plugin 13.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Finalizes the hash and returns it.

DigestMBS.FinalText as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Encryption and Hash MBS Encryption Plugin 14.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Finalizes the hash and returns it.

Returns text with hex encoding.

Some examples using this method:

DigestMBS.Process(data as memoryblock)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Encryption and Hash MBS Encryption Plugin 13.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Adds more data to the hash.

See also:

DigestMBS.Process(data as string)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Encryption and Hash MBS Encryption Plugin 13.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Adds more data to the hash.

See also:

DigestMBS.Process(file as FolderItem) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Encryption and Hash MBS Encryption Plugin 14.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Processes content of file.

Plugin will start a preemptive thread to read in file and process all data in chunks.
Returns true on success or false on failure. May raise OutOfMemoryException or IOException.
This function works best if called from a thread.

See also:

The items on this page are in the following plugins: MBS Encryption Plugin.


The biggest plugin in space...