Function compare_bcrypt

  • Compares a raw value with a bcrypt hash

    Parameters

    • message: string

      Raw input to compare

    • hash: string

      Hash to compare against

    Returns boolean

Generated using TypeDoc