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.
如果我想从 64 位散列中生成 32 位,只需将 64 位值屏蔽为 32 位就足够了吗?“足够”是指我希望 32 位散列具有与 64 位散列一样均匀的分布,但在 32 位空间中。
如果掩码还不够,那么高位与低位的异或是否会保持这种分布,还是有更合适的方法?
对于此解决方案,密码完整性无关紧要。