MD5 Checksum: 4A21D643DAB0165A5CF80F62733A65E2 SHA-1 Checksum: 9F19081D3ED24A061ACE40D7D5D1E266AB86CFD7 SHA-256 Checksum: 2A8BA23C5ADD14A04DE66205296BA252F6B4B1BD8B86AFB38FF8AA3D3C66C61A SHA-512 Checksum: 35933E79A11E63422945D2E7115600E9B457438283C298C2967D75FFF76E9E668EF9F6E8CFD51074D895370433CFB8B91CE20945381C35CCBC1E4065DD162635 Generated by MD5 & SHA Checksum Utility @ http://raylin.wordpress.com/downloads/md5-sha-1-checksum-utility Windows 11 Command prompt ######################### D:\Antrica>certutil -hashfile spotbox-update-3.6.7-sw.img md5 MD5 hash of spotbox-update-3.6.7-sw.img: 4a21d643dab0165a5cf80f62733a65e2 CertUtil: -hashfile command completed successfully. D:\Antrica>certutil -hashfile spotbox-update-3.6.7-sw.img sha1 SHA1 hash of spotbox-update-3.6.7-sw.img: 9f19081d3ed24a061ace40d7d5d1e266ab86cfd7 CertUtil: -hashfile command completed successfully. Windows 11 powershell ##################### PS D:\Antrica> Get-FileHash .\spotbox-update-3.6.7-sw.img -Algorith MD5 Algorithm Hash Path --------- ---- ---- MD5 4A21D643DAB0165A5CF80F62733A65E2 D:\Antrica\spotbox-update-3.6.7-sw.img PS D:\Antrica> Get-FileHash .\spotbox-update-3.6.7-sw.img -Algorith sha1 Algorithm Hash Path --------- ---- ---- SHA1 9F19081D3ED24A061ACE40D7D5D1E266AB86CFD7 D:\Antrica\spotbox-update-3.6.7-sw.img