Platforms to show: All Mac Windows Linux Cross-Platform
DigestMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Encryption and Hash | MBS Encryption Plugin | 13.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 3 properties
- 7 methods
- 22 shared methods
- shared method blake2b512 as DigestMBS
- shared method blake2s256 as DigestMBS
- shared method DigestByName(name as string) as DigestMBS
- shared method DigestNames as String()
- shared method MD5 as DigestMBS
- shared method MDC2 as DigestMBS
- shared method RipeMD160 as DigestMBS
- shared method SHA1 as DigestMBS
- shared method SHA224 as DigestMBS
- shared method SHA256 as DigestMBS
- shared method SHA384 as DigestMBS
- shared method SHA3_224 as DigestMBS
- shared method SHA3_256 as DigestMBS
- shared method SHA3_384 as DigestMBS
- shared method SHA3_512 as DigestMBS
- shared method SHA512 as DigestMBS
- shared method SHA512_224 as DigestMBS
- shared method SHA512_256 as DigestMBS
- shared method shake128 as DigestMBS
- shared method shake256 as DigestMBS
- shared method sm3 as DigestMBS
- shared method whirlpool as DigestMBS
This class has no sub classes.
Some methods using this class:
- CipherMBS.BytesToKey(cipher as CipherMBS, digest as DigestMBS, Salt as MemoryBlock, InputKey as Memoryblock, IterationCount as Integer, byref OutputKey as memoryblock, byref IV as memoryblock) as boolean
Some examples using this class:
- /Encryption/AES/AES256 Text encryption
- /Encryption/Blowfish OpenSSL Tests
- /Encryption/SHA/SHA HMAC Test
- /Encryption/Threaded Encryption and Hashes
Blog Entries
- News from the MBS Xojo Plugins Version 23.3
- MonkeyBread Software Releases the MBS Xojo Plugins in version 23.3
- MBS Xojo Plugins, version 23.3pr3
- MacOSX plugin for iOS
- News from the MBS Xojo Plugins Version 20.3
- MBS Xojo Plugins, version 20.3pr5
- Multithreaded plugin functions can increase speed of Xojo application
- MBS Xojo Plugins, version 18.5pr1
- Doing hash or encryption on several CPUs in Xojo
- MBS Xojo / Real Studio plug-ins in version 13.5
Xojo Developer Magazine
Release notes
- Version 23.3
- Added eight more digest methods to DigestMBS class.
- Version 20.3
- Added SHA3_224, SHA3_256, SHA3_384 and SHA3_512 to DigestMBS class.
- Version 18.5
The items on this page are in the following plugins: MBS Encryption Plugin.
DesktopWindow - DirectDrawGraphicsMBS