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= ハッシュ ('crc32b',$data);
-> 編集: win32 システムで
ありがとうございます ;)
python-mhashは、crc32b を含む多くのハッシュ関数を提供します。