Whirlpool 哈希計算機
快速輕鬆地生成 Whirlpool 哈希值
Copied!
關於 Whirlpool
Whirlpool 是由 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:
文森特·里門,保羅 S. L. M. 巴雷托