简体   繁体   English

如何生成所有可能的 Torrent 信息哈希?

[英]How to generate all possible Torrent info hashes?

How do I generate all possible torrent info hashes?如何生成所有可能的 torrent 信息哈希? I am looking for an elegant way to do so.我正在寻找一种优雅的方式来做到这一点。 python code would be immensely appreciated, any other langues are cool too. python 代码将不胜感激,任何其他语言也很酷。

  1. Start with a hash of all 0以全0的 hash 开头
  2. Increment by 1.递增 1。
  3. Go to step 2. Go 到步骤 2。

This will obviously run for quite awhile, but will generate all possible torrent info hashes.这显然会运行一段时间,但会生成所有可能的种子信息哈希。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM