

21·
2 months agoI’m not sure what your concern is. I’d basically like to call a function retrieveFile(fileHash)
and get bytes back. Or call retrieveFileLocations(fileHash)
and get URIs back to where the file can be downloaded. Also, it’ll be opensource, so nothing to reverse engineer.
It’s quite simple: I want to
retrieveFile(fileHash)
wherefileHash
is the output ofmd5sum $file
orsha256sum $file
, or whatever other hashing algorithm exists.