Issue Description: I'm trying to comply with our Security Advisories. The advisories contain nearly 1000 MD5 & Sha 256 file hashes. I need to convert them into sha1 and update them in our endpoint security product because our endpoint security product only accepts SHA1 hashes. Normally, we use Virus Total (https://www.virustotal.com/#/home/search) to get the SHA1 hashes. But I can only put 1 SHA256 or MD5 hash at a time. Converting hashes into Sha1 is definitely going to take up a lot of production time.
Question: Is there any way, I can automate the conversion process?
PS: We are running a Windows environment.
TIA