SHA-512/224 哈希计算器
快速轻松地生成SHA-512/224哈希值
SHA-512/224 哈希计算器
在下面输入文本以生成其 SHA-512/224 哈希值
Copied!
关于 SHA-512/224
SHA-512/224 is a cryptographic hash function from the SHA-2 family. It is a truncated version of SHA-512, producing a 224-bit (56-character hexadecimal) hash value by taking the first 224 bits of the SHA-512 hash. This makes it suitable for applications requiring a shorter hash while maintaining high security.
尽管输出时间较短,但 SHA-512/224 保留了 SHA-512 的大部分安全性,并被认为可以抵御所有已知的攻击。在哈希值的存储或带宽有限但仍需要强大安全性的系统中,它特别有用。
Note:SHA-512/224 在安全性和哈希大小之间提供了良好的平衡。它适用于较短哈希值有益但仍需要 SHA-512 的完全安全性的应用程序。
常见用例
- 需要较短哈希输出
- 存储受限的环境
- 带宽
- 数字签名,其中较短的尺寸是有利的
- 高抗碰撞性
技术细节
哈希长度:
224 bits (56 hex characters)
区块大小:
1024 bits
安全状态:
Secure
发展年份:
2001
Developer:
NSA (U.S.)