Command tool to create torrent files that includes MD5 hashes of files

bittorrentcommand line

I'm aware of mktorrent, and know how to use it, but for testing purposes I require a utility that will also include the MD5 hash of every file in the torrent in the torrent meta info. I realize that the MD5 hash for each file isn't typically used with most modern torrent apps and is superfluous, but I'm hoping there's a utility out there I missed that supports this.

Any suggestions?

Best Answer

You can use this one: https://py3createtorrent.readthedocs.io/en/latest/

But you need to have python installed for this one .

"py3createtorrent is a comprehensive shell/commandline utility for creating torrents (Linux & Windows). It's a GPL-licensed Python v3.1 script. I tested it with Ubuntu 8.04 / rTorrent and Windows 7 / µTorrent."