Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SHA512 哈希算法的密钥大小是多少?我知道最终的消息摘要是 512 位。我想知道它使用什么密钥大小。非常感谢 :)
哈希函数不使用密钥。它只是将任何输入映射到 2^512 个可能值之一。
什么钥匙?没有钥匙。这是一种散列算法,而不是加密算法。