videosphere
    Preparing search index...
    • Constant-time comparison of a plaintext key against a stored hash.

      Parameters

      • plaintext: string

        Candidate stream key.

      • expectedHash: string

        Stored SHA-256 hex digest.

      Returns boolean

      True when the plaintext matches the hash.