If you are using a Windows version that has Powershell installed, you can use this command:
Get-FileHash C:\Path\to\gpg4win_installer -Algorithm SHA1 | Format-List SHA1, SHA256, SHA384, SHA512, MACTripleDES, MD5 and RIPEMD160 are other algorithms for Get-FileHash. If you are using CMD, CertUtil should do the same thing: CertUtil -hashfile C:\Path\to\gpg4win-installer SHA1 MD2, MD4, MD5, SHA1, SHA256, SHA384 and SHA512 are other algorithms for CertUtil. The numbers shouldn't differ, I suppose. Else you'll have to install a program that has the hashing programs. El 23/12/15 a las 15:59, Dan Datau escribió: > Dear Enigmail Users, > > This is probably a noob question, but how do I run the sha1sum command in > Windows in order to check the integrity of the downloadfile from the gpg4win > site https://www.gpg4win.org/download.html? > > Do you need to install a .exe to do that and why can’t Windows run this > command without installing such an .exe to compare checksums? > > Thank you, > > Dan > > > > _______________________________________________ > enigmail-users mailing list > [email protected] > To unsubscribe or make changes to your subscription click here: > https://admin.hostpoint.ch/mailman/listinfo/enigmail-users_enigmail.net > -- Juan Miguel Navarro Martínez GPG Keyfingerprint: 5A91 90D4 CF27 9D52 D62A BC58 88E2 947F 9BC6 B3CF _______________________________________________ enigmail-users mailing list [email protected] To unsubscribe or make changes to your subscription click here: https://admin.hostpoint.ch/mailman/listinfo/enigmail-users_enigmail.net
