Platforms to show: All Mac Windows Linux Cross-Platform

CCSHA224MBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class Encryption and Hash MBS MacOSX Plugin 11.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The class for SHA-224 hash.
Example
dim s as new CCSHA224MBS
s.Update "The quick brown fox jumps over the lazy dog"

dim m as MemoryBlock = s.Finalize
MsgBox EncodingToHexMBS(m)

This class uses the CommonCrypto interface which is available on Mac OS X 10.5 or newer and also on iOS. So you can use it to get the same results on both operation systems. Also as you simply use Apple provided encryption, you don't need to apply for an export license for this classes here.

  • 4 methods
  • 2 shared methods
    • shared method SHA224(data as Ptr, dataLength as Integer) as Memoryblock
    • shared method SHA224(data as String) as Memoryblock

This class has no sub classes.

Blog Entries


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


CCSHA1MBS   -   CCSHA256MBS


The biggest plugin in space...