e-CryptIt Engine Xojo Plugin

SHA Class (console safe)

SHA is a message digest/hash algorithm with a digest/hash size of 160 bits (20 characters).

Object
   SHA

class SHA implements

IHashAlgorithm

Methods

FinalUse this function when you are done adding bytes to the SHA class.
shared HashConvenience shared function to hash small data with just one line of code without creating instance of the class.
UpdateUse this method to add data with MemoryBlock to the SHA stream.
UpdateUse this method to add data with String to the SHA stream.

Constants

Version = 16.12

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • iOS