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