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
  • 4 methods
  • 4 shared methods
    • shared method Hash(data as string) as string
    • shared method HashFile(file as FolderItem, Hex as boolean = true) as string
    • shared method HashText(data as string) as string
    • shared method HMAC(key as string, data as string) as string

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


The biggest plugin in space...