MD5 Checksum: DC3FF13EA6BF36C93F1FA490A973F3B6 SHA-1 Checksum: 6200515E677AFF0CFE8AEC25D8409F3D694C7693 SHA-256 Checksum: CBA2D163BD0386F4FFA6D1F7DC4ECE986C2FDA345590F1229B9942CB4F000580 SHA-512 Checksum: 850712CDA82754B2F3A7F0AEED3B1AFB858D4A69281366F44E1149580996C4E0E956DBCEE0825CED6BE19D9E98C829E6D224F1F45CEC3DAAAFB275D7F5E27048 Generated by MD5 & SHA Checksum Utility @ http://raylin.wordpress.com/downloads/md5-sha-1-checksum-utility Windows 10 Command prompt ######################### C:\Antrica>certutil -hashfile spotbox-update-3.6.6-sw.img md5 MD5 hash of spotbox-update-3.6.6-sw.img: dc3ff13ea6bf36c93f1fa490a973f3b6 CertUtil: -hashfile command completed successfully. C:\Antrica>certutil -hashfile spotbox-update-3.6.6-sw.img sha1 SHA1 hash of spotbox-update-3.6.6-sw.img: 6200515e677aff0cfe8aec25d8409f3d694c7693 CertUtil: -hashfile command completed successfully. Windows 10 powershell ##################### PS C:\Antrica> Get-FileHash .\spotbox-update-3.6.6-sw.img -Algorith MD5 Algorithm Hash Path --------- ---- ---- MD5 DC3FF13EA6BF36C93F1FA490A973F3B6 C:\Antrica PS C:\Antrica> Get-FileHash .\spotbox-update-3.6.6-sw.img -Algorith sha1 Algorithm Hash Path --------- ---- ---- SHA1 6200515E677AFF0CFE8AEC25D8409F3D694C7693 C:\Antrica