Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section

Question:

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


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

Windows:

Command prompt

PowerShell



certutil -hashfile <file>

Get-FileHash <file> -Algorithm MD5


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

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