雜湊資訊摘要框架
- 簡介
- 安裝/配置
- 預定義常量
- 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 — 產生雜湊值 (訊息摘要)