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.
可能重复: 可以将 SHA256 哈希截断为 128 位吗?
如果只返回 sha256 哈希的前 35 个字符,谁能告诉我熵会受到多大程度的影响?这样做有什么风险?
好吧,不确定你到底要什么。您的 35 个字符代表 17.5 个字节,即 140 位
256 bit: 2^256 = 1.1E+77 140 bit: 2^140 = 1,4E+42
所以熵显着降低。希望这可以帮助。