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.
正如我作为标题发布的那样,有一种方法可以在 python 上本地或通过库(即 chilkat)使用 crc32b 哈希?
我的目的是将一个程序从 php“翻译”为 python,所以输出应该与 php 中的相同:
$hashedData= hash('crc32b',$data);
-> 编辑:在win32系统中
谢谢大家 ;)
python- mhash 提供了许多散列函数,包括 crc32b。