Hash 函數

目錄

  • hash_algos — 返回已注冊的哈希算法列表
  • hash_copy — 拷貝哈希運算上下文
  • hash_equals — 可防止時序攻擊的字符串比較
  • hash_file — 給指定文件的內容生成哈希值
  • hash_final — 結束增量哈希,并且返回摘要結果
  • hash_hkdf — Generate a HKDF key derivation of a supplied key input
  • hash_hmac_algos — Return a list of registered hashing algorithms suitable for hash_hmac
  • hash_hmac_file — 使用 HMAC 方法和給定文件的內容生成帶密鑰的哈希值
  • hash_hmac — 使用 HMAC 方法生成帶有密鑰的哈希值
  • hash_init — 初始化增量哈希運算上下文
  • hash_pbkdf2 — 生成所提供密碼的 PBKDF2 密鑰導出
  • hash_update_file — 從文件向活躍的哈希運算上下文中填充數據
  • hash_update_stream — 從打開的流向活躍的哈希運算上下文中填充數據
  • hash_update — 向活躍的哈希運算上下文中填充數據
  • hash — 生成哈希值 (消息摘要)