Help Center/ Workspace/ Product Bulletin/ Client Integrity Check (SHA256)
Updated on 2025-07-14 GMT+08:00

Client Integrity Check (SHA256)

Scenarios

Check the integrity of downloaded client packages, that is, check whether the packages are tampered with or lost during download.

Prerequisites

  • You have created a Workspace desktop.
  • You have obtained the software package whose integrity needs to be verified.
Table 1 Verification codes

Installation Package

Version

SHA256 Value

Windows

25.1.0.1501

c62bbdd704c65b399dda55482641a0f4b162ebe79eefa458043547d2849b01e6

Mac

24.6.4

8163abfddeb3a8695d1d0969244f337d9a63b28cfdb34abe388d0b8d4e099f61

Android

25.1.0

c829fb5323e65dfb768106fd54d641179623c27af1414991511726ad769b2dec

Kylin-AMD64

24.6.4

7bd860bb84ea8ce2248df4edf2c9c62427a3731773e624d7d80262edb93e9f2b

Kylin-ARM64

24.6.4

bf6dbf601b752b108ef9a7be840a78737d52327099af6091bbf94ab18e16e661

UOS-AMD64

24.6.4

7bd860bb84ea8ce2248df4edf2c9c62427a3731773e624d7d80262edb93e9f2b

UOS-ARM64

24.6.4

bf6dbf601b752b108ef9a7be840a78737d52327099af6091bbf94ab18e16e661

Ubuntu-AMD64

24.6.4

7bd860bb84ea8ce2248df4edf2c9c62427a3731773e624d7d80262edb93e9f2b

Software Package Integrity Verification

  1. Log in to the Windows cloud desktop as a user.
  2. On the cloud desktop, press Win + r and enter cmd. The command line interface (CLI) is displayed.
  3. Run the following command to obtain the hash value of the software:

    certutil -hashfile {Software package directory}/{Software package name} sha256

    Replace Software package directory with the actual download directory, for example, C:\Users.

    Software package name: Replace it with the name of the downloaded software package, for example, Workspace_xxx.apk.

    Example: certutil -hashfile Workspace_android.apk sha256

  4. Compare the SHA256 hash value obtained in Table 1 with the hash value obtained in 3.

    • If they are the same, the verification is successful.
    • If they are different, download the software of the corresponding version and repeat 3 to 4 to verify the software.