Hash 函數(shù)

目錄

  • hash_algos — 返回已注冊的哈希算法列表
  • hash_copy — 拷貝哈希運(yùn)算上下文
  • hash_equals — 可防止時(shí)序攻擊的字符串比較
  • hash_file — 給指定文件的內(nèi)容生成哈希值
  • hash_final — 結(jié)束增量哈希,并且返回摘要結(jié)果
  • 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 方法和給定文件的內(nèi)容生成帶密鑰的哈希值
  • hash_hmac — 使用 HMAC 方法生成帶有密鑰的哈希值
  • hash_init — 初始化增量哈希運(yùn)算上下文
  • hash_pbkdf2 — 生成所提供密碼的 PBKDF2 密鑰導(dǎo)出
  • hash_update_file — 從文件向活躍的哈希運(yùn)算上下文中填充數(shù)據(jù)
  • hash_update_stream — 從打開的流向活躍的哈希運(yùn)算上下文中填充數(shù)據(jù)
  • hash_update — 向活躍的哈希運(yùn)算上下文中填充數(shù)據(jù)
  • hash — 生成哈希值 (消息摘要)