Shake-128 哈希計算機
快速輕鬆地生成Shake-128哈希
Copied!
關於 Shake-128
SHAKE-128 is a extendable-output function (XOF) from the SHA-3 family, standardized by NIST in 2015. Unlike fixed-output hash functions like SHA-256, SHAKE-128 can generate an arbitrary number of output bits, making it suitable for applications requiring variable-length digests.
SHAKE-128 基於 Keccak 海綿結構,提供高水平的安全性,並能抵抗所有已知的攻擊。它特別適合於金鑰派生、隨機數生成和生成大型加密金鑰等應用程式。
Note:SHAKE-128 提供與128位對稱密鑰相當的安全性。應根據應用程式的特定安全要求選擇輸出長度。更長的輸出提供更高的抗碰撞性。
常見用例
- 金鑰派生函數
- 加密隨機數生成
- 生成大型加密金鑰
- 需要可變長度摘要的應用程式
- 后量子密碼學應用
技術細節
安全等級:
128 bits
海綿率:
1344 bits
輸出長度:
Variable (up to 2^2040 bits)
標準化年份:
2015
Designer:
Guido Bertoni, Joan Daemen, Michaël Peeters, Gilles Van Assche