Platforms to show: All Mac Windows Linux Cross-Platform
SHA512MBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Encryption and Hash | MBS Encryption Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Example:
dim s3 as string = SHA512MBS.Hash("")
dim e3 as string = EncodingToHexMBS(s3)
if e3 = "CF83E1357EEFB8BDF1542850D66D8007D620E4050B5715DC83F4A921D36CE9CE47D0D13C5D85F2B0FF8318D2877EEC2F63B931BD47417A81A538327AF927DA3E" then
Msgbox "OK"
else
MsgBox "Failed"
end if
- 4 methods
- method Add(data as string)
- method Reset
- method Result as string
- method ResultText as string
- 4 shared methods
This class has no sub classes.
Some examples using this class:
- /Encryption/AES/AES256 Text encryption
- /Encryption/ECKey/ECKey Test
- /Encryption/Threaded Encryption and Hashes
Blog Entries
- Multithreaded plugin functions can increase speed of Xojo application
- MonkeyBread Software Releases the MBS Xojo Plugins in version 19.4
- MBS Xojo Plugins, version 19.4pr3
- MBS Xojo / Real Studio Plugins, version 14.2pr8
- Doing hash or encryption on several CPUs in Xojo
- MBS Xojo / Real Studio Plugins, version 14.2pr4
- MBS Xojo / Real Studio Plugins, version 13.5pr10
- MBS Real Studio Plugins, version 12.2pr4
The items on this page are in the following plugins: MBS Encryption Plugin.
