如何使用 php 从 torrent 文件中获取哈希信息?
Posted
技术标签:
【中文标题】如何使用 php 从 torrent 文件中获取哈希信息?【英文标题】:how get hash info from a torrent file using php? 【发布时间】:2017-03-17 10:15:57 【问题描述】:有什么方法可以从 torrent 文件中找到哈希信息? 我想放置一个上传 torrent 文件的表单,然后在上传时,从该 torrent 文件中获取哈希信息,
可以使用 php 吗?
【问题讨论】:
【参考方案1】:这当然是可能的。您将需要a library 来反序列化正在使用的bencode format torrent 文件中的数据,然后访问info.pieces
【讨论】:
以上是关于如何使用 php 从 torrent 文件中获取哈希信息?的主要内容,如果未能解决你的问题,请参考以下文章
python libtorrent 如何从 info_hash 获取 torrent 文件列表?