Verify your download

It's important to check the download of a file against one on the original website's to ensure its integrity and security. Think of it like verifying a product's authenticity before using it. By comparing the checksum, which is like a unique digital fingerprint, you ensure that the file hasn't been tampered with or corrupted during the download process.

Android

Hash Calc on Android required

Simply open the app and choose your downloaded file.

Windows
                              
certutil -hashfile C:\Users\user1\Downloads\software.zip SHA256
                              
                            
Linux
                              
sha256sum ~/Downloads/software.zip
                              
                            
MacOS
                              
shasum -a 256 ~/Downloads/software.zip