SHA512MBS class

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

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
A class to calculate SHA-512 hashes.
Example
dim s3 as string = SHA512MBS.Hash("")
dim e3 as string = EncodingToHexMBS(s3)

if e3 = "CF83E1357EEFB8BDF1542850D66D8007D620E4050B5715DC83F4A921D36CE9CE47D0D13C5D85F2B0FF8318D2877EEC2F63B931BD47417A81A538327AF927DA3E" then
Msgbox "OK"
else
MsgBox "Failed"
end if

This class has no sub classes.

Some examples using this class:

Blog Entries

Release notes


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


SHA3MBS   -   SharingPanelMBS


💬 Ask a question or report a problem