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 中生成哈希的通用(推荐)模块?
特别是我需要whirlpool一些像mhashPHP 或jacksumjava 中的扩展,其中存在许多散列算法,这将是理想的,所以它可以在将来使用。
whirlpool
mhash
jacksum
快速的Google 搜索既可以找到纯 Python 实现,也可以找到用 C 语言编写的 Whirlpool 算法绑定。
我使用 librhash(这里的例子)。那里有很多哈希算法,包括 Whirlpool。它可以在最流行的发行版中使用,例如ubuntu