Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to CCHMacMBS class.
CCHMacMBS.Constructor(algorithm as Integer, key as memoryblock)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Encryption and Hash | MBS MacOSX Plugin | 13.1 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
See also:
CCHMacMBS.Constructor(algorithm as Integer, key as Ptr, keyLength as UInt64)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Encryption and Hash | MBS MacOSX Plugin | 11.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
See also:
CCHMacMBS.Constructor(algorithm as Integer, key as string)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Encryption and Hash | MBS MacOSX Plugin | 11.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
See also:
CCHMacMBS.Final(macOut as Ptr)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Encryption and Hash | MBS MacOSX Plugin | 11.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Writes mac to given pointer.
Please pass a memoryblock with 16 bytes for MD5 and 20 bytes for SHA1.
CCHMacMBS.Finalize as Memoryblock
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Encryption and Hash | MBS MacOSX Plugin | 11.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Returns digest. 16 bytes for MD5 and 20 bytes for SHA1.
CCHMacMBS.Update(data as memoryblock)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Encryption and Hash | MBS MacOSX Plugin | 13.1 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Takes bytes in memoryblock.
See also:
CCHMacMBS.Update(data as Ptr, dataLength as UInt64)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Encryption and Hash | MBS MacOSX Plugin | 11.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Takes given bytes from pointer. You can pass a memoryblock there and pass the size of the memoryblock as length.
See also:
CCHMacMBS.Update(data as string)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Encryption and Hash | MBS MacOSX Plugin | 11.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Takes bytes in string.
See also:
The items on this page are in the following plugins: MBS MacOSX Plugin.