Question:

  • How to verify the integrity of downloaded Gigaset firmware?
  • How to verify the integrity of the copied Gigaset firmware on your server?

Solution:

Compare the MD5 hash from the copied file and the original file using MD5 checksum. If they are the same, then there is a high probability that the two files are the same.
The MD5 hash can be found on the Firmware page on this wiki.

OScommandExample
linuxmd5sum <file>
md5sum einstein-albert-V2.59.0+build.98b76fd.update.bin

Windows:

Command prompt

PowerShell



certutil -hashfile <file> MD5

Get-FileHash <file> -Algorithm MD5


certutil -hashfile Gigaset-Nx70-V2.59.0-build.98b76fd.bin MD5

Get-FileHash .\Gigaset-Nx70-V2.59.0-build.98b76fd.bin -Algorithm MD5

The MD5 hash is presented underneath the download button.

  • No labels