Shake-256 哈希計算機

快速輕鬆地生成Shake-256哈希

512 bits
Copied!

關於 Shake-256

SHAKE-256 is a extendable-output function (XOF) from the SHA-3 family, standardized by NIST in 2015. It provides a higher security level than SHAKE-128 and can generate an arbitrary number of output bits, making it suitable for applications requiring variable-length digests with strong security guarantees.

SHAKE-256 基於 Keccak 海綿結構,提供與 256 位對稱密鑰相當的安全性。它特別適用於需要更高安全級別的應用程式,例如密鑰派生、隨機數生成和生成大型加密密鑰。

Note:SHAKE-256 比 SHAKE-128 更安全,推薦用於需要更高級別安全性的應用。應根據應用程式的特定安全要求選擇輸出長度。

常見用例

  • 高安全性金鑰派生函數
  • 加密隨機數生成
  • 生成大型加密金鑰
  • 需要可變長度摘要的應用程式
  • 后量子密碼學應用

技術細節

安全等級: 256 bits
海綿率: 1088 bits
輸出長度: Variable (up to 2^2040 bits)
標準化年份: 2015
Designer: Guido Bertoni, Joan Daemen, Michaël Peeters, Gilles Van Assche

Related Tools