惠而浦哈希计算器

快速轻松生成Whirlpool哈希值

Copied!

关于 WhirlpoolWhirlpool

是由 Vincent Rijmen 和 Paulo S. L. M. Barreto 设计的加密哈希函数。它于 2000 年首次发布,以其 512 位大摘要大小和对加密攻击的高抵抗力而闻名。

Whirlpool is based on the Advanced Encryption Standard (AES) structure and uses a 10-round Feistel network. It is one of the few hash functions that provides 256 bits of security, making it suitable for applications requiring a high level of collision resistance.

Note:虽然 Whirlpool 被认为是安全的,但现代应用程序通常更喜欢 SHA-3 等较新的标准。但是,对于需要向后兼容性或经过验证的哈希函数的系统,Whirlpool 仍然是一个可行的选择。

常见用例

  • 数字签名
  • 数据完整性验证
  • 密码哈希
  • 需要高安全性
  • 向后兼容遗留系统

技术细节

摘要大小: 512 bits (128 hex characters)
块大小: 512 bits
Rounds: 10
设计年份: 2000
Designers: Vincent Rijmen, Paulo S. L. M. Barreto

Related Tools