Developer   API   Crypto   SHA1

SHA1(native)

This class represents implementations of the SHA1 hash algorithm.In cryptography, SHA-1 is a cryptographic hash function designed by the National Security Agency and published by the NIST as a U.S. Federal Information Processing Standard.

Methods

  • bytes(data) : Array
    Hash array of bytes.
  • file(path) : Array
    Hash data loaded from file.
  • string(text) : Array
    Hash string.