1

Is any way to find hash info from a torrent file? I want to put a form that upload a torrent file, then when it upload, get just hash info from that torrent file,

is it possible using PHP ?

1 Answers1

-1

It's certainly possible. You will need a library to deserialize the data from the bencode format torrent files are using, and then access info.pieces

weirdan
  • 2,499
  • 23
  • 27