MD5 Checksum: E2C29B6390FD06394CB090CBED375E83 SHA-1 Checksum: 5AE7657BF564780C6860566927A141F827D7AB8E SHA-256 Checksum: A10C0B3F4452DCA1D3393480D2503F63A35A1771E04BA2911C404D78CBF422A4 SHA-512 Checksum: B396FAE4E526C1E3968C7C69D5AB638D7CCCADF7D76A4A899E5A63EC5A58819AF62D1252C1EB0980FEC9DF447C3DECACFA3208DC097CD17A74CD567229B8B9AB Generated by MD5 & SHA Checksum Utility @ http://raylin.wordpress.com/downloads/md5-sha-1-checksum-utility Windows Command prompt ###################### D:\Antrica>certutil -hashfile spotbox-update-3.6.8-sw.img md5 MD5 hash of spotbox-update-3.6.8-sw.img: e2c29b6390fd06394cb090cbed375e83 CertUtil: -hashfile command completed successfully. D:\Antrica>certutil -hashfile spotbox-update-3.6.8-sw.img sha1 SHA1 hash of spotbox-update-3.6.8-sw.img: 5ae7657bf564780c6860566927a141f827d7ab8e CertUtil: -hashfile command completed successfully. Windows powershell ################## PS D:\Antrica> Get-FileHash .\spotbox-update-3.6.8-sw.img -Algorith MD5 Algorithm Hash Path --------- ---- ---- MD5 E2C29B6390FD06394CB090CBED375E83 D:\Antrica\spotbox-update-3.6.8-sw.img PS D:\Antrica> Get-FileHash .\spotbox-update-3.6.8-sw.img -Algorith sha1 Algorithm Hash Path --------- ---- ---- SHA1 5AE7657BF564780C6860566927A141F827D7AB8E D:\Antrica\spotbox-update-3.6.8-sw.img