SHA-256 hashes of all files

With the provided SHA-256 hashes, the integrity of the downloaded files can be verified. Here is the list of the SHA-256 hashes of our new and deprecated files:

FilenameContentSHA-256 valueStatus
torbox054-20250417.zipTorBox menu1062BBE7B669F29080358D2913B84F819F9F23962D6CFEA63949CC9DD05330E0Released on the 30.12.2024 / Updated on the 17.04.2025
torbox-20250417-v054.img.xzTorBox image31E549EE53B6D4E5E04676C47348B4369A00424B679284E41026E8431205723EReleased on the 30.12.2024 / Updated on the 17.04.2025
torbox-mini-20250417-v054.img.xzTorBox mini imageD9A747FD65878D4A9DA1804AD584D81D4F83272375141DB05169531F0529F834Released on the 30.12.2024 / Updated on the 17.04.2025
torbox054-20241208.zipTorBox menu542B7AA2E65BC911536B617E48A7B4F175692D26F3B12FB97F01883735AE6063deprecated
torbox-20241208-v054.img.xzTorBox image440D1A04A48C71514BCAB678EBB0BE3624071F588D9445B3CDA6704C8D8CD9E2deprecated
torbox-mini-20241208-v054.img.xzTorBox mini image8A8DE9EFD961A3D14A09F3FA02DA1A04DEC45A8BB0C1D8B2B4870095665EF406deprecated
torbox053-20231217.zipTorBox menuEB1182708DD423F6169E134A1E64960AF7F281C1AC1C4A2A3C63CAE1F4B18770deprecated
torbox-20231217-v053.gzTorBox imageFD0F3EEC3CDEE33755C6B8AD8324444FB1D74188543E755D52608185D94A619Edeprecated
torbox053-20230709.zipTorBox menuDEE0B359DCCAEC23B2E063C6833661E3C5D6405DA678C72793724CF70AAF30B4deprecated
torbox-20230709-v053.gzTorBox imageFDF1F22424B3F41C0DBA2155D268A6A1E93E961E1C84C341BF732D749B53486Edeprecated
torbox052-20230310.zipTorBox menuA63580B8CF94E76E821BC775F8411C17BADDF264B729338DC2CCB387DC331D6Ddepreciated
torbox-20230310-v052.gzTorBox image6B536556C5B1C9C652CB5A02C0611B47DDDA5FB716368CF793F043BCCDD07C4Adepreciated
torbox052-20230102.zipTorBox menu6A359792C96FD01F3CCE1D7113BAF4488A44457729D105662309BD6F9D8C9B8Bdeprecated
torbox-20230102-v052.gzTorBox image53E8683EAECCC81F125E78BA176069914F83B4F0CCA1C56691814966C3A45318deprecated
torbox051-20221020.zipTorBox menu8CAD67271D57DA67D4CD67D80A2B3FFA5482BC473AA3BF1EFDAF7EF7F87EBF35deprecated
torbox-20221020-v051.gzTorBox image7DD4901A73E92D9EB9602DB9FD10A680AB1B5B59DC33734EDC017BD97B4E6438deprecated
torbox051-20220719.zipTorBox menu1E3F358D2F97342198C3DE40C779784C374B958E0C548023EDE7E4776C86475Edeprecated
torbox-20220719-v051.gzTorBox image7BBFB4402B1EC6242544C901FDEE8DCF8C9AA1014B0945B65CF3DBA516118FD7deprecated
torbox-20220703-v050.gzTorBox image436B614A8128B4ADAA26152880E1E375293DBF7466BE8DD88ACEACA0409AF9B6deprecated
torbox-20210802-v042.gzTorBox image45CBEC27959A2FB75BE813F6FE489E5B399606368ECB4020DD91109559F63C16deprecated

How can I check the integrity of the downloaded files with the SHA-256 value?

Using the command line, there are several ways to check the integrity of the downloaded files. The simplest way is to generate the SHA-256 value of the downloaded file on your computer and to compare the generated value with the value above. These two values have to match; otherwise, the file is altered or corrupted. Here are the most common commands to generate SHA-256 values:

Operating systemCommand
macOSshasum -a 256 ~/Downloads/some-file.zip
Windows (cmd.exe)bash CertUtil -hashfile ~/Downloads/some-file.zip SHA256
Windows (Powershell)powershell Get-FileHash -Path ~/Downloads/some-file.zip -Algorithm SHA256
Linuxsha256sum ~/Downloads/some-file.zip

If you prefer a graphical user interface, QuickHash offers a convenient way to create and check the hash values, and is available for macOS, Windows and Linux.