Moeen Chat Service - v1.0.0
    Preparing search index...
    • Generates a random hash.

      Parameters

      • length: number = 32

        The length of the hash. Defaults to 32.

      • bufferEncoding: BufferEncoding = 'hex'

        The encoding of the hash. Defaults to 'hex'.

      Returns string

      A random hash.

      genRandomHash() // '1234567890abcdef1234567890abcdef'